Should I "Compile .py Files to Byte Code after Installation"? Should I "Compile .py Files to Byte Code after Installation"? python-3.x python-3.x

Should I "Compile .py Files to Byte Code after Installation"?


Since the bytecode is unlikely to change regardless of how many times it is compiled, the interpreter can take advantage of the small speedup gain. Unless you are very short of hard drive space, you should select this option.