Learn SQLite for Python

Опубликовано: 18 Январь 2025
на канале: JakeEh
141
14

In this video we're going to learn how to use SQLite for Python!

Learning how to use a database can really increase the quality and types of projects you could make. By the end of this video you should have a decent foundation to get started with SQL.

Join my Discord at   / discord  

SQLite for Windows:
https://www.sqlite.org/download.html

SQLite for Mac:
brew install sqlite

SQLite for Linux:
sudo apt-get install sqlite3

Code: https://github.com/Jalsemgeest/Python...

Join my Discord at   / discord  

Thanks for watching! ❤️

Timestamps:
0:00 Intro
0:10 SQLite
0:31 What is SQL?
1:58 Coding!
2:53 Creating a table in SQL
4:24 Inserting into a table in SQL
6:23 Selecting from a table in SQL
10:22 Selecting from multiple tables
14:47 Real life example
17:40 Updating in SQL
18:55 Transactions
21:35 Outro