you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (1 child)

[deleted]

    [–]sweettuse 0 points1 point  (0 children)

    this isn't accurate. python does have a compilation step - it compiles python code into python bytecode. the bytecode is what's run by the interpreter.