Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRodrigo Muñoz
Courses Plus Student 20,171 PointsIs Flask a substitute of Django?
I've been following the Python courses and also learning Django by myself but it happens that I want to choose one Framework and become very good at it, could anyone tell me some pros and cons between Flask and Django?
1 Answer
Kenneth Love
Treehouse Guest TeacherFlask isn't a substitute for Django 100% of the time but it's often a better choice than Django, especially when building something small or with a very well-defined scope. No one framework is going to be the right choice 100% of the time, so I don't see the point in learning one at the expense of all others, personally.
Rodrigo Muñoz
Courses Plus Student 20,171 PointsRodrigo Muñoz
Courses Plus Student 20,171 PointsThank you Kenneth!