[IronPython] [ANN] Python in the browser (update)

Cronin, Ted tcronin at asrclkrec.com
Sun Mar 7 00:20:07 CET 2010


Cool, thanks Jimmy
________________________________________
From: users-bounces at lists.ironpython.com [users-bounces at lists.ironpython.com] On Behalf Of Jimmy Schementi [Jimmy.Schementi at microsoft.com]
Sent: Saturday, March 06, 2010 1:32 AM
To: Discussion of IronPython
Cc: Hans Hugli; Nishant Kothary; Joshua Allen
Subject: [IronPython] [ANN] Python in the browser (update)

Gestalt (codename for the new IronPython in Silverlight integration) has been updated to what I showed at PyCon 2010: either reference http://gestalt.ironpython.net/dlr-20100305.js in a HTML page, or download the redistributable package to develop locally (http://ironpython.net/browser/gestalt-20100305.zip), and then you can write Python in the browser like so:

<script type="text/python">
    window.Alert("Hello from Python")
</script>

Resources:

  Python in the browser: http://ironpython/browser/
    o Getting Started: http://ironpython.net/browser/gettingstarted.html
    o Documentation: http://ironpython.net/browser/docs.html
  PyCon 2010 talk: http://blog.jimmy.schementi.com/2010/03/pycon-2010-python-in-browser.html

Note: this redistributable package will be moved into the normal IronPython releases, in the Silverlight directory; these "snapshot of the sources" releases are just a convenience until that happens. Also, for every IronPython release, a new version will be uploaded to gestalt.ironpython.net (ipy-2.6.1.js, for example).

~Jimmy
_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list