+ 1
which framework of python is better to learn?
web2pi django flask
4 ответов
+ 3
The size of your project is a good starting point when selecting a framework. Flask is more suited to smaller, less complicated applications, while Django is designed for larger, more complex, and high-load applications. The future growth plans of your project should also be factored in.
+ 1
For sure the powerful Django 3. Because of its built-in libraries, it will reduce your code into few lines!