views:

74

answers:

5

Possible Duplicate:
How to learn Python?

I'm looking for some good resources (books, tutorials, sites, etc) for getting started with Python development.

Note, not web-specific like this question, just python in general.

+1  A: 

http://learnpythonthehardway.com/ from Zed Shaw of "Rails is a ghetto", Mongrel and Mongrel 2 fame.

Eimantas
+1  A: 

See this SO question:

Howto learn Python

TheCandyMan666
thanks! this = dupe
adambox
A: 
  • Documentation: Start with the Python Documentation.

  • Practice: I am also just starting and I set up an account on Google App Engine so I can practice.

  • Books: I was in Barnes & Noble and someone recommended "Core Python (Amazon link)". I got a PDF version on my iPad. So far it's a good read. Another book that sounds like what you are looking for is Python: Create - Modify - Reuse. See more Python books on Amazon.

  • Mentors: Lastly, find yourself someone who knows the language. I have two friends who both know Python and they have had good advice and answers to specific questions that I had.

Good luck!

Moshe
A: 

There is a StackOverflow thread listing free programming books. There are a fair amount of Python related books on the list. You can find the thread at: http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books

Jack