Simon Willison’s Weblog

Subscribe

Jython as a learning tool

20th June 2003

In Jython Is Just Too Useful, Joey Gibson shows how Jython can be used to quickly demonstrate Java class libraries interactively, including using Python’s dir() builtin to inspect available methods of Java classes. I used Jython last year while learning Swing for a piece of University coursework and found that being able to interactively create and manipulate Swing components (and see them appear on the screen as I typed) sped up the learning process a great deal.

This is Jython as a learning tool by Simon Willison, posted on 20th June 2003.

Next: Gorilla Web Tips

Previous: Problems with RSS

Previously hosted at http://simon.incutio.com/archive/2003/06/20/jythonLearningTool