Quick Summary
You have seen about 90% of what you need to know
Python is a relatively simple language.
Most novices can pick it up and start doing things right away.
The code is readable.
When in doubt, experiment interactively.
Rest of this tutorial
More details about the language and built-in objects.
A little bit about the standard library.
<<<
O'Reilly OSCON 2000, Introduction to Python, Slide 24
July 17, 2000, beazley@cs.uchicago.edu
>>>