Beginning Python - Working with SQLite - Part 1

Опубликовано: 20 Февраль 2026
на канале: Code With Me
361
7

This video will introduce students to the basics of setting up a simple SQLite database, creating a user table, adding a few records of data to the table and displaying that data onto the screen.

The starting file can be forked from my example at https://replit.com/@proflaney/Demo-St....

This is part 1 of a two part video demonstration. The second part is available at    • Beginning Python - Working with SQLite - P...   which I recommend watching first.