Python system with exemplary organization/coding style

TomF tomf.sessile at gmail.com
Sat May 16 00:18:43 EDT 2009


On 2009-05-14 16:18:07 -0700, CTO <debatem1 at gmail.com> said:

> 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>

Thanks, this does look pretty good.  Too bad it's grapics oriented, but 
I suppose I can filter out the graphics dependencies.

-Tom






More information about the Python-list mailing list