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

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.

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.