I believe that I once saw a website that is like an online Python console. Does anyone know of such a website?
+6
A:
This is one I know of:
And google have one:
There's also Lord of the REPL's:
Kev
2009-10-21 04:44:44
The appspot example project was the most useful for me, extremely concise and straight forward code.
David
2010-01-18 21:11:46
+3
A:
While not really a "console", skulpt.org runs python code client-side with no plugins or anything, which makes it a lot faster than a server-side prompt. For server side and a more traditional shell I found this: http://shell.appspot.com/.
DoR
2009-10-21 04:46:53
+2
A:
IronPython (using Silverlight or Moonlight 2): http://www.trypython.org/
codeape
2009-10-21 07:55:12