Live data from Hacker News

Ask HN: Django Materials

news.ycombinator.com

1–6 of 6 posts

Ask HN: Django Materials

#1
After my first submission a user suggested I try python/Django before I go any further with Ruby. Suffice it to say, I'm burning through learnpythonthehardway.org... I'm considering purchasing Django 1.0 Website Development written by Ayman Hourieh as the next step.

Before I pull the trigger, I am looking for some trusty HN opinions.

Thanks all.

Re: Ask HN: Django Materials

#3
I like "Practical Django Projects" a lot and "Dive into Python" is a classic. You can also watch the PyCon 2011 (and 2010) presentations on pycon.blip.tv and the DjangoCon 2010 ones at djangocon.blip.tv. Both groups are available as podcasts. I have been watching them at the gym.

Re: Ask HN: Django Materials

#6
The best way to learn Django is by using it. Go through the screencasts at showmedo if you're a visual learner, or read the django book if you're a word-based learner, but start with something simple like a todo list and work up to a twitter type app if you want to get to grips with it.