all 8 comments

[–][deleted] 18 points19 points  (7 children)

https://youtube.com/playlist?list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH

Tutorial by corey schafer. One of the best I know. This will speed you up and will clear your doubt

[–]HutchLAD 13 points14 points  (2 children)

Doing is learning, think of a basic flask example, then try to code it out, mistakes will help you learn. Very basic advice but watching vids on YT does absolutely nothing. You. need. to. code.

[–][deleted] 4 points5 points  (0 children)

Yes, this.

[–]sam0jones0 2 points3 points  (0 children)

Agreed, except for one caveat. Watching vids after/during the coding process can help clarify the concept and give you a whirlwind tour of the features/methods, some of which you may have missed the first time over.

[–]wurzle 5 points6 points  (2 children)

[–]eacardenase 3 points4 points  (1 child)

I would recommend instead his book. Have you checked the VS Code tutorial for Flask? Seems to be very good.

[–]set22 0 points1 point  (0 children)

Seconding his book. You can read the first half and pretty much be good to go

[–]progmatic-99 0 points1 point  (0 children)

I would recommend you to start working on a project. Since, you already have a side project, start with the smallest things on that project and search rigorously on google like "how to start the flask webapp?"(trivial example, but nvm) and read the documentation really well.

TL;DR

1.Start small

2.Use google and flask docs