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

Hasan Ahmad
Hasan Ahmad
6,727 Points

When can I start learning Django?

I'm just curious about when I am allowed to learn Django. What do I need to know of python to learn Django?

1 Answer

Ryan S
Ryan S
27,276 Points

Hi Hasan,

If you take a look at the Learn Django track then you can get a good idea of the basic Python knowledge requirements leading up to the actual Django courses.

My personal recommendation is to do the entire Python track first. Aside from Python basics, in Django you will be using object-oriented programming, dates and times, python testing, regular expressions and collections. It would definitely be easier to have a reasonably good understanding of these concepts so you can focus mostly on actually using the Django framework.

But it is entirely up to you. You can jump right into Django immediately and learn all this stuff as you go, but it may end up being a steeper learning curve than it needs to be, depending on where you currently are with your Python skills.