show/hide this revision's text 2 added 264 characters in body

This is answered in "Way to have compiled python files in a seperate folder?"

Short story: No.

To clarify: You can compile bytecode and put it elsewhere as per Brian R. Bondy's suggestion, but unless you actually run it from there (and not from the folder you want to keep pristine) Python will still output bytecode where the .py files are.

show/hide this revision's text 1

This is answered in "Way to have compiled python files in a seperate folder?"

Short story: No.