Python Forum
New Advanced SQLAlchemy tutorial Added - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: New Advanced SQLAlchemy tutorial Added (/thread-33933.html)



New Advanced SQLAlchemy tutorial Added - Larz60+ - Jun-11-2021

I just added a new tutorial 'SQLAlchemy Dynamic model generation and Database load directly from CSV'.

It uses https://ourairports.com/data to download CSV files and programmatically create an SQLAlchemy Model
Then create an sqlite database from the model and populate with the data just downloaded.
It also shows how to query using ORM, and create either a Pandas or tabulated report of selected data.