vote up 0 vote down star

What are good online resources to learn Python, quickly, for some who can code decently in other languages?

edit: It'll help if you could explain why you think that resource is useful.

flag
Duplicate: stackoverflow.com/questions/111857/…, stackoverflow.com/questions/70577/… – S.Lott Jan 5 at 10:54
why is this a community wiki question? – Bartosz Radaczyński Jan 5 at 13:07
Perhaps because it's a sort of poll, asking for recommendations (in contrast to a technical question that can have a 'right' answer) – Jonik May 24 at 9:43

8 Answers

vote up 10 vote down check

Dive into python

I have gone over it in a weekend or so and it was enough to learn almost all the idioms of the language and get the feeling of what is "the Python way" :-)

link|flag
-1: outdated material – nosklo Jan 6 at 17:39
vote up 7 vote down

Not sure if you already considered that, but documentation at the official site is very good. In particular, Tutorial lets you start quickly

link|flag
I often refer to tutorial from time to time. – Ken Yao Jan 5 at 8:21
vote up 4 vote down

Code Like a Pythonista: Idiomatic Python

link|flag
Hadn't seen that before. Very nice indeed! – Jason Baker Jan 5 at 13:53
vote up 2 vote down

My recommendation is to follow the standard tutorial (I find it very good) and, if you want to have a lot of fun while learning the language, definitely check out Python Challenge (http://www.pythonchallenge.com/).

link|flag
The standard tutorial is here (docs.python.org/tutorial) – Nikhil Jan 5 at 10:17
vote up 1 vote down

Search "Alex Martelli - Python For Programmers" on Google Video. Good introductory (but fast-paced) talk. Related videos are also worth watching.

link|flag
vote up 1 vote down

My answer is to read and immediately buy Beazly's Python Essential Reference.

This book's introduction to the Python core language is the best I've seen, and it's written for experienced programmers looking to get up to speed on Python quickly, a.k.a. you.

link|flag
vote up 1 vote down

How to Think Like a Computer Scientist

Python Version

http://www.greenteapress.com/thinkpython/thinkCSpy/html/

link|flag
vote up 0 vote down

Hi, I bookmarked this link on my Delicous when I was starting out - it's a bunch of links to Python tutorials.
I like Dive into Python and the standard documentation as well. It assumes you know the basics of how to program and concentrates of showing how to use Python - it uses some nice realistic and useful code to explain.

link|flag

Your Answer

Get an OpenID
or

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