On Aug 28, 7:58 am, gb345 <gb...@invalid.com> wrote:
> Are there any Python-only modules or packages in the latest releases
> of Python 2.x or Python 3.x that were largely written by Guido van
> Rossum?  What's the best way to find this out?  I know that some
> modules mention the author(s) in the source code, but this does
> not seem to be true most of the time, as far as I can tell.
>
> I'm interested in reading this code as prime examplars of "Pythonicity".
> (I'm sure that many other programmers could serve as models of the
> Pythonic ideal, but I doubt that there would be a *less debatable*
> choice in this category than GvR.)
>
> Many thanks in advance,
>
> Gabe

I'm sure there are. You might be able to figure that out by browsing
the source repository: http://hg.python.org. But, I wouldn't
necessarily say that any code written by Guido would make a good
example of 'Pythonic' code. Not that he doesn't create good code, but
the language and standards have evolved over time. There may be code
that he wrote from the 2.0 days that may have been perfectly
'Pythonic' then but is just out-of-date now.

In general though, browsing the standard modules is a good way to find
examples, no matter who wrote it. Just keep in mind when it was
written more than who wrote it.

Matt

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to