Ask HN: How do I learn Django?
1–10 of 11 posts
Re: Ask HN: How do I learn Django?
#2Apart from Django, Openclassrooms is the site where most French Programmers learned to do so, and it's an incredible ressource. It teaches you all the subjects from the ground-up assuming you have almost no knowledge.
Re: Ask HN: How do I learn Django?
#3If you're French by any chance, https://openclassrooms.com/fr/courses/1871271-developpez-vot... This tutorial is gold. If you're not, try reading it with Google Traduction. Apart from Django, Openclassrooms is the site where most French Programmers learned to do so, and it's an incredible ressource. It teaches you all the subjects from the ground-up assuming you have almost no knowledge.
Re: Ask HN: How do I learn Django?
#4Re: Ask HN: How do I learn Django?
#5After that, maybe the book Two Scoops of Django?
Re: Ask HN: How do I learn Django?
#6Re: Ask HN: How do I learn Django?
#7After that I'd recommend just building something. Tutorials are great but I've always learned the most when I've just tried to build a real project.
Re: Ask HN: How do I learn Django?
#8The tutorial is pretty darn good. After that, maybe the book Two Scoops of Django?
Re: Ask HN: How do I learn Django?
#9The tutorial is pretty darn good. After that, maybe the book Two Scoops of Django?
Sadly I don't think Two Scoops has been updated in a very long time, so it's pretty out of date now
If I remember, they mentioned the book or spoke about the writer quite recently and said a lot of the principles still apply.
I've found they still greatly helped my projects.
Things quite might change as async becomes a bit more popular with the framework
Re: Ask HN: How do I learn Django?
#10One problem with learning while building (or learning by yourself in general) is bad practices. "Two Scoops of Django" is still a good one, though a bit old, but again it will teach some overarching concepts and approaches. And then getting feedback from others!