Differences between revisions 248 and 249
Revision 248 as of 2010-01-28 16:58:18
Size: 507
Editor: 82
Comment:
Revision 249 as of 2010-01-28 18:01:03
Size: 3849
Comment: Undo spam
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
http://mjhhttyu.01lx.net/hedspag.html trailers
http://mjhhttyu.01lx.net/anthe.html the
http://mjhhttyu.01lx.net/xhooztho.html center
http://mjhhttyu.01lx.net/neelisutwn.html ren
http://mjhhttyu.01lx.net/grllllen.html school
http://mjhhttyu.01lx.net/chereaw.html the
http://mjhhttyu.01lx.net/bereso.html jumping
http://mjhhttyu.01lx.net/hidntup.html stripping
http://mjhhttyu.01lx.net/cthaires.html dipping
http://mjhhttyu.01lx.net/ngrer.html line
http://mjhhttyu.01lx.net/zlawomeves.html jumping
#language en
#pragma section-numbers off
''The purpose of a programming language is to let software developers express their intentions as simply and directly as possible. - JimHugunin''

------

= 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! =
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:'''

 * WhyJython: Believe the hype
 * DocumentationAndEducation: Users Guide, learning Jython and Examples
 * JythonFaq: Frequently asked questions about Jython
 * JythonUsers
 * [[http://wiki.python.org/jython/JythonMonthly/Newsletters|JythonMonthly]]: a monthly newsletter of Jython news and tips.
 * PackageScanning: How Jython decides what jars to scan and how to influence its decision making.
 * NonEnglish: Read about Jython in other languages.
 * IrcChannel: #jython at [[irc://irc.freenode.net|Freenode.net]]
 * JythonImages: Jython Logo & Fan Art
'''Starting points for developers:'''

 * HowToGetInvolved: Community and contribution overview
 * JythonDeveloperGuide: Getting started with the source code.
 * WhosDoingWhat: A weak stab at project management.
 * SummerOfCode: Projects suitable for the Google Summer of Code.
 * ModulesOverview: An overview of various modules.
 * RoadMap: Where the rubber hits for 2.5.

'''''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.''' '''''

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


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.)

(!) 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

(!) Download Jython 2.2.1 from sourceforge (!)

(Released on Aug 22, 2007.)


Welcome to the Jython Wiki!

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)