Working with Databases in Python 3
This course will teach you how to develop applications in Python using both relational and NoSQL databases.
What you'll learn
In this course, Working with Databases in Python 3, you’ll learn to develop Python applications using both relational and NoSQL databases. First, you’ll explore how to use local databases for development. Next, you’ll discover how to use database servers with native drivers. Finally, you’ll learn how to use a mapper to work with data models in Python. When you’re finished with this course, you’ll have the skills and knowledge of relational and NoSQL databases in Python needed to use databases in your next Python application.
Table of contents
- Overview 2m
- SQLAlchemy - A Python ORM 5m
- Using SQLAlchemy 6m
- Demo - Data Modeling 5m
- Demo - CRUD Part 1 5m
- Demo - CRUD Part 2 3m
- Relationships 4m
- Demo - Relationships Part 1 5m
- Demo - Relationships Part 2 4m
- Demo - Using the SQLAlchemy ORM in an Application 5m
- Demo - Swapping Databases 2m
- Summary 2m