安装和使用 Python¶
这一部分文档专门介绍在不同平台上配置Python环境的一般方法,解释器的调用以及方便使用Python的技巧。
- 1. Command line and environment
- 2. 在Unix平台中使用Python
- 3. 在Windows上使用 Python
- 3.1. The full installer
- 3.2. The Microsoft Store package
- 3.3. The nuget.org packages
- 3.4. The embeddable package
- 3.5. Alternative bundles
- 3.6. Configuring Python
- 3.7. Python Launcher for Windows
- 3.8. Finding modules
- 3.9. Additional modules
- 3.10. Compiling Python on Windows
- 3.11. Other Platforms
- 4. 在苹果系统上使用 Python