|
|
|
|
|
by Jcasc
5578 days ago
|
|
Thank you for the javascript suggestions. I am 1/2 way through Chris Pine's Learn to Program Ruby book. I hear http://learnpythonthehardway.org/index is a good resource for beginners, I will take a look. Thoughts? Any other tutorials/books you recommend for Python/Django? |
|
The Django tutorial [1] is very impressive - it will take you from the initial steps to a very basic (but working) web application, exposing various Django concepts along the way.
The Django documentation is so good I learned Python from it - I had never used Python before starting to learn Django. The tutorials and docs on the Django site are better than any of the Django books I have looked at so far.
[1] http://docs.djangoproject.com/en/dev/intro/tutorial01/