Differences between revisions 237 and 322 (spanning 85 versions)
Revision 237 as of 2009-11-23 23:08:09
Size: 4003
Editor: 122
Comment:
Revision 322 as of 2014-05-22 00:07:07
Size: 3925
Editor: AdamBurke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
''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.)

-----
Line 37: Line 5:

----
''The purpose of a programming language is to let software developers express their intentions as simply and directly as possible. - JimHugunin''
----
Line 40: Line 13:
 * '''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, provide [[http://www.term-paper-research.com/custom-research-paper.html|research papers]] and debug any Java system using Jython.  * '''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.
Line 42: Line 15:
'''Starting points for users:'''
==
Starting points for users ==
Line 46: Line 20:
 * JythonFaq: Frequently asked questions about Jython, more on this [[http://www.term-paper-research.com/|essay paper]]  * JythonFaq: Frequently asked questions about Jython
Line 51: Line 25:
 * IrcChannel: #jython at [[irc://irc.freenode.net|Freenode.net]]  * IrcChannel: IRC channel page (#jython at irc.freenode.net)
Line 53: Line 27:
'''Starting points for developers:'''
== Beyond the Basics for Users ==
 * ConsoleChoices: Settings that enable line editing at the interpreter prompt
 * ReadlineSetup: Line-editing at the prompt with GNU Readline or Editline (possibly out of date info)

== Starting points for developers ==
Line 60: Line 39:
 * RoadMap: Where the rubber hits for 2.5.  * RoadMap: Where the rubber hits for 2.6.
  == Administrative ==
Line 62: Line 44:

=== Wiki Attack in January 2013 ===

The wiki was subject to an attack on January 5 2013. Since it was not clear whether user account data was stolen, all passwords were subsequently reset, so you will have to use the <<Action(recoverpass, password recovery function)>> to get a new password.

'''To edit wiki pages, please log in first.'''

See the [[https://wiki.python.org/moin/WikiAttack2013|wiki attack description page]] for more details. If you find problems, please report them to the <<MailTo(pydotorg-www@python.org, pydotorg-www mailing list)>>.

=== HTTPS access to the Wiki ===

We have enabled HTTPS access to the wiki to further enhance security and avoid having to send clear text passwords over the network in order to log in to the wikis.

'''If you have not been using HTTPS links to the wiki login page''', please be advised that your password may have been sniffed on the network at e.g. a conference. It is best to <<Action(userprefs, change it)>> and stop using HTTP links to the wiki login page.

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

Beyond the Basics for Users

  • ConsoleChoices: Settings that enable line editing at the interpreter prompt

  • ReadlineSetup: Line-editing at the prompt with GNU Readline or Editline (possibly out of date info)

Starting points for developers

Administrative

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.

Wiki Attack in January 2013

The wiki was subject to an attack on January 5 2013. Since it was not clear whether user account data was stolen, all passwords were subsequently reset, so you will have to use the password recovery function to get a new password.

To edit wiki pages, please log in first.

See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list <pydotorg-www@python.org>.

HTTPS access to the Wiki

We have enabled HTTPS access to the wiki to further enhance security and avoid having to send clear text passwords over the network in order to log in to the wikis.

If you have not been using HTTPS links to the wiki login page, please be advised that your password may have been sniffed on the network at e.g. a conference. It is best to change it and stop using HTTP links to the wiki login page.

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