Django or Flask? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Django or Flask?

which one is better to learn in the long run?

25th Jan 2018, 5:19 AM
saman hamidi
saman hamidi - avatar
2 Answers
+ 2
Flask is easier to learn because it is quite open because it does not need a specific order of files and everything is under your control, but you have high-level functions. Django is more robust but more strict because you need to order everything in a specific order and you have less control.
25th Jan 2018, 12:40 PM
Lil Taco
Lil Taco - avatar
0
Both are excellent choices, and have good marketability. I like Flask in most situations because you can just get started without having to spend a lot of time preparing things that you'll probably never use in a small project in Django. Django does have more features, and is more of a full framework, it does come with it's bloat. Learn one first, then try the other for a while and see which you like more, and stick with it. It's good to know both, though.
6th Aug 2018, 3:56 AM
LunarCoffee
LunarCoffee - avatar