Why would you compile a Python script? You can run them directly from the .py file and it works fine, so is there a performance advantage or something?

I also notice that some files in my application get compiled into .pyc while others do not, why is this?

10 Answers
10

Leave a Reply

Your email address will not be published. Required fields are marked *