Jython

nichecreator.com

diet pills

Popular Searches

steve mcnair dead
sahel kazemi
fireworks display
barry manilow
michelle mcnair
boston pops 4th of july
michael jackson memorial lottery
nashville newspaper
nashville news
the program
boston fireworks 2009
macys fireworks
indianapolis fireworks
tempe town lake fireworks
tennessee titans
naperville fireworks
nashville fireworks
air mcnair
houston fireworks
fireworks in massachusetts
natasha bedingfield
blue ash fireworks 2009
jones beach fireworks 2009
4th of july fireworks in new jersey
corporate woods fireworks
austin fireworks
wakefield ma fireworks 2009
mcnair shot
centerville ohio fireworks
capitol fourth
philadelphia park fireworks
san diego fireworks 2009
freedom over texas
plano fireworks
gaffney sc serial killer
marina del rey fireworks
hot dog eating contest 2009 results
firework shows
staples center michael jackson tickets
rochester ny fireworks
local fireworks
frisco fireworks
dallas fireworks
nyc fireworks july 4
serial killer in south carolina
foster city fireworks
fort worth fireworks
eleanor tinsley park
peoria sports complex fireworks
earl holliman
bolingbrook fireworks
watch fireworks online
fireworks on tv
cal expo fireworks
wjbc
live fireworks
ashburn village fireworks
gridiron 9
stadium of fire
new york city fireworks
sunset times
minneapolis fireworks
rose bowl fireworks
lenox mall fireworks
fireworks in nj
fairfax high school fireworks
atlanta fireworks
bald hill fireworks
hudson river fireworks
lewisville fireworks
washington dc fireworks
what is a baby dolphin called
donovan mcnabb
tucson fireworks
charlotte fireworks
phoenix fireworks
cupertino fireworks
joliet fireworks
where to see fireworks
nashville tennessean
bay area fireworks
santa clara fireworks
batavia fireworks
upper arlington fireworks
denver fireworks
peachtree road race results 2009
mechelle cartwright
fireworks in los angeles
rutledge hill nashville
brier creek fireworks
sarah palin resignation speech
clawson fireworks
bangor maine fireworks
cleveland fireworks
all you ve got
penn s landing fireworks
westerville fireworks
portland fireworks
how did steve mcnair die
thunder on the mountain birmingham

Jython
Jython Logo
Stable release 2.5.0[1] / 16 June 2009
Written in Python and Java
Operating system Cross-platform
Platform Java Virtual Machine
Type Python Programming Language Interpreter
License mixed, see License terms
Website www.jython.org

Jython, successor of JPython, is an implementation of the Python programming language written in Java.

Contents

Overview

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 the 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, AWT or SWT. Jython compiles to Java bytecode (intermediate language) either on demand or statically.

Jython also includes jythonc, a compiler that converts Python source code into Java source code. This allows Python programmers to write classes which can be fully utilized by a Java program.

History

Jim Hugunin created Jython in late 1997, initially to be able to replace C by Java for performance-intensive code accessed by Python programs, and developed it until 1999[2]. In February 1999, Barry Warsaw took over as the primary developer. In October 2000, Jython moved to SourceForge. For a long time, Samuele Pedroni did most of the work to maintain and develop Jython. To the end of 2004, Pedroni stepped down as the primary developer to concentrate his effort to PyPy, but he is still considered the authority on Jython internals. In January 2005, Brian Zimmer received a grant from the Python Software Foundation to develop Jython. In December 2005, Frank Wierzbicki succeeded Zimmer as the primary developer. During 2005, development was slow due to lack of knowledgeable developers.

On March 3, 2008, it was announced that Sun Microsystems hired Ted Leung and Frank Wierzbicki to work on Jython and Python, similar to Sun's hiring of two JRuby developers.[3][4]. Development progressed steadily[5][6][7][8], and Jython 2.5.0 was released on June 16, 2009[1].

Status and roadmap

