Possible Duplicate:
Python tutorial for total beginners?
Hi
I am new in the forum and would like to have advices concerning books to learn Python.
Thanks in advance.
Mamane
Possible Duplicate:
Python tutorial for total beginners?
Hi
I am new in the forum and would like to have advices concerning books to learn Python.
Thanks in advance.
Mamane
I would start by reading the Python Tutorial. It's free and very well written.
There are hundreds of books and resources out there for you.
Dive into Python (free book)
More tutorials - including the installation of python itself
Norm Matloff's Python Tutorials (personal favorite)
There is also try python which is a silverlight browser-app with tutorials, a python interpreter and a very quick way to get started with the langauge - give it a go!
I started with Wrox Beginning Python by Peter Norton et al. and then Expert Python Programming by Tarek Ziade when I wanted to try some new things.
Python in a nutshell by Alex Martelli
Building Skills in Python by S.Lott
Both people are expert SO expert users.
Python Cookbook by Alex Martelli is good. Also, he is a regular answerer at Stackoverflow!
This book has recipes of certain tasks.