Skip to content - Usman Malik. Introduction to Python SQL Libraries. realpython, 2/2020.
- Covers SQLite, MySQL, and PostgreSQL.
- Chaitanya Baweja. Python and MySQL Database: A Practical Introduction. realpython, 12/2020.
- Doug Farrell. Data Management with Python, SQLite, and SQLAlchemy. realpython, 10/2020.
- This article covers a lot but unfortunately there are gaps in what it covers. For example, the author tells us to setup the data from the CSV in the database but not how, to use SQLAlchemy but not how, and so on. It can be useful but I’ll looking for a better option or for the article to be updated.