Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Win7 机器上安装 Python 3.2 32bit,有以下选项:
安装后将 .py 文件编译为字节码
我应该不选中该选项还是推荐编译?
由于无论编译多少次,字节码都不太可能改变,解释器可以利用小的加速增益。除非您的硬盘空间非常不足,否则您应该选择此选项。