Live data from Hacker News

Want to learn Django? Start here.

elweb.co

1–10 of 23 posts

Re: Want to learn Django? Start here.

#4
I'm learning Django (and Python) now, a big +1 for the official tutorial being the best first place to start. It walks you through setting up your environment, working with the terminal and a cool little project setting up your first app that quickly and clearly shows you all sorts of cool things Django can do.

I took me about 10 hours from start to finish with probably half of that devoted to getting my environment setup. I learned a ton and not just about Django.

If you have experience with Python and/or working with the terminal it should be much faster, but you'll still probably learn a lot.

#django IRC channel is another resource I'd highly recommend, especially when you get stuck. Those guys are super, super helpful.

Re: Want to learn Django? Start here.

#5
post #4

I'm learning Django (and Python) now, a big +1 for the official tutorial being the best first place to start. It walks you through setting up your environment, working with the terminal and a cool little project setting up your first app that quickly and clearly shows you all sorts of cool things Django can do. I took me about 10 hours from start to finish with probably half of that devoted to getting my environment…

+1 for the time to set up working environment. It mostly costs me half of the time I do something new.

Re: Want to learn Django? Start here.

#7
...is it just me, or Django docs are WAY more to the point than all the rails screencasts and tutorials? I wonder if this extends to the whole Django vs Rails way of doing things in general, not just to documentation...

Re: Want to learn Django? Start here.

#9
Django by Example is one of the best resources: http://lightbird.net/dbe/.

It's getting a little out of date, what with Django 1.4 and django-registration 0.8, but nothing that can't be upgraded without too much hassle.

#django on Freenode is also invaluable.

You can also search inside the Django documentation with "!django", if DDG is your default search engine.

I also recommend checking out dotCloud (YC) instead of Heroku, as it's much easier to set up for beginners. Just download the wsgi.py and make the necessary changes to your settings.py, and Bob's your uncle.

Re: Want to learn Django? Start here.

#10

+1 for the django.me tip. I can see myself using it all the time from now on :-) Out of curiosity, how and where did you find out about it? http://django.me redirects to the main page of django docs and google search didn't give any useful info.

I think it's powered by http://slug.in/ which was a recent djangodash project.
Post reply on HN