Completed
- Creating Database and Collection
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PyMongo Tutorial - Connecting to a MongoDB Atlas Cluster Using Python
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Agenda
- 3 - MongoDB Atlas and Compass
- 4 - Sponsor Message
- 5 - Why one should use MongoDB?
- 6 - Mongo Vs MongoDB
- 7 - Installing MongoDB Compass & Community Server
- 8 - Installing Python
- 9 - Installing pymongo module
- 10 - Working with project
- 11 - Collection, document, and database
- 12 - MongoDB Atlas
- 13 - Configuring MongoDB Account
- 14 - Creating Database and Collection
- 15 - Connecting MongoDB from VS Code
- 16 - CRUD Operations
- 17 - Inserting Data in Database
- 18 - Reading Data From Database
- 19 - Updating Data in Database
- 20 - Deleting Data From Database
- 21 - Final Note