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?
We use compiled code to distribute to users who do not have access to the source code. Basically to stop inexperienced programers accidentally changing something or fixing bugs without telling us.