Moving from Flat Files to SQLite in Python

Published: 21 March 2024
on channel: 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