Tutorial for Python "way of programming"?

Peter Hansen peter at engcorp.com
Fri Dec 20 08:30:42 EST 2002


Fredrik Lundh wrote:
> 
> Colin Cashman wrote:
> 
> > Not a tutorial for writing Python code (those are a dime a dozen), but a
> > tutorial for the way people write code in Python.
> 
> if you want to learn how people write code in Python, read code
> written in Python.

And don't forget: to learn to write code in Python, you have to try
writing code in Python!

Only if you've tried it yourself, then read the "better way" and 
recognize the differences, will you really understand it.  This is
of course an axiom not limited to Python...

-Peter



More information about the Python-list mailing list