On Apr 23, 3:50 am, [EMAIL PROTECTED] 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/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to