Originally posted by El_Diablo
View Post
Not so sure about Python books; the online tutorial at python.org is good, as is Mark Pilgrim's Dive into Python - use the online edition as it's free, and probably more up-to-date. The Python Cookbook from O'Reilly is worth a look once you've got going.
If you're planning on using Python for web development, then you'll definitely want to use the Django framework - don't bother with the dead-tree book, as it's well out-of-date, such has been the pace at which Django has developed in the last year. Instead, there are good tutorial and reference sections on the site, there's more info in the wiki, and there's a lot of useful stuff on sites like Django Snippets - and a lot of other places.
Comment