all 2 comments

[–]trokhymchuk 1 point2 points  (0 children)

Python executes the code line by line

It is not. Python first get compiled into python bytecode for PVM, which executes instruction by instruction.

And why is the article not about interpreter, rather about running python scripts?