Using MongoDB with Python
This course guides you through everything you need to utilize MongoDB as your backing database for Python applications. This includes an overview of pymongo, the official driver for the Python programming language, how to connect, basic CRUD operations, troubleshooting, and building aggregations.
Milestone
-
Connecting to MongoDB in Python
RequiredUnit
| Julianna Chen, Emily Pope1 Hour
Learn about the Python driver for MongoDB and how to use it to connect to your Python applications.MongoDB CRUD Operations in Python
RequiredUnit
| Julianna Chen, Emily Pope2 Hours
Learn how to perform basic CRUD operations with the MongoDB Python driver.MongoDB Aggregation in Python
RequiredUnit
| Julianna Chen, Emily Pope1.25 Hours
Learn how to create aggregation pipelines with Python.