Which python web development framwork is better either flask or django?Which is the most useful app to learn django ?? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Which python web development framwork is better either flask or django?Which is the most useful app to learn django ??

I want to learn web development using python framework and little confused while choosing one between flask and django..so please suggest me which one is best and what is the best way to learn them. Thank in advance☺

14th May 2017, 8:25 AM
Shubash Mehra
Shubash Mehra - avatar
5 Réponses
+ 5
Django is the most integrated solution on one side... On the other side, Bottle is the less one, but the lighter ( very minimalistic web server framework, on wich you can add/code required functionalities ). Flask is intermediate... providing less integrated feature than Django but more than Bottle. My personal tastes brought me to almost test and use Bottle, but powerful of Django seems to be a good choice for not seriously skilled people ( not only in Python programming, but in computers, networks... and so on, as without high level framework you will need to low level set-up ;) )...
14th May 2017, 10:14 AM
visph
visph - avatar
+ 1
flask is a good framework to develop web apis. It requires other packages to be a complete framework. that means flask is very flexible to work with different orm packages and template package. Django has every thing itself, if you are new to learn python web framework, django is a better choice.
14th May 2017, 8:37 AM
鐘翊修
鐘翊修 - avatar
14th May 2017, 8:43 AM
鐘翊修
鐘翊修 - avatar
0
Thank you sir..Could you suggest me the best way to learn django??i mean books or app or course video..
14th May 2017, 8:41 AM
Shubash Mehra
Shubash Mehra - avatar
0
Thank you very much sir
14th May 2017, 8:51 AM
Shubash Mehra
Shubash Mehra - avatar