Medium to Large Scale Python Deployments

Christopher Armstrong radix at twistedmatrix.com
Thu Jun 6 20:19:28 EDT 2002


> I'm also curious about large amounts of Python, period. Who knows of ~50K
> Python lines-of-code (LOC) systems? 100K LOC? More?

chris at radii:~/Projects/Twisted$ find -name '*.py' | xargs wc -l 
...
  56051 total

http://twistedmatrix.com

Twisted is a framework for writing asynchronous network apps. The reason it's
so big, though, is that we pack a lifetime supply of batteries in the
box. ;-)

-- 
                                Chris Armstrong
                         << radix at twistedmatrix.com >>
                http://twistedmatrix.com/users/carmstro.twistd/






More information about the Python-list mailing list