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.
- Host: GitHub
- URL: https://github.com/spandan-madan/flask_example
- Owner: Spandan-Madan
- Created: 2018-07-20T01:11:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T17:47:43.000Z (about 7 years ago)
- Last Synced: 2025-01-26T12:41:24.715Z (8 months ago)
- Language: HTML
- Size: 156 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/