What books would you recomend for learning Python?

Ideally ones that are available in electronic format and in Russian.

link|improve this question
feedback

5 Answers

up vote 6 down vote accepted

Dive into Python is the only one I know of that is both electronic and has a russian translation. Luckily it is also very good!

link|improve this answer
feedback

Okay, this does not meet "in Russian", but it's available as an ebook (as you used this tag)... I found The Quick Python Book, 2nd edition pretty good (it's on Python 3, mind you). What I particularly liked about it was that it is a thorough - but not too detailed - introduction into the language, and it seems to be aimed at people who have some programming experience, i.e. it doesn't bore you with too much "beginner's stuff". That said, I think it would also be a good guide for beginners, as the "beginner's stuff" isn't entirely left out.

link|improve this answer
feedback

Python, Подробное руководство. По Django есть отличная книга Django, Подробное руководство.

link|improve this answer
feedback

Think Python - How To Think Like A Computer Scientist is available for free in electronic pdf format.

link|improve this answer
feedback

Highly recommend Learn Python The Hard Way. Not sure if there is a Russian version. Though it is meant for beginners, the approach is fresh. If you follow Zed's instructions to the letter, you will definitely come out a better programmer.

link|improve this answer
The amount of questions we get here on StackOverflow because that book explains something in a bad, useless or confusing way tells me it's not a good choice. – Lennart Regebro Jan 4 '11 at 9:50
There are many good things there too like forcing the reader to read open source code. Reading other people's code is a nice and often underused way to get up and running with a new language. – Sriram Jan 7 '11 at 8:02
feedback

protected by Mat Jul 17 '11 at 17:26

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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