Introduction to SQLAlchemy: Querying Databases with SQL in Python
David Blackwelder
A course dedicated to using SQLAlchemy to manage and execute multiple database queries within Python efficiently. Cover key concepts such as batch query execution, managing transactions, handling relationships across various tables, and optimizing query performance. An idea could be to redo the SQL courses but perform the queries using SQLAlchmey and Python instead of the MySQL Workbench.