Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5
I've few experiences with Django but have never used Falsk. Here's what I found for you. Quick comparison: >>>Flask provides simplicity, flexibility and fine-grained control. It is unopinionated (it lets you decide how you want to implement things). >>Django provides an all-inclusive experience: you get an admin panel, database interfaces, an ORM, and directory structure for your apps and projects out of the box. You should probably choose: >>Flask, if you're focused on the experience and learning opportunities, or if you want more control about which components to use (such as what databases you want to use and how you want to interact with them). >>Django, if you're focused on the final product. Especially if you're working on a straight-forward application such as a news site, an e-store, or blog, and you want there to always be a single, obvious way of doing things. Read more at: https://www.codementor.io/garethdwyer/flask-vs-django-why-flask-might-be-better-4xs7mdf8v
31st Mar 2019, 10:54 AM
Шащи Ранжан
Шащи Ранжан - avatar