Online IDE for Python

ide, python, testing

Solution

You might want to give a try at:

- Try Python

- codepad

- codenode

Problem

Is there any web-based IDE that I can use to run quick tests? There're a dozen for PHP and some for even Java but I haven't found yet that runs Python. If there's an open-source IDE available that I can host and run myself, that'd be better. Thanks

Original source