No post body was provided.
Ask HN: What are the best tutorial for learning Flask?
1–6 of 6 posts
Re: Ask HN: What are the best tutorial for learning Flask?
#2The tutorials/examples on the site itself are best introductory stuff I've used.
Re: Ask HN: What are the best tutorial for learning Flask?
#3Re: Ask HN: What are the best tutorial for learning Flask?
#4https://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.
Re: Ask HN: What are the best tutorial for learning Flask?
#5Grinberg'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
Re: Ask HN: What are the best tutorial for learning Flask?
#6The tutorials/examples on the site itself are best introductory stuff I've used.
Start there, then check out https://github.com/mjhea0/flaskr-tdd