tags:

views:

415

answers:

4

There u a lot of book teaching django, I just don't know which one is the best, so can anybody give me an answer

A: 

Online documentation is pretty good (http://docs.djangoproject.com/en/1.1/)

gustavogb
but which one? also thanks
stevenknight
A: 

The online official django tutorial and documentation is quite good.

Amit Kumar
yes it is, but it's just not so convient, so i want some offline ones
stevenknight
+2  A: 

Best is subjective and what books do you already know?
I would not buy a printed book. Information is changing too fast.

I find the official Django documentation pretty useful, then there is the Django book and the Django questions here on SO are useful too of course.
Also this blog (from one of the Django authors? I am not sure) gives some nice tipps and tricks.

Felix Kling
The blog you mentioned is by James Bennett described http://docs.djangoproject.com/en/1.1/internals/committers/#specialists on as "Django’s release manager", he works on Ellington, the CMS from which Django was extracted.
Dominic Rodger
Django Book is really useful. They use the examples from the docs, but give more explanation. This way you can figure out what's going on, and then reference the same examples in the docs for more advanced functionality
Zach
@Dominic Rodger: Thank you for the clarification.
Felix Kling
thanks both of you :) I'm just reading the book right now by your advice.
stevenknight
+1  A: 

I would recommend Practical Django Projects by James Bennett, it's really clear and practical.

Pierre-Jean Coudert
really thank u. I've already downloaded this book and I think it will e helpful
stevenknight