Tutorial

Harry George harry.g.george at boeing.com
Tue Apr 20 12:16:15 EDT 2004


"Sören Kunst" <soeren_kunst at hotmail.NOSPAM.com> writes:

> hello, i need a good tutorial for Python, nothing for beginners
> 
> wfw Sören
> 
> 

For non-beginners, I find "Python Essential Reference" by David
Beaszley to be a good tutorial.  In under 100 pages, you learn the
control structures, data types, builtin functions, and many of the
idioms.

This is appropriate for people who are comfortable with several
languages, and understand scripting from, e.g., perl experience.  If
you already know when and why you might use an exception handler or do
a qualified import or need to redirect stdin, then this book could be
for you.

-- 
harry.g.george at boeing.com
6-6M21 BCA CompArch Design Engineering
Phone: (425) 342-0007



More information about the Python-list mailing list