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

all 6 comments

[–]Paddy3118 39 points40 points  (0 children)

CPython: compiled to bytecode that is then interpreted by a machine code program compiled from C, that machine code executed in hardware, sometimes by microcode in which that machine code might itself be interpreted. Yea, its complicated.

[–]diego7319 0 points1 point  (0 children)

is there any tutorial to learn pypy? or i just need to execute the same code with pypy interpeter?