In this Python SQLite tutorial, we will be going over a complete introduction to the sqlite3 built-in module within Python. SQLite allows us to quickly get up and running with databases, without spinning up larger databases like MySQL or Postgres. We will be creating a database, creating a table, insert, select, update, and delete data. Let’s get started…

The code from this video can be found at:
https://github.com/CoreyMSchafer/code_snippets/tree/master/Python-SQLite 

🔔 Subscribe https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g

#python

Python SQLite Tutorial: Create a Database, Table, and Run Queries with Python and SQLite
2.25 GEEK