This is a tutorial for newcomers to using databases with Python. We what a database is, how to create one, how to create tables, and how to insert, retrieve, edit, and delete data.
Link to Code:
https://replit.com/@AmithRavindar/SQLite-Examples
Join the CS Classroom Discord for help and fun:
https://discord.gg/xKAE9p4D7B
#python #coding #databases #sqlite
00:00 - What is a database?
01:15 - What is are tables?
04:49 - Creating a SQLite Database
05:38 - Creating a Table
08:22 - Inserting Data
12:47 - Retrieving Data
17:31 - Editing Data
21:57 - Deleting Data