Possible Duplicate:
trying to choose a book for learning python

hey i want to learn python, i have some programming experience but only a little. some sites recommend dive into python, but pretty much everyone in #python on freenode said it is awful.

link|improve this question
2  
Duplicate, triplicate, quadriplicate and so on... – thkala Mar 30 '11 at 14:40
sorry but why does it really matter if the question has been asked before? cant you just not click it and its like it doesn't exist. and just because theres someone asking for a book their needs may not be the same as mine – paul waston Mar 30 '11 at 14:44
a minor issue: you have not stated any needs - just that "Dive into Python" is apparently controversial. As it is your question boils down to "Is there a good Python book, apart from Dive into Python?", which has been asked over and over again... – thkala Mar 30 '11 at 14:46
2  
-1. Seriously, what's wrong with working a little for the answer? Search SO for python book and read through the answers. – Steven Rumbalski Mar 30 '11 at 14:49
1  
"does it really matter if the question has been asked before?" Yes. Actually, it does matter. Once is enough. That's why we like to close duplicate question. – S.Lott Mar 30 '11 at 15:19
feedback

closed as exact duplicate by thkala, uʍop ǝpısdn, Blorgbeard, Wooble, Daniel Roseman Mar 30 '11 at 14:59

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

Simply go by the python tutorial: http://docs.python.org/tutorial/

That's probably even better than a book as it has lots of interactive examples you can execute straight away in the python shell.

link|improve this answer
1  
+1 for the great suggestion. And if you prefer it book-style you can download the PDF format from here – MarcoS Mar 30 '11 at 14:44
+1 I've never felt I had to have an actual book for Python... – thkala Mar 30 '11 at 14:49
feedback

The Python tutorial is excellent, and will get you started.

If you want excersises, start with small language-agnostic things like one-time algorithms for Project Euler, and when you feel comfortable with the syntax and built-in functionality, start thinking bigger.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.