MongoDb is a popular database used by most applications. This tutorial teaches you how to interface your python application with MongoDb.
Following operations are taught:
1)Creating a Database in MongoDb
2)Sending data from python to database
3) Retrieving data from Mongodb onto your python application
4) Modifying / Deleting data in your data base using python
This will help you to send,fetch and modify data with MongoDB and python.
Thanks for watching !