安装和使用 Python¶
这一部分文档专门介绍在不同平台上配置Python环境的一般方法,解释器的调用以及方便使用Python的技巧。
- 1. Command line and environment
- 2. 在Unix平台中使用Python
- 3. 在Windows上使用 Python
- 3.1. 安装 Python
- 3.2. Alternative bundles
- 3.3. Configuring Python
- 3.4. Python Launcher for Windows
- 3.5. Finding modules
- 3.6. Additional modules
- 3.7. Compiling Python on Windows
- 3.8. Embedded Distribution
- 3.9. 其他资源
- 4. 在苹果系统上使用 Python