Is there a python console plugin on the web?

I think there is already some kind of open-source live python (web-based) online console. Does anyone know anything? It would be very useful to have a console in the Django admin (for example, run the python manage.py shell on the server terminal), so it would be great to use django / any wsgi, which can be used to enable real-time access based on the network.

thank

+5
source share
5 answers

You are looking for the Werkzug debugger.

http://werkzeug.pocoo.org/

http://werkzeug.pocoo.org/docs/debug/

javascript, WSGI, . .

Django RunServerPlus, django-extensions.

https://github.com/django-extensions/django-extensions

+3

Python Anywhere. - python, SQL, bash .

+1

python Google. . Django , , .

0

There is a great website called Codecademy . He teaches the basics of Python, Ruby, Javascript, and HTML / CSS. They also have online consoles for each of the languages ​​they learn, with the exception of HTML / CSS. This website is Codecademy Labs . Codecademy Labs has a console where you can enter text, and an editor that displays the output in the console. I hope this helps you find what you were looking for!

-4
source

All Articles