Porting Java web application to Python to make it faster?

Istvan Albert ialbert at mailblocks.com
Thu Jul 8 10:00:24 EDT 2004


Porting your application to python will not make it *faster* but you
will see a whole lot *sooner* what the problems, bottlenecks and unexpected
complexities are in your implementation. If possible draft and test
it in python then finalize it in Java.

Istvan.




More information about the Python-list mailing list