[Lynda] Advanced Python: Working with Databases

  Author: Kathryn Hodge Released: 10/9/2020   About: To create functional and useful Python applications, you need a database. Databases allow you to store data from user sessions, track inventory, make recommendations, and more. However, Python is compatible with many options: SQLite, MySQL, and PostgreSQL, among others. Selecting the right database is a skill that […]