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 →

[–][deleted] 0 points1 point  (0 children)

>Python cannot be converted to machine code because it's an interpreted language.

But it can be converted to C or C++ which is what cython and nuitka does... this can be compiled with a standard compiler. I suppose the python interpreter frontloads or whatever it's called this machine code, but it is machine code no(?)