Pyjamas is a Python-to-Javascript compiler and an
AJAX widget set for Web application development
(its sister project is pyjamas-desktop). It is a
port of Google's Web Toolkit to Python.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Significant bugs fixed include HorizontalPanel's remove() function, SimplePanel's clear() function, and sprintf with multiple arguments ("%s %d" % ("hello", 2) will now work). Dialog Box now has modal functionality. HorizontalSplitPanel has been added, although both the horizontal and vertical panels operate correctly on Mozilla-based browsers, but Safari and IE need volunteers to work on them. Several more examples have also been added.