Python 3 with MongoDB – Part Two

In the first part of this tutorial we installed pymongo , connected to the database, created a collection, inserted a few documents and then retrieved the documents back out of MongoDB. In this tutorial we’ll go through updating a document and deleting a document. Different ways to create and update Save Save will perform an…

Read More

Python 3 with MongoDB

A quick tutorial to demonstrate Python 3 with MongoDB  Installing Python 3 and PyMongo Download and install the latest version of Python 3 (version 3.3 at time of writing) from http://www.python.org/download/releases/ Make sure to select ‘Add python.exe to path’ Next we need to download the installer for Distribute for Python from http://python-distribute.org/distribute_setup.py . Now open…

Read More