DEV Community

Discussion on: after the basics of Python, should you lean Flask or Django next?

Collapse
 
whoismaruf profile image
Maruf Khan

To work with data science, you should choose Flask for its vast popularity in microservices and performances. But, when you're thinking about any business/corporate/enterprise level web application or backend, you can go with Django.

In the end, I suggest you learn both of them. They share almost a similar methodology for building web services. The small difference is, In Django, you have everything pre-configured and In Flask, you have to build those chunks of services on your own to make your application.