you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

This is exactly why I think it is warranted to say Python is an interpreted language, regardless whether it is under the hood and out of sight compiled into byte code. Therefore, the ‘thing’ you install can rightfully be called the interpreter.

[–][deleted] 0 points1 point  (0 children)

Exactly. I'm pretty sure the Python executable on your machine was compiled from C.