Jython Jython

Jython - Definition and Overview

Jython is a version of Python that's written in Java and that runs in the Java environment.

Jython programs can seamlessly import and use any Java class. Except for some standard modules, Jython programs use Java classes instead of Python modules. For example, a user interface in Jython would be written with Swing or AWT, rather than with Tkinter. Jython has both an interpreter and a compiler.

Jython was formerly known as JPython.

External links

Example Usage of Jython

javajuneau: @pepijndevos It's about giving thanks for family/friends, and for the ability to use modern Python on the JVM w/ Jython 2.5- had to do it :)
bzz_hu: @rotty3000 It was "easier" to write a new portlet which generates the Jython script (and I had to "produce" something :)
delroth_: @SobeTBT le tutoriel inclut à Eclipse est bien foutu... mais bon, c'est du Java quoi :/ faudrait que je vois si on peut le faire en Jython
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.