Moving from Flat Files to SQLite in Python

Опубликовано: 21 Март 2024
на канале: Real Python
1,374
69

This is a preview of the video course "SQLite and SQLAlchemy in Python: Move Your Data Beyond Flat Files." This video covers the first couple of lessons which introduce the differences between working with flat files such as CSV and relational databases. It also introduces working with SQLite and SQL commands in Python.

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/sqlite...

The rest of the course covers:
SQLAlchemy
Working with Core Text in SQLAlchemy
Using ORM in SQLAlchemy
Handling Many-to-Many Statements