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 trialPranjal Agnihotri
4,187 PointsDjango vs Flask (which one to go with first)?
I have been coding in Python from one month now , and now I want to build some web app using Python , so I found two python framework Django and Flask. I also know that Django has more features than Flask but being a beginner which one to go with first?
I want to start with the easy one also I have heard like if I learn Flask first it will help me learning Django is it true?
1 Answer
Ben Jakuben
Treehouse TeacherYes, if you learn Flask first it will help you learn Django. Flask is a bit simpler, which in my opinion makes it a little bit easier to get started with. Our recommended path is Python basics > Flask > Django.
Check out our Learn Flask track if you want to make sure you get all the supplemental training, too, like HTML, CSS, and HTTP.
Pranjal Agnihotri
4,187 PointsPranjal Agnihotri
4,187 PointsThankyou Ben now I am learning Flask!!!