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…