python_reference/templates/webapp_ex1
2015-06-25 14:16:13 -04:00
..
img flask template 2015-06-25 14:16:13 -04:00
static flask template 2015-06-25 14:16:13 -04:00
templates flask template 2015-06-25 14:16:13 -04:00
app.py flask template 2015-06-25 14:16:13 -04:00
README.md flask template 2015-06-25 14:16:13 -04:00

Sebastian Raschka, 2015

Flask Example App 1

A simple Flask app that calculates the sum of two numbers entered in the respective input fields.

A more detailed description is going to follow some time in future.

You can run the app locally by executing python app.py within this directory.