Insert, Read, Update, Delete in MongoDB using PyMongo
Recently, I had the opportunity of working on Python web application with MongoDB as back end. In this PyMongo tutorial, I’ll brief about MongoDB Insert, Read, Update, Delete Using Python. I won’t be going into the details of how I installed MongoDB or any mongo shells commands like mongo show databases etc. I’ll stick to the part on how to interact with MongoDB using Python with help of the PyMongo connector.
[Read More]