vote up 0 vote down star

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!

flag

60% accept rate
1  
Can you give some kind of example of what you're talking about? – S.Lott May 25 at 2:00

6 Answers

vote up 4 vote down

http://codepad.org/

link|flag
+1 that looks pretty cool, although I'm not sure how useful it is with such a short timeout. – Zifre May 25 at 0:48
vote up 0 vote down

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

link|flag
vote up 5 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.