DEV Community

Discussion on: Django or Flask

Collapse
 
stegnerd profile image
Dalton Stegner

For a beginner like me I tried to do sample projects with both flask and django. For me I liked flask more because it allowed me to build up the parts to learn about the interactions. For example implementing databases with sqlalchemy. Django had too much automagic going on to really understand why it was the way it was. Hope this helps other beginners!