If you’ve ever wanted to learn how to write web apps in Python + Django, I suggest checking out: http://www.djangobook.com/en/2.0/
One might automatically think to go to the main Django site, but this book is far superior. The examples are clearer, the layout is smarter, and the writing is more concise. Whoever writes this, good job.
3 replies on “Learning Django”
Thanks for the resource. I just finished doing the intro tut on the Django site a couple weeks ago… and found myself in need or something more thorough.
I thought the same thing. The initial tutorial was alright, but I thought working from the model down wasn’t the best way to go about doing things. The view-up tutorial is a little bit easier for someone to learn. After all, when you start learning web programming you don’t start at the database layer.
I would like to second your enthusiasm for this resource.
-danny