I'm searching for a website where I can test python scripts within a simple form (so I don't need to install python on my local machine). I know there is a site that can do it (also other script languages like javascript, php are supported...) but I forget the name. Anyone can help me? Thanks!
+1
A:
There is http://www.trypython.org/ but you need to have silverlight installed.
Robert Christie
2010-01-02 12:07:54
+8
A:
There is also Google's App Engine Interactive shell.
EDIT: How could I forget the Lord of the REPLs? Here it is. Supported languages:
- beanshell
- clojure
- groovy
- javascript
- python
- ruby
- scala
- scheme
jbochi
2010-01-02 12:26:25
A:
http://ideone.com/ is a pastebin that allows you to execute the code with supplied input. It supports a ridiculous range of languages: ada, assembler, awk, bash, bc, brainfuck, c, c#, c++, cobol, clisp, d, erlang, forth, fortran, haskell, icon, java, javascript, lua, ocaml, pascal, perl, php, pike, prolog, python, ruby, scala, scheme, smalltalk, tcl, vala and vb.
marcog
2010-01-02 14:46:56