This project drives a LED via a simple web application.
I come from the embedded background. I wanted to move up to the application level.
I use virtualenv, a tool to create isolated Python environments. http://flask.pocoo.org/docs/0.11/installation/
To quickly install the required packages :
$ pip install -r ./Pi-LED-Web-App/requirements.txt
To start the server :
$ python webapp.py
To drive the LED: http://MyPiHostName.local:8000/ MyPiHostName is the host name of your own Raspberry.