Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

Can anyone tell me how long will it take to learn Flask?

1 Answer

0 votes
by (119k points)

If you have knowledge of Python and web development using other Python frameworks (such as bottle) then it won't take long to learn Flask.

If you have knowledge of MVC or related concepts, especially the controller part, then it will be easy to learn flask.

If you have knowledge of bottle, learning Flask will be a piece of cake. Flask was developed as a spoof on the bottle. Now, Flask became more popular than bottle.

If you are a novice, you need to spend more time on understanding HTML and templatization than learning the framework itself.

So, learn Flask can take a day or may take as long as a month depending on prior knowledge and dedication.

Also, watch this video to create a simple application in Python Flask:

Related questions

0 votes
1 answer
asked Jul 2, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jul 30, 2019 in Python by Eresh Kumar (45.3k points)
0 votes
1 answer
asked Jul 17, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer

Browse Categories

...