ArpanMaheshwari144 / Complete-PyMongo

PyMongo is the official MongoDB Python driver for MongoDB. It is recommended that we use this driver to work with MongoDB from Python. If you need to access MongoDB in a non-blocking manner or from co-routines, we recommend that you use the Motor driver instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete-PyMongo

Before starting make sure you have Python installed in your device.

If Python is not installed in your device you can download it form this link. Please Install according to your system specifications and requirements.

Getting Started

  • First open powershell then write this command.
pip install pymongo

This will install PyMongo in your device.

MongoDB

This will also require MongoDB. So, just go on official MongoBD website and download the installer according to your system specifications.

Getting Started with MongoDB

  • First open powershell then write mongod command.
  • Then open second powershell then write mongo command.
  • Be sure that these commands are properly running in the poweshell.

Now open MongoBD Compass which was downloaded by MongoDB in your system.

  • Go to MongoDBCompass.
  • Click on Fill in connection fields individually.
  • Then press connect button.
  • Then run 1.connect.py.
  • Now enjoy the codešŸ”„.

Documentation

For more information, please refer to the PyMongo docs.
For more information, please refer to the MongoDB docs.
For more information, please refer to the Python docs.


forthebadge

About

PyMongo is the official MongoDB Python driver for MongoDB. It is recommended that we use this driver to work with MongoDB from Python. If you need to access MongoDB in a non-blocking manner or from co-routines, we recommend that you use the Motor driver instead.


Languages

Language:Python 100.0%