about python

sjdevnull at yahoo.com sjdevnull at yahoo.com
Wed Apr 23 01:08:50 EDT 2008


On Apr 22, 10:50 pm, mran... at varshyl.com wrote:
> How can python execute in browser?
>
> Mukul

Depends on the browser and which compilers/postprocessors you're
willing to use. The Grail browser supports python natively, there are
python plugins for some other browsers, and there are C# plugins for
other browsers which can be wrangled to work with IronPython.

For common, widespread browser support, Jython can run on anything
supporting Java and py2js can run on anything supporting Javascript.




More information about the Python-list mailing list