Web Application Development with Flask
15 Nov 2012A brief guide to developing web applications with the python micro-framework, Flask.
Pre-requisites
The following units need to be installed prior to using this framework:
- python
- pip
- virtualenv
Using Flask
Create the project folder, setup python environment
From now on, activate the environment from within the project folder with this command:
Install Flask
References
Flask websitehttp://flask.pocoo.org/