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