View Single Post
  #5 (permalink)  
Old 03-10-2008, 06:13 PM
Sharke Sharke is offline
Newbie
 
Join Date: Nov 2007
Posts: 6
Credits: 0
Rep Power: 0
Sharke is on a distinguished road
Default Re: Python for developing software

Quote:
Originally Posted by Victor View Post
That's fine and dandy except that Python programs can be enormous. I used Py2exe and PyInstaller with good results (I would recommend PyInstaller for 1 file programs and Py2exe for many different scripts), a simple 'print "hello world!"' program made a 0.99 mb size .exe (PyInstaller) and a 2.5mb directory. Aside from the size issue, Python is an excellent language.
Isn't there some economies of scale going on here though? In that your 'print "hello world" turned into a 0.99mb .exe, but a 'print "hello world": print :"hello world"' would not result in a 1.98mb .exe....

I'm reminded of the standard fare which appears on the meter as soon as I get into a New York taxi....
Reply With Quote

Sponsored Links