Learn the basics of working with databases in Python using SQLite. Connect to a database, create tables, insert, query, update, and delete data. Also, discover best practices for working with databases.
Table of contents
Introduction to SQLiteHow to Set Up the Dev EnvironmentConnecting to a DatabaseHow to Query Data in SQLiteUpdating and Deleting Data in SQLiteBest Practices for Working With Databases in PythonFinal Thoughts on Python Database BasicsSort: