What Python looks like

Ben Finney bignose+hates-spam at benfinney.id.au
Tue Aug 5 21:32:01 EDT 2008


brad <byte8bits at gmail.com> writes:

> Gary Herron wrote:
> 
> > A page of Python code looks *clean*, with not a lot of
> > punctuation/special symbols and (in particular) no useless lines
> > containing {/} or begin/end or do/done (or whatever).
> 
> what about all those 'self' thingys? :)

Nice, clear, explicit, readable. I loved explicit 'self' the first
time I saw it.

-- 
 \     “I've always wanted to be somebody, but I see now that I should |
  `\           have been more specific.” —Jane Wagner, via Lily Tomlin |
_o__)                                                                  |
Ben Finney



More information about the Python-list mailing list