Python is readable

Ben Finney ben+python at benfinney.id.au
Thu Mar 15 18:35:53 EDT 2012


Kiuhnm <kiuhnm03.4t.yahoo.it> writes:

> Moreover, I think that
>   if (............
>       ............
>       ............):
>       ............
>       ............
>       ............
> is not very readable anyway.

I agree, and am glad PEP 8 has been updated to recommend an extra level
of indentation for continuation, to distinguish from the new block that
follows <URL:http://www.python.org/dev/peps/pep-0008/#indentation>.

-- 
 \       “From the moment I picked your book up until I laid it down I |
  `\        was convulsed with laughter. Someday I intend reading it.” |
_o__)                                                    —Groucho Marx |
Ben Finney



More information about the Python-list mailing list