MongoDB Python Developer Associate Cert Prep
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size644.5 MB
- Uploaded Byfreecoursewb
- Downloads58
- Last checkedJul. 11th '25
- Date uploadedJul. 10th '25
- Seeders 7
- Leechers15
MongoDB Python Developer Associate Cert Prep
https://WebToolTip.com
Released 07/2025
With MongoDB
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill level: Intermediate | Genre: eLearning | Language: English + subtitle | Duration: 4h 18m 7s | Size: 644 MB
Develop the skills you need to tackle the MongoDB Python Developer Associate certification exam.
Course details
Explore Python and MongoDB, a powerful, flexible document database, in this course designed by MongoDB. Get started with key concepts and architecture that set MongoDB apart from traditional SQL databases. Get an overview of MongoDB for Python developers, the document model, CRUD operations, and indexes. Along the way, discover the essentials of other skills covered by the exam, including data modeling, tools and tooling, and drivers. This course is an ideal fit for Python developers, database administrators, and anyone interested in learning more about leveraging MongoDB for modern applications.This course was created by MongoDB. We are pleased to host this training in our library.
Files:
[ WebToolTip.com ] MongoDB Python Developer Associate Cert Prep- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 01 - Introduction
- 01 - Introduction to MongoDB Atlas.mp4 (14.3 MB)
- 01 - Introduction to MongoDB Atlas.srt (9.0 KB)
- 02 - Creating and deploying an Atlas cluster.mp4 (15.5 MB)
- 02 - Creating and deploying an Atlas cluster.srt (11.8 KB)
- 03 - Getting started with MongoDB Atlas.mp4 (2.3 MB)
- 03 - Getting started with MongoDB Atlas.srt (1.2 KB)
- 01 - Introduction to MongoDB Atlas.mp4 (14.5 MB)
- 01 - Introduction to MongoDB Atlas.srt (6.8 KB)
- 02 - The MongoDB document model.mp4 (13.3 MB)
- 02 - The MongoDB document model.srt (7.3 KB)
- 03 - Databases, collections, and documents in Atlas Data Explorer.mp4 (12.7 MB)
- 03 - Databases, collections, and documents in Atlas Data Explorer.srt (8.4 KB)
- 04 - Overview of MongoDB and the document model review.mp4 (6.7 MB)
- 04 - Overview of MongoDB and the document model review.srt (3.4 KB)
- 01 - Using MongoDB connection strings.mp4 (9.0 MB)
- 01 - Using MongoDB connection strings.srt (6.4 KB)
- 02 - Connecting to a MongoDB Atlas cluster with the shell.mp4 (7.3 MB)
- 02 - Connecting to a MongoDB Atlas cluster with the shell.srt (6.4 KB)
- 03 - Connecting to a MongoDB Atlas cluster with Compass.mp4 (8.7 MB)
- 03 - Connecting to a MongoDB Atlas cluster with Compass.srt (8.1 KB)
- 04 - Connecting to a MongoDB Atlas cluster with an application.mp4 (6.3 MB)
- 04 - Connecting to a MongoDB Atlas cluster with an application.srt (3.9 KB)
- 05 - Troubleshooting MongoDB Atlas connection errors.mp4 (8.3 MB)
- 05 - Troubleshooting MongoDB Atlas connection errors.srt (6.0 KB)
- 06 - Connecting to your database review.mp4 (6.3 MB)
- 06 - Connecting to your database review.srt (3.5 KB)
- 01 - Using MongoDB Python client libraries.mp4 (6.5 MB)
- 01 - Using MongoDB Python client libraries.srt (3.9 KB)
- 02 - Connecting to an Atlas cluster in Python applications.mp4 (8.9 MB)
- 02 - Connecting to an Atlas cluster in Python applications.srt (8.6 KB)
- 03 - Troubleshooting a MongoDB connection in Python applications.mp4 (11.3 MB)
- 03 - Troubleshooting a MongoDB connection in Python applications.srt (8.8 KB)
- 04 - Connecting to MongoDB in Python review.mp4 (4.6 MB)
- 04 - Connecting to MongoDB in Python review.srt (3.0 KB)
- 01 - Inserting documents in a MongoDB collection.mp4 (5.9 MB)
- 01 - Inserting documents in a MongoDB collection.srt (4.4 KB)
- 02 - Finding documents in a MongoDB collection.mp4 (5.8 MB)
- 02 - Finding documents in a MongoDB collection.srt (4.7 KB)
- 03 - Finding documents by using comparison operators.mp4 (7.3 MB)
- 03 - Finding documents by using comparison operators.srt (5.2 KB)
- 04 - Querying on array elements in MongoDB.mp4 (6.0 MB)
- 04 - Querying on array elements in MongoDB.srt (5.0 KB)
- 05 - Finding documents by using logical operators.mp4 (9.8 MB)
- 05 - Finding documents by using logical operators.srt (6.9 KB)
- 06 - MongoDB CRUD operations insert and find documents review.mp4 (2.9 MB)
- 06 - MongoDB CRUD operations insert and find documents review.srt (1.8 KB)
- 01 - Replacing a document in MongoDB.mp4 (6.8 MB)
- 01 - Replacing a document in MongoDB.srt (5.8 KB)
- 02 - Updating MongoDB documents by using updateOne().mp4 (13.0 MB)
- 02 - Updating MongoDB documents by using updateOne().srt (10.6 KB)
- 03 - Updating MongoDB documents by using findAndModify().mp4 (6.8 MB)
- 03 - Updating MongoDB documents by using findAndModify().srt (4.7 KB)
- 04 - Updating MongoDB documents by using updateMany().mp4 (8.1 MB)
- 04 - Updating MongoDB documents by using updateMany().srt (5.3 KB)
- 05 - Deleting documents in MongoDB.mp4 (6.0 MB)
- 05 - Deleting documents in MongoDB.srt (4.6 KB)
- 06 - MongoDB CRUD operations replace and delete documents review.mp4 (2.2 MB)
- 06 - MongoDB CRUD operations replace and delete documents review.srt (1.4 KB)
- 01 - Sorting and limiting query results in MongoDB.mp4 (14.2 MB)
- 01 - Sorting and limiting query results in MongoDB.srt (10.5 KB)
- 02 - Returning specific data from a query in MongoDB.mp4 (12.9 MB)
- 02 - Returning specific data from a query in MongoDB.srt (11.5 KB)
- 03 - Counting documents in a MongoDB collection.mp4 (5.1 MB)
- 03 - Counting documents in a MongoDB collection.srt (5.1 KB)
- 04 - MongoDB CRUD operations modifying query results review.mp4 (5.6 MB)
- 04 - MongoDB CRUD operations modifying query results review.srt (3.0 KB)
- 01 - Working with MongoDB documents in Python.mp4 (9.5 MB)
- 01 - Working with MongoDB documents in Python.srt (7.4 KB)
- 02 - Inserting a document in Python applications.mp4 (6.9 MB)
- 02 - Inserting a document in Python applications.srt (7.4 KB)
- 03 - Querying a MongoDB collection in Python applications.mp4 (8.4 MB)
- 03 - Querying a MongoDB collection in Python applications.srt (7.9 KB)
- 04 - Updating documents in Python applications.mp4 (10.7 MB)
- 04 - Updating documents in Python applications.srt (10.3 KB)
- 05 - Deleting documents in Python applications.mp4 (8.4 MB)
- 05 - Deleting documents in Python applications.srt (7.0 KB)
- 06 - Creating MongoDB transactions in Python applications.mp4 (14.3 MB)
- 06 - Creating MongoDB transactions in Python applications.srt (12.6 KB)
- 07 - MongoDB CRUD operations in Python review.mp4 (3.3 MB)
- 07 - MongoDB CRUD operations in Python review.srt (2.3 KB)
- 01 - Introduction to MongoDB aggregation.mp4 (10.1 MB)
- 01 - Introduction to MongoDB aggregation.srt (6.1 KB)
- 02 - $match and $group stages in a MongoDB pipeline.mp4 (6.5 MB)
- 02 - $match and $group stages in a MongoDB pipeline.srt (4.6 K
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce