Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online IDE for Python [closed]

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

like image 803
eozzy Avatar asked Jan 10 '10 12:01

eozzy


People also ask

Is there an online Python IDE?

Build, run, and share Python code online for free with the help of online-integrated python's development environment (IDE). It is one of the most efficient, dependable, and potent online compilers for the Python programming language.

Can you code Python offline?

Both the Makecode Editor and Python Editor can be used when your computer is offline.


2 Answers

You might want to give a try at:

  • Try Python
  • codepad
  • codenode
like image 86
Gregory Pakosz Avatar answered Sep 20 '22 00:09

Gregory Pakosz


These aren't full IDEs but there are a lot of options for online python interpreters:

  • http://www.codepad.org
  • http://www.ideone.com
  • http://people.csail.mit.edu/pgbovine/python/tutor.html#mode=edit
  • http://portablepython.com/
  • http://www.pythonanywhere.com/
  • http://repl.it/
  • http://www.learnpython.org/
  • http://labs.codecademy.com/
  • http://www.sourcelair.com/
  • http://pythonfiddle.com/
like image 23
slykat Avatar answered Sep 24 '22 00:09

slykat