Flask is python based Micro-framework used for smaller application. I am considering that you are using an unix based system that comes with python pre-installed and virtual environment package installed in the system. Installation: Installing Flask is very simple. In the terminal type: pip install Flask==dev Activate the virtual environment and create the folder structure … Continue reading Python/Flask Part-1. (Python micro web-framework)