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
2010-03-03 10:42:55
but which one? also thanks
stevenknight
2010-03-05 06:59:08
A:
The online official django tutorial and documentation is quite good.
Amit Kumar
2010-03-03 10:43:17
yes it is, but it's just not so convient, so i want some offline ones
stevenknight
2010-03-05 07:11:52
+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
2010-03-03 10:43:41
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
2010-03-03 11:55:17
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
2010-03-03 15:04:56
thanks both of you :) I'm just reading the book right now by your advice.
stevenknight
2010-03-05 06:56:50
+1
A:
I would recommend Practical Django Projects by James Bennett, it's really clear and practical.
Pierre-Jean Coudert
2010-03-03 11:58:53
really thank u. I've already downloaded this book and I think it will e helpful
stevenknight
2010-03-05 06:55:09