|
Project Information
Members
Links
|
Try PythonAn interactive Python tutorial running in the browserAn interactive Python interpreter that runs in the browser, using Silverlight and IronPython. You can see it running online at www.trypython.org. It should also run under Moonlight for Linux (although bug reports to the Mono team and not me if it doesn't!). As well as an interactive interpreter running in the browser it has a few pages from the Python tutorial. The tutorial pages are automatically formatted for displaying in Silverlight using rst2xaml. The online interpreter has the following features:
Not much of the Python standard library is included. I intend to expand the tutorial adding new modules as they are needed (the whole standard library is about 5mb and would make Try Python take much longer to load). Some of the console history code was contributed by Resolver Systems. |