+ 1

what is better for back end develope? django or flask?

talking about web frameworks for beginners

18th Jun 2018, 11:44 PM
Gustavo Valerio
Gustavo Valerio - avatar
2 ответов
+ 4
If you're new to backend development, I'd go with Django. The reason being that Django is a lot more opinionated and will show you a pretty solid way to structure and write your app. It's battle tested and has a lot of features baked in that you'll eventually have add to a Flask app. Another factor in making the decision is how “big” you believe your app will be. If it's relatively simple, Flask would be a good choice because it's insanely easy to get started and moving. Django can be good for small apps too, but it’s prepped for large, complex applications. But regardless of frameworks, it really helps to write a small, basic application in both. From my personal experience, finding a technology that feels natural and makes sense to you is important. So writing something like a todo app can shed a lot of light. And of course there are probably tons of tutorials for that, so it should streamline the process.
19th Jun 2018, 2:38 AM
Maninder $ingh
Maninder $ingh - avatar
0
great explanation!
19th Jun 2018, 2:56 AM
Gustavo Valerio
Gustavo Valerio - avatar