tags:

views:

524

answers:

6

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!

+6  A: 

http://codepad.org/

Unknown
+1 that looks pretty cool, although I'm not sure how useful it is with such a short timeout.
Zifre
A: 

Google for python hosting, or set up a webserver yourself.

Stephan202
+5  A: 

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.

Zifre
A: 

I was using public svn server (dejavu). Now I am going to look for some free git server.

limi
A: 

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.

Cydork
A: 

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.

clemesha