Jython-2.0 released | Linux Today

Jython-2.0 released

Written By
Web Webster
Web Webster
Jan 19, 2001

Subject: ANN: Jython-2.0 released
Date: Thu, 18 Jan 2001 20:20:43 GMT
From: bckfnn@worldonline.dk (Finn Bock)
To: python-announce@python.org, python-list@python.org
Newsgroups: comp.lang.python.announce

I am happy to announce the release of Jython 2.0.

Jython is a Java implementation of the Python programming
language. It allows users to compile Python source code to Java
byte codes, and run the resulting bytecodes on any Java Virtual
Machine. It is a very seamless and smooth integration with Java:
from Python you have complete access to all Java libraries, can
build applets, can integrate with Java beans, and can subclass Java
classes in Python and vice versa. Like Python, and unlike Java,
Jython can also be used interactively: just type some Jython code
at the prompt and see the results immediately.

A java installer is available for download at the Jython
website:

http://www.jython.org/

Installation is started by running the installer class. Further
information and tips on installation is available at:

http://www.jython.org/install.html

Jython 2.0 is feature compatible with Python 2.0 and among the
new feature are:

– Augmented assignment, e.g. x += 1
– List comprehensions, e.g. [x**2 for x in range(10)]
– Extended import statement, e.g. import Module as Name
– Extended print statement, e.g. print >> file, “Hello”

A complete list of changes and differences are available
here:

http://www.jython.org/NEWS.html

Bugs can be reported to the bug manager on SourceForge:

http://sourceforge.net/bugs/?group_id=12867

Cheers, the jython-developers

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.