Which Framework to Choose Flask or Django?

Which Framework to Choose Flask or Django?

ArjunKumar09ArjunKumar09 Posts: 3Questions: 1Answers: 0

Hello Everyone, I am working on python and try to build a web app. I am confused to choose right framework between django and flask in terms of high traffic based website. I have checked on google the main difference according to build complex applications from this post. So Can anyone suggest me which one is better flask or django?

Replies

  • kthorngrenkthorngren Posts: 20,269Questions: 26Answers: 4,765

    This is the wrong forum for that question. Maybe Stack Overflow would be a better choice.

    Kevin

  • sampada21sampada21 Posts: 1Questions: 0Answers: 0

    Flask is lighter and much more explicit than Django. So, if you're new to web development but not to Python, you will find it much easier to develop in Flask since it will feel much like you're working with vanilla Python to define request handlers and views and whatnot. Django has a lot of overhead.

This discussion has been closed.