Python system with exemplary organization/coding style
CTO
debatem1 at gmail.com
Thu May 14 19:18:07 EDT 2009
On May 14, 7:01 pm, TomF <tomf.sess... at gmail.com> wrote:
> I'm looking for a medium-sized Python system with very good coding
> style and good code organization, so I can learn from it. I'm reading
> various books on Python with advice on such things but I'd prefer to
> see a real system.
>
> By medium-sized I mean 5-20 classes, 5-20 files, etc; a code base that
> has some complexity but isn't overwhelming.
>
> Thanks,
> -Tom
I'd recommend screenlets. Good documentation and pretty good style,
and
they have some external dependencies so you can see how that operates,
and of course you can see what your code is and isn't doing pretty
quickly.
<URL: http://www.screenlets.org>
Geremy Condra
More information about the Python-list
mailing list