what can i expect...

Delaney, Timothy tdelaney at avaya.com
Tue Jul 2 22:32:08 EDT 2002


> From: Shagshag13 [mailto:shagshag13 at yahoo.fr]
> 
> what can i expect if i change my python application to java ?
> (or when do you think it's time to change parts of python 
> code to java ? for what purposes ?)

Apart from the other (very well reasoned answers) ...

The only time you would generally want to change python code to java is so
you can run on a JVM or interface with java code.

In which case you do *not* want to convert your code to java. Instead, you
want to run your Python code on a JVM.

	http://www.jython.org/

Tim Delaney





More information about the Python-list mailing list