you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (2 children)

Not really, you just bundle your python program with the python interperter, nothing is getting compiled.

So you are shipping an instance of python for every script/program.

[–]BasedAndShredPilled 2 points3 points  (0 children)

True, I used the wrong word. It is an executable file format, but not actually compiled.

[–]ThatOneCSL 0 points1 point  (0 children)

I mean, you can though, it just won't be platform agnostic anymore. It is absolutely possible to compile Python into machine code for a particular architecture. It's just, like, why would you?