DEV Community

Discussion on: Flask and Django - the backend web frameworks

Collapse
 
waylonwalker profile image
Waylon Walker

I'm not doing any web framework backend these days. I always liked the idea of how flask just lets you bring in the things that you need. I am slowly seeing how some opionions can help make all django projects feel similar, so if I move teams its still going to be pretty similar.

Collapse
 
mr_destructive profile image
Meet Rajesh Gor

Ya, Thanks for a response. I did learn Flask before Django because I felt Flask was kind of a low-level framework and suitable for understanding the concepts. Definitely the framework will have its own naunces and ideology, still it should take a lot less time to pick it up.