2 MongoDB Tutorial Using Pymongo to create databasecollection using Python
YOUR LINK HERE:
http://youtube.com/watch?v=hQ0Gaoz7y2E
In this video we will discuss how we can create database, collection and insert document using Python. To do this via python, we will have to use python library PYMONGO . This library can be installed by using command pip install pymongo. • PyMongo is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python. The PyMongo distribution contains tools for interacting with MongoDB database from Python. The bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo. PyMongo supports MongoDB 2.6, 3.0, 3.2, 3.4, 3.6, 4.0, 4.2, 4.4, and 5.0. • Full Documentation: https://pymongo.readthedocs.io/en/sta... • Watch full playlist: • 1. MongoDB Tutorial | Introduction ... • For any queries: [email protected] • Like us on facebook: / rocketsystems • LIKE SHARE SUBSCRIBE
#############################
