Search   Feed   Browse   Add
Feed items 1 - 7 of 7 for January 2005

All things Jythonic

A blog tracking jython developments

Brian Zimmers Blog - January 24, 2005

Brian, now officially working on Jython, has a blog. Also has a nice comments feed.
http://www.ziclix.com/bzimmer/

Daily Python-URL: Python port of SWT - January 18, 2005

Scott Sanders (dotnot) asks: Is anyone working on a port of SWT to Python Is anyone interested in such a thing Of course this is something that is possible today using Jython.  I have configured the RedRobin Jython Eclipse plugin to allow me to easily script SWT (and JFace from Jython ... works like a charm.)  Here is a quick Jython Hello World for SWT.from org.eclipse.jface.window import from org.eclipse.swt import from org.eclipse.swt.widgets import import sys class...
http://www.pythonware.com/daily/index.htm#110591146656980090

Brian Zimmer's 'An Introduction to Jython' presentation - January 18, 2005

Brian Zimmer presented Jython to the Chicago Python Users Group (chipy). Here is a link to his slides.
http://www.ziclix.com/jython/chipy20050113/

And the Winner is: Jython - January 16, 2005

The Java Republic poll asks"What is Your Scripting Language for Java of the Year 2004". And the winner with 59% of the votes is Jython!
http://seanmcgrath.blogspot.com/archives/2005_01_09_seanmcgrath_archive.html#1105808503456...

Use Jython to time Java code - January 15, 2005

Here is an interesting Jython receipe - Use Jython to time Java code   A clever way to do some low level timing of java functions, all from Jython. 
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/363219

Inline Java code into Jython - January 2, 2005

This recipe shows how to insert java code into a jython program. The java code is automatically compiled and the resulting class is imported and returned. Compilation only occurs after a change of the java source.   via Python Cookbook
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/360875

Moving Jython Forward: PSF Grant! - January 2, 2005

Jython has recieved a grant injection from the PSF!  One of the three selected grant proposals deals specifically with revitalizing Jython development and Brian Zimmer will manage the project now called: Moving Jython Forward.
http://jroller.com/page/RickHigh/20050102#is_jython_dead
Available Archives
- January (7 items)
- February (1 item)
- April (2 items)
- May (1 item)
- August (1 item)
- December (2 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact