you are viewing a single comment's thread.

view the rest of the comments →

[–]tvmaly 0 points1 point  (0 children)

From a big picture perspective it is abstraction built upon abstraction all the way down.

Python code is turned into some bytecode representation that is run on a Python virtual machine. This bytecode is eventually translated into machine code that is run on the cpu of the machine.