Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 374 Bytes

mongodb-for-developers-M101P

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