Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python Console Website

Tags:

python

I believe that I once saw a website that is like an online Python console. Does anyone know of such a website?

like image 246
Casebash Avatar asked Oct 21 '09 04:10

Casebash


People also ask

Is there an online Python interpreter?

Python's official website has an online interactive Python shell that is provided by PythonAnyWhere. We can execute the Python code in the interactive shell.

How do I open the console in Python?

The console appears as a tool window every time you choose the corresponding command on the Tools menu. You can assign a shortcut to open Python console: press Ctrl+Alt+S , navigate to Keymap, specify a shortcut for Main menu | Tools | Python or Debug Console.

What is the URL of Python official website?

Welcome to Python.org.

Can I embed Python in HTML?

The new PyScript project lets you embed Python programs directly in HTML pages and execute them within the browser without any server-based requirements.


1 Answers

This is one I know of:

http://shell.appspot.com/

There's also Lord of the REPL's:

http://lotrepls.appspot.com/

Python on repl.it:

http://repl.it/languages/Python

like image 149
Kev Avatar answered Nov 15 '22 14:11

Kev