Python Interpreter

From GM-RKB
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 ...