click to see full image
|
app:
|
Dynamic Python runtime
|
|
added by:
|
clouddotnet
|
|
tagged:
|
demo, python, dlr
|
|
website:
|
http://elmcity.cloudapp.net
|
|
notes:
|
From - http://blog.jonudell.net/2008/11/
Today I felt that same kind of excitement when I clicked on this URL:
http://elmcity.cloudapp.net
There isn’t much to see. But what happens behind the scenes is quite interesting to me. The URL hits a deployment in the Azure cloud where I’m hosting an IronPython runtime. Then it invokes that runtime on a file that contains this little Python program:
hello = "Hello world" Finally, it gets back an object representing the result of that program, extracts the value of the hello variable, and pops it into the textbox.
|
|
viewed:
|
873 times
|
|
|
everyone's rating:
|
|
|
your rating:
|
login to add your rating to this cloud app
|
|
|
Comments:
login to clouddotnet
now to add your comment
- no comments yet
|
|