PyMongo (Interact with MongoDB in Python) [2022]

Опубликовано: 14 Декабрь 2021
на канале: Coding 101 with Steve
18,544
270

PyMongo tutorial: This video will teach you the official MongoDB Python driver for MongoDB. You will learn what is PyMongo? why to use it? how to use it in your python application? and also learn to perform the basic CRUD operations using PyMongo python package. We will use the latest version (pymongo 4.0) to interact with mongoDB in python

Link for the document: https://docs.google.com/document/d/1R...

Timestamps:
0:00 - Introduction
0:05 - What you'll learn?
0:26 - What is PyMongo? Why to use it?
1:15 - How to use PyMongo in python?
2:25 - Install and import PyMongo package (pymongo 4.0)
3:35 - Connecting to MongoDB
8:31 - Basic CRUD operations
26:00 - Thank you!.

Reference:
PyMongo docs: https://docs.mongodb.com/drivers/pymo...