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 trialMichael Cook
Full Stack JavaScript Techdegree Graduate 28,975 PointsIs it recommended to take the Intermediate Python track before taking the Django track?
I am finishing up the Beginning Python track, and I am very eager to get a point where I can build some real stuff. I have a few app ideas burning a hole in my brain, and I would really like to start learning Django. But I am just wondering if I should slow down and do the Intermediate Python first. Or should I take the Flask track first? Just looking for a little guidance of how to proceed. My goal it to become a Python web developer.
2 Answers
Henrik Christensen
Python Web Development Techdegree Student 38,322 PointsIntermediate python is not required for the Django track since you will learn most of it in the Django track anyway :-)
Brendan Whiting
Front End Web Development Techdegree Graduate 84,738 PointsI think the Flask track would be useful. I found Django pretty intimidating and learning Flask was a good stepping stone.
Michael Cook
Full Stack JavaScript Techdegree Graduate 28,975 PointsI've read Flask is more appropriate for small apps and websites, while Django is good for large, scalable apps. I have an idea for something big that I suspect would be better tackled with Django, but I take your point about Flask being a good stepping stone. I might just take my time and get familiar with Flask first.