Differences between revisions 276 and 277
Revision 276 as of 2010-09-08 18:06:01
Size: 3852
Comment: Remove spam link
Revision 277 as of 2010-10-16 14:09:30
Size: 2740
Editor: 189
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
{{http://lh5.ggpht.com/_UZu-CoRKFEs/TLmx4cJeB_I/AAAAAAAAA2I/r8gRTXxBhCs/jythonwiki.JPG}}
= Welcome to the Jython Wiki! =

----
Line 5: Line 10:
------ ----
Line 7: Line 12:
= Jython 2.5.1 final has been released! =
(Released on Sept 26, 2009)

Download [[https://sourceforge.net/projects/jython/files/jython/2.5.1/jython_installer-2.5.1.jar/download]]


This release requires a Java Development Kit for Java 1.5 or a later release (such as JDK 6).

== Release Notes ==

=== PyDev/Eclipse ===

You can get this working with !PyDev and Eclipse with minimal effort. When you run the installer, choose to install all (including source code). When you try to debug an !PyDev application you will get 1 or 2 attribute errors. Click on the attribute error and comment out the line in error. Repeat for each error that needs fixing (takes about 2 minutes). After that everything will work fine.

= Previous Versions =

= Jython 2.5.0 =
(Released on June 8, 2009.)

(!) [[http://sourceforge.net/projects/jython/files/jython/jython_installer-2.5.0.jar|Download 2.5.0 from sourceforge]] (!)

This release requires a Java Development Kit for Java 1.5 or a later release (such as JDK 6).

= Jython 2.2.1 =
(!) [[http://downloads.sourceforge.net/jython/jython_installer-2.2.1.jar|Download Jython 2.2.1 from sourceforge]] (!)

(Released on Aug 22, 2007.)

-----

= Welcome to the Jython Wiki! =

http://lh5.ggpht.com/_UZu-CoRKFEs/TLmx4cJeB_I/AAAAAAAAA2I/r8gRTXxBhCs/jythonwiki.JPG

Welcome to the Jython Wiki!


The purpose of a programming language is to let software developers express their intentions as simply and directly as possible. - JimHugunin


Jython is a Java implementation of Python that combines expressive power with clarity. Jython is freely available for both commercial and non-commercial use and is distributed with source code. Jython is complementary to Java and is especially suited for the following tasks:

  • Embedded scripting - Java programmers can add the Jython libraries to their system to allow end users to write simple or complicated scripts that add functionality to the application.

  • Interactive experimentation - Jython provides an interactive interpreter that can be used to interact with Java packages or with running Java applications. This allows programmers to experiment and debug any Java system using Jython.

  • Rapid application development - Python programs are typically 2-10X shorter than the equivalent Java program. This translates directly to increased programmer productivity. The seamless interaction between Python and Java allows developers to freely mix the two languages both during development and in shipping products.

Starting points for users:

Starting points for developers:

Important: To edit pages in this wiki, you must first create a login account. If the word UserPreferences or Login (and not your name) appears at top of this page, click on it and fill it out first. If you see your name instead or near UserPreferences, then you have already done this step. If you see neither go to UserPreferences and create your account.

FrontPage (last edited 2015-04-30 18:01:14 by JimBaker)