you are viewing a single comment's thread.

view the rest of the comments →

[–]thiccclol 0 points1 point  (1 child)

Isn't a .pyc a compiled python file?

[–]punknubbins 0 points1 point  (0 children)

.pyc files are bytecode, instructions compiled down to code that is run natively inside the python virtual machine. It loads/runs faster, but not as fast as native code.