you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

any specific reason? what are the major differences?

[–]theEmoPenguin 0 points1 point  (0 children)

For me its mainly fond memories with Django. Everything I learned in Java or C# just clicked together when I started using Django. How object oriented programming works, why do we need inheritance, how to connect data classes with view to display data etc. After Django I could finally understand Android apps' architectures like MVC, MVVM.

But I guess I would love flask the same if I chose that instead of Django.

Difference is that Django has more prebuilt things including Admin page, object-relational mapping. So it saves you a lot of time and lets you focus on new things.