History for WhatWhyHowPython
??changed:
-
I asked Tres Seaver before he joined digital creations, "Why do you use Python, why not Java?" He answered, "because I can do the same thing in Python in 1/3 the time and with 1/4 amount of the code." I use Java at work (not by choice) and can vouch for the time taken to develop java projects, especially software development using anything inside of the J2EE specification. Python development does take much less time, in my limited experience with the language. Here are some links to supporting evidence:
* <a href="http://www.pythonlabs.com">Python website</a>
* Guido's (Pythons creator) comparison of <a href="http://python.org/doc/essays/comparisons.html">Python to Other Languages</a>
* <a href="http://python.org/doc/FAQ.html">Python FAQs</a>
* <p>John Ousterhout's white paper <a
href="http://www.scriptics.com/people/john.ousterhout/scripting.html"
>Scripting: Higher Level Programming for the 21st Century</a>
explains why scripting languages are so successful. it is
biased towards Tcl, but the argument works for Python just as
well.</p>