Python 的設置與使用
*******************

這部分的說明文件是關於在不同平台上設定 Python 環境的綜合資訊、直譯器的
呼叫，以及讓 Python 更容易使用的一些方法。

* 1. 命令列與環境

  * 1.1. 命令列

  * 1.2. 環境變數

* 2. 在 Unix 平臺上使用 Python

  * 2.1. 獲得並安裝 Python 的最新版本

  * 2.2. 建置 Python

  * 2.3. 與 Python 相關的路徑和檔案

  * 2.4. 雜項

  * 2.5. 客製化 OpenSSL

* 3. 配置 Python

  * 3.1. 建置需求

  * 3.2. 產生的檔案

  * 3.3. 設定選項

  * 3.4. Python 建置系統

  * 3.5. Compiler and linker flags

* 4. 在 Windows 上使用 Python

  * 4.1. Python 安裝管理員

  * 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

  * 5.1. Using Python for macOS from "python.org"

  * 5.2. Alternative Distributions

  * 5.3. 安裝額外的 Python 套件

  * 5.4. 開發 GUI 程式

  * 5.5. 進階主題

  * 5.6. 其他資源

* 6. 在 Android 上使用 Python

  * 6.1. 將 Python 加入 Android 應用程式

  * 6.2. 建置用於 Android 的 Python 套件

* 7. 在 iOS 上使用 Python

  * 7.1. Python at runtime on iOS

  * 7.2. Installing Python on iOS

  * 7.3. App Store Compliance

* 8. 編輯器與 IDE

  * 8.1. IDLE --- Python 編輯器與 shell

  * 8.2. 其他編輯器與 IDE
