Python Interpreter

From GM-RKB
Revision as of 04:17, 26 August 2024 by Gmelli (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Python Interpreter is a dynamic interpreter that interprets Python code.



References

2012

  • https://docs.python.org/2/tutorial/interpreter.html
    • The Python interpreter is usually installed as /usr/local/bin/python on those machines where it is available; putting /usr/local/bin in your Unix shell’s search path makes it possible to start it by typing the command ...