Medium to Large Scale Python Deployments

Peter Hansen peter at engcorp.com
Thu Jun 6 21:24:06 EDT 2002


"Domenic R. Merenda" wrote:
> 
> "Sam Penrose" <spenrose at intersight.com> wrote:
> > I'm also curious about large amounts of Python, period. Who knows of
> > ~50K Python lines-of-code (LOC) systems? 100K LOC? More?
> 
>    This is easily over the 100K LOC mark, although I don't know the actual
> count.  We have 37 lib mods for Accounts Payable alone.

Running pycount (http://starship.python.net/crew/gherman/playground/pycount/ )
as "pycount.py -R *.py" in the top level of your source tree would tell
you something more accurate if you wished.

-Peter



More information about the Python-list mailing list