MongoDB University Training Course - M101P: MongoDB for (Python) Developers. Examples and Exercises.
Requirements:
- Install MongoDB on your machine
- Python 3
- Python 2 (for some of the example source code. I'm working on migrating them to Python 3)
- Python package: PyMongo, Bottle
pip install pymongo
pip install bottle