Python interpreters

From wikinotes
Revision as of 20:12, 30 March 2019 by Will (talk | contribs) (Created page with " Python itself is an interpreter. Simply run <code>python</code> in a terminal and try out some new code. There are also some more powerful interpreters built on top of it....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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