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.
我是一个学习 Python 的完整初学者。我注意到 Python 的 Windows 安装程序状态“不包括源代码”,并且在它下面有一个通过 tarball 安装源代码的选项。
http://www.python.org/getit/
如果我在没有源的情况下使用 Windows 安装程序安装它,会遗漏什么?
源代码。
这可以用作参考,或者,例如,如果您正在进行 Cython 开发(您需要编译源代码)。
但一般来说,普通 Python 用户不需要源代码。如果你需要它,你会知道的。