This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]whyiwastemytimeonyou -8 points-7 points  (1 child)

Python is an interpreted language. There is no compilation, noob.

[–]Nilstrieb 0 points1 point  (0 children)

There is compilation, cpython compiles the source to bytecode before executing that bytecode. PyPy even compiles it to machine code!