Simple Python Flask Program with MongoDB Instructions Download python from https://www.python.org/downloads/
Download MongoDB from https://www.mongodb.com/download-center#community
Install Flask, bson & pymongo
pip install Flask
pip install bson
pip install pymongo