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 trial

Python

Is 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

I'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.