I was in the same place a couple months back, so here's some resources
I found helpful:

Django specific:
 djangobook.com - you mentioned, parts were extremely useful, others
too incomplete to be of much use.  The tutorial in the first few
chapters I found very useful.
 djangoproject.com/documentation/  - used with the book, answered most
of the questions I had
 django users - this list, probably has been the greatest help with
specific problems after I had the most basic parts down.
 djangosnippets.org - lots of helpful tidbits, some solving problems I
didn't know I had.  Hampered by a lack of search capabilities, but you
can use google with it.
 b-list.org - Blog with explanation of some more advanced (at least
for me) Django features.  Also good is Malcolm's Pointy Stick
(www.pointy-stick.com/blog/)
 I recently discovered the built-in documentation in the admin
interface, which makes a great reference.

Python specific:
 Dive Into Python - http://diveintopython.org/  Great book, my primary
python reference.
 How to think like a (Python) Programmer -  
http://www.greenteapress.com/thinkpython/
If you're newish to programming in general then this may be more
useful.
 The official docs - http://www.python.org/doc/

 Hope this helps.
Michael

On Nov 12, 7:33 am, sebey <[EMAIL PROTECTED]> wrote:
> hey I am new to python and all that and of course django so I know
> there is a django book up on the site but I was wondering if it would
> be a good idea to use that resource ( cause I do not have a lot of
> time on my hands) for learning pthyon and django as well and if
> possable what resources are there?
>
> thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to