DEV Community

Discussion on: Flask vs. Django?

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao • Edited

Most of the time flask is used to build REST APIs but Django can be used to build that as well due to the Django packages ecosystem like Django REST Framework.

If your a beginner I would suggest them to learn Django first due to battery built-in reasons and it allows one to focus on learning the 3 tier architecture that is useful to segregation of your code.