0

Is it good to learn django or flask??

Python backend frameworks

17th Mar 2021, 8:34 AM
Molla Abbas
Molla Abbas - avatar
3 ответов
+ 1
Django is more complicated and you can do more with it but flask is more easy to learn so it depends on your target.
17th Mar 2021, 8:40 AM
Jamal Saied
Jamal Saied - avatar
+ 2
If you're never going to use them there is no point. If you will use it then you should learn it.
17th Mar 2021, 8:35 AM
Slick
Slick - avatar
0
if you want to learn backend, then you could learn both (I personnally prefer Bottle against Flask, but they are quite equivalent)... Django is one of the biggest web framework for Python, providing in-the-box all you need for a web site with user panel/connexion, while Flask/Bottle are two of the minimalistic web frameworks but enough to deploy basic web site. The former have a hardest learn path, while the later can help you to easier understand how http requests/responses are handled: both are complementary from my point of view and worst to be learned ^^
17th Mar 2021, 10:35 AM
visph
visph - avatar