Python 的設置與使用¶
這部分的說明文件是關於在不同平台上設定 Python 環境的綜合資訊、直譯器的呼叫,以及讓 Python 更容易使用的一些方法。
- 1. 命令列與環境
- 2. 在 Unix 平臺上使用 Python
- 3. 配置 Python
- 4. 在 Windows 上使用 Python
- 4.1. Python Install Manager
- 4.2. The embeddable package
- 4.3. nuget.org 套件
- 4.4. Alternative bundles
- 4.5. Supported Windows versions
- 4.6. Removing the MAX_PATH Limitation
- 4.7. UTF-8 模式
- 4.8. 找尋模組
- 4.9. 額外的模組
- 4.10. 編譯 Python 在 Windows
- 4.11. The full installer (deprecated)
- 4.12. Python Launcher for Windows (Deprecated)
- 5. 於 macOS 使用 Python
- 6. 在 Android 上使用 Python
- 7. 在 iOS 上使用 Python
- 8. 編輯器與 IDE