
About this course
Continue your Python 3 learning journey with Learn Advanced Python 3: Database Operations. Explore the sqlite3
module, which allows us to create, read, update, and delete the data in our SQLite relational databases within our Python environment.
Syllabus
Database Operations
Learn how to perform database operations in Python using the sqlite3 module!
- Lesson - Querying SQLite Databases with Python
- Project - Analyzing Hotel Databases with Python
- Quiz - Querying SQLite in Python
- Informational - Next Steps