Does anyone know of anywhere where you can put a script online & then run it from there so you can run it wherever you are in the world?
Thanks!
Does anyone know of anywhere where you can put a script online & then run it from there so you can run it wherever you are in the world?
Thanks!
You are probably going to want some type of "Cloud Computing" provider. I would suggest going with Google App Engine, as you get a free account set up pretty easily.
I was using public svn server (dejavu). Now I am going to look for some free git server.
Check out utility mill (Sorry i cant provide a link it seems). But They have some nice features like rest api and revision control. The only catch is your script should be open source.
Check out http://codenode.org which is best described as "Google docs combined with Mathematica Notebooks". It is an active open source project, licensed under the BSD, and supports Python very well right now.