Python interpreters

From wikinotes

Python itself is an interpreter. Simply run python in a terminal and try out some new code.

There are also some more powerful interpreters built on top of it.

Ipython