Deposing Dictators

Bengt Richter bokr at accessone.com
Thu Aug 2 23:35:59 EDT 2001


On 3 Aug 2001 01:41:48 GMT, carlf at panix.com (Carl Fink) wrote:

>In article <mailman.996784446.25354.python-list at python.org>, Frank
>"Finger Fart" Lomax wrote:
> 
>>Considering that I write 10k-50k lines of Python a day . . . 
>
>Fifty thousand lines?  Okay, assume each line has two words, that's
>100,000 words.  Now assume you type at 100 words per minute, and
>never stop to think.  That's *over 16 hours* of typing.  Per day.
>
>Are you counting blank lines here?  Maybe counting code reuse?  Do
>you never sleep?
He needs 'print >>':

myDailyOutput = open('productivityEvidence.py','w')
print >> myDailyOutput, 'print "Hello World!"\n', '#KLOCs-make-me-look-good\n'*50000

;-)



More information about the Python-list mailing list