An open API service indexing awesome lists of open source software.

https://github.com/spandan-madan/flask_example

Simple example for passing information around using flask. Shows how to accept input from user and use the input for something else.
https://github.com/spandan-madan/flask_example

Last synced: 7 months ago
JSON representation

Simple example for passing information around using flask. Shows how to accept input from user and use the input for something else.

Awesome Lists containing this project

README

          

# flask_example
A very simple example and tutorial on Flask which shows how to do 3 things:-

1. Accepting input from user
2. Do something with the user input (for ex, call a python function on this input)
3. Pass the output of the python function to another HTML as a variable and present the user back with this new HTML.

To read a simple tutorial on this code base and for exaplanation navigate to: https://spandan-madan.github.io/flask_example/