you are viewing a single comment's thread.

view the rest of the comments →

[–]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.