Python SQLite Basics

Опубликовано: 02 Июль 2018
на канале: PyTutorials
32,569
530

This video demonstrates the basics of using SQLite in Python with the sqlite3 library. I cover how to set up a connection to a database, creating tables, inserting rows, getting rows and commits/rollbacks.

🌎 Post with code and a written tutorial: https://nitratine.net/blog/post/pytho...

🌎 SQLite Viewer: http://inloop.github.io/sqlite-viewer/

📺 Auto Py to Exe:    • Convert PY to EXE Automatically  
📺 Convert PY to EXE:    • Convert PY to EXE  

🐍 In this video I use Python 3.5.
👍🏼 Feel free to comment with any issues.