about python

Fuzzyman fuzzyman at gmail.com
Sun May 18 17:25:38 EDT 2008


On Apr 23, 3:50 am, mran... at varshyl.com wrote:
> How can python execute in browser?
>
> Mukul

The best way of running Python code in the browser is with the
Silverlight browser plugin. Silverlight 2 (currently working with IE,
Safari and Firefoxon Windows and Mac OS X - but Silveright 2 for
Linux, called Moonlight, made major steps in the last few days).

You can run IronPython code inside Silverlight, with the choice of the
WPF based user interface or interacting with the browser DOM and
Javascript.

See the following for more details:

    http://www.voidspace.org.uk/ironpython/silverlight/

Michael Foord
http://www.ironpythoninaction.com/



More information about the Python-list mailing list