Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
5 user(s) are online (5 user(s) are browsing encyclopedia)

Members: 0
Guests: 5

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Jython

Jython is an implementation of the Python programming language written in Java (programming language).

Jython programs can seamlessly import and use any Java class. Except for some standard modules, Jython programs use Java classes instead of Python modules. Jython includes almost all of the modules in standard Python programming language distribution, lacking only some of the modules implemented originally in C. For example, a user interface in Jython would be written with Swing (Java) or AWT, rather than with Tkinter. Jython has both an interpreter (computing) and a Compiler.

Jython was formerly known as JPython .

As of October 2005, the current stable version of Jython is 2.1. The implementation of Jython lags behind CPython implementation, but Jython developers are now actively working on version 2.2, which consists of major enhancements such as the new style classes.

= External links =

  • [http://www.jython.org/ Jython Home Page]
  • [http://www-106.ibm.com/developerworks/java/library/j-jython.html Charming Jython: Learn how the Java implementation of Python can aid your development efforts]
  • [http://www-106.ibm.com/developerworks/library/j-alj07064/ Get to know Jython]
  • [http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0404yang/index.html Learn how to write DB2 JDBC tools in Jython]
  • [http://www.onjava.com/pub/a/onjava/2002/03/27/jython.html Tips for Scripting Java with Jython]
  • [http://www.onlamp.com/pub/a/python/2002/04/11/jythontips.html Jython tips for Python programmers]