I would like to learn the basics in a few days during the holidays.

link|improve this question
feedback

closed as not constructive by Ben Pilbrow, l0c0b0x, jscott, GregD, Iain Dec 17 '10 at 12:44

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

4 Answers

up vote 0 down vote accepted

Search for "bucky" and "python" on youtube. He has some really good tutorials.

Senthil Kumaran's "Solve it with Python" is really good (about 2 hours). You can find it through Miro or it may be on blip.tv.

Maybe one for stackoverflow.

link|improve this answer
feedback

Dive in to Python is considered by many to be the best starting resource.

http://diveintopython.org/toc/index.html

Also, I would strongly recommend installing ipython to use as the interactive shell.

link|improve this answer
feedback

If you already know how to program, I'd recommend you consider the python.org Python Tutorial. As far as quickly getting a feel for the language, I was quite happy with my experience learning Python via it. It fairly quickly got me up to speed, and from there it was a lot about learning the standard library and what was available there.

If you have specific things you want to do, such as web programming, there may be better books that focus largely on those areas.

link|improve this answer
feedback

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