about python

S

sjdevnull

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.
 
F

Fuzzyman

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top