[–] shanecleveland 9y ago ↗ The tutorials/examples on the site itself are best introductory stuff I've used. [–] mjhea0 9y ago ↗ Start there, then check out https://github.com/mjhea0/flaskr-tdd
[–] wsp_nomad 9y ago ↗ https://scotch.io/tutorials/getting-started-with-flask-a-pyt...https://scotch.io/tutorials/build-a-crud-web-app-with-python...The first one whets the appetite with an overview/setup and the second one gets your hands dirty building a CRUD app.
[–] joeclark77 9y ago ↗ Grinberg's tutorial is pretty good. The book version is "Flask Web Development" (O'Reilly). There are some bits of it that are out of date. You can use my "flaskula" repo as a reference with some fixes: https://github.com/joeclark-phd/flaskula
5 comments
[ 2.0 ms ] story [ 30.4 ms ] threadhttps://scotch.io/tutorials/build-a-crud-web-app-with-python...
The first one whets the appetite with an overview/setup and the second one gets your hands dirty building a CRUD app.