DEV Community

Discussion on: Flask vs. Django: Which framework to choose in 2021?

Collapse
 
seriousfun01 profile image
SeriousFun01

Very good review.

I would recommend for new developers that ask this question a Flask-Django-Flask journey: Learn the basics of python based web development (routers, templates, REST etc) with Flask, move on to Django for the fully developed web site experience (admin, ORM) and then move back to Flask when / if a project asks for its leaner / meaner and more customizable profile.

Collapse
 
sankalpjonna profile image
CH S Sankalp jonna

Agreed! That is exactly what I tried to encapsulate in this post. Flask is great for learning the basic concepts of web development in general and Django is great for building complex applications without worrying about basics too much.