[Edu-sig] Ann: Crunchy Frog 0.6
Andre Roberge
andre.roberge at gmail.com
Sat Jul 22 02:27:37 CEST 2006
[note to edu-sig people: the 0.6 version looks much different from the
0.4.9. Much!]
Crunchy Frog (version 0.6) has been released.
Crunchy Frog is an application that transforms an html-based Python
tutorial into an interactive session within a browser window. The
interactive embedded objects include:
* a Python interpreter;
* a simple code editor, whose input can be executed by Python;
* a special "doctest" mode for the code editor;
* a graphics canvas which can be drawn upon using a simple api.
* simple sounds can be generated and played with all of the above.
A comprehensive set of examples are included in the package, as well
as two "standard Python tutorials" (mini-sorting HowTo, and regular
expression HowTo) which have been adapted for use with Crunchy Frog.
Requirements:
Python 2.4+ (it might work, but has not been tested with earlier versions)
Elementtree; (a link is provided in the included docs)
Firefox 1.5+
The website address is http://crunchy.sourceforge.net
The files can be downloaded from
http://sourceforge.net/project/showfiles.php?group_id=169458
André and Johannes
More information about the Edu-sig
mailing list