https://github.com/mxagar/flask_guide
These are my personal notes on how to work with Flask for web development.
https://github.com/mxagar/flask_guide
flask guide tutorial
Last synced: 12 months ago
JSON representation
These are my personal notes on how to work with Flask for web development.
- Host: GitHub
- URL: https://github.com/mxagar/flask_guide
- Owner: mxagar
- Created: 2022-04-23T20:26:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T11:52:22.000Z (about 3 years ago)
- Last Synced: 2025-02-15T12:50:38.955Z (about 1 year ago)
- Topics: flask, guide, tutorial
- Homepage:
- Size: 4.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Guide
These are my personal notes and examples on how to work with Flask for web development.
I created this repository following online tutorials; particularly interesting ones are:
- The Udemy course by José Portilla [Python and Flask Bootcamp: Create Websites using Flask](https://www.udemy.com/course/python-and-flask-bootcamp-create-websites-using-flask).
- The [Udacity Data Science Nanodegree](https://www.udacity.com/course/data-scientist-nanodegree--nd025).
- The [Udacity Nanodegree Machine Learning DevOps Engineer](https://www.udacity.com/course/machine-learning-dev-ops-engineer-nanodegree--nd0821).
Contents:
- [`flask_guide.md`](flask_guide.md): guide to learn/use Flask.
- [`examples/`](examples): folder with examples referenced from `flask_guide.md`.
Note that Python knowledge and some web development skills are required. For the latter, have a look at [`jekyll_web_guide/html_css_bootstrap_guide.md`](https://github.com/mxagar/jekyll_web_guide/blob/main/html_css_bootstrap_js_guide.md). That repository also contains notes on how to create static websites (including blogs) with Jekyll.
Mikel Sagardia, 2022.
No guarantees.