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
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
http://shell.appspot.com/ The google AppEngine shell (not really an IDE though).
I'm pretty sure that IDE's are the last kind of programs that will ever go web based, because a good IDE needs to be so extremely interactive if it wants to be good.
I really don't see a reason for this and others seem to agree because there isn't any. And no, an interactive web shell or compiler has nothing to do with an IDE.
Mozilla Bespin is an interesting project (user guide).
It is a Mozilla labs open source project to build a browser-based IDE. You can host it yourself, see the Bespin developer guide.
I don't think it is currently a full-fledged Python IDE, but I believe it could be made into one with a bit of effort. The Bespin server is written in Python.
ideone.com is able to compile and run Python. There is also an integrated web editor - perfect for quick tests. It is not an open source but you can use Ideone API to build your service.