Python Interpreter

Adding an official Python interpreter would be awesome! We would be able to edit Python code right in our browsers!

Glitch containers do have python installed, see:

You could import an interpreter from GitHub into a project and use that.

You can edit code for any language in your browser as long as you give the right extension for python it’s py. To pull up a python interperter type either python or python3 for python 3, into the terminal.

Ok. Thanks a lot everyone!