The current release is Jython 2.5.0, available since June 16, 2009. It includes improvements to Java integration and implements the same set of language features as CPython 2.5[1]. With 2.5.0 Jython is able to run popular Python frameworks such as Django, Pylons, or SQLAlchemy[9].

License terms

Jython is released under a mix of three licenses:[10]

  1. Python Software Foundation License (v2)
  2. Jython 2.0, 2.1 license
  3. JPython 1.1.x Software License.

The first two are permissive free software licenses. The third also appears to be but this is unclear because neither the Free Software Foundation nor the Open Source Initiative have reviewed and commented on it.

Usage

See also

References

  1. ^ a b c Wierzbicki, Franck (2009-06-16). "Jython 2.5.0 Final is out!". http://fwierzbicki.blogspot.com/2009/06/jython-250-final-is-out.html. Retrieved on 2009-07-02. 
  2. ^ Hugunin, Jim (March 2002). "Story of Jython". http://hugunin.net/story_of_jython.html. Retrieved on 2009-06-05. "The story of Jython begins in the spring of 1997 while I was working on my PhD at MIT. While doing some benchmark work comparing the performance of Numeric Python to a variety of other programming languages, I was amazed to discover that Java was as fast as C-code for some simple numeric benchmarks. Previously, I had been uninterested in Java because I saw it as an inferior replacement for Python. Now I saw the possibility that Java could be a replacement for the ugly and error-prone C code that I was writing for the performance intensive parts of my systems." 
  3. ^ Leung (2008-03-03). "The Sun is going to shine on Python". http://www.sauria.com/blog/2008/03/03/the-sun-is-going-to-shine-on-python. Retrieved on 2008-03-03. 
  4. ^ Nutter, Charles (2008-01-03). "Jython's Back, Baby!". http://headius.blogspot.com/2008/01/jythons-back-baby.html. Retrieved on 2008-02-09. 
  5. ^ Baker, Jim (2008-01-03). "Django on Jython: Minding the Gap". http://zyasoft.com/pythoneering/2008/01/django-on-jython-minding-gap.html. Retrieved on 2008-02-17. 
  6. ^ Baker, Jim (2008-06-24). "Flipping the 2.5 Bit for Jython". http://zyasoft.com/pythoneering/2008/06/flipping-25-bit-for-jython.html. Retrieved on 2008-07-12. 
  7. ^ Wierzbicki, Frank (2008-07-15). "Jython 2.5 Alpha Released!". http://fwierzbicki.blogspot.com/2008/07/jython-25-alpha-released.html. Retrieved on 2008-07-16. 
  8. ^ Baker, Jim (2008-06-24). "Flipping the 2.5 Bit for Jython". http://zyasoft.com/pythoneering/2008/06/flipping-25-bit-for-jython.html. Retrieved on 2008-07-12. 
  9. ^ "Jython 2.5 - Why you should upgrade". March 2002. http://journal.thobe.org/2009/06/jython-25-why-you-should-upgrade.html. Retrieved on 2009-06-26. 
  10. ^ "The Jython License". Jython's project. http://www.jython.org/Project/license.html. Retrieved on 2008-02-09. 

External links

Retrieved from "http://en.wikipedia.org/wiki/Jython"



Instalasi Jython

Author: micosiahaan
Keywords: Jython
Added: June 16, 2009


How to create your own screen recording program

Author: DrewLeSueur2
Keywords: python java jython programming screencaster screen recording
Added: June 15, 2009


JavaOne 2009 - Scripting Bowl

Author: javapda
Keywords: JavaOne 2009
Added: June 3, 2009


JavaOne Minute with Frank Wierzbicki

Author: SunMicrosystemsInc
Keywords: javaone j1video jython dude
Added: June 2, 2009


fireworks animation

Author: mdreaney
Keywords: animation jython fireworks JES. CS0
Added: May 8, 2009



© 2008 nichecreator.com

diet pills