Python Setup and Usage
**********************

This part of the documentation is devoted to general information on
the setup of the Python environment on different platforms, the
invocation of the interpreter and things that make working with Python
easier.

* 1. Command line and environment

  * 1.1. Command line

    * 1.1.1. Interface options

    * 1.1.2. Generic options

    * 1.1.3. Miscellaneous options

    * 1.1.4. Options you shouldn't use

  * 1.2. Environment variables

    * 1.2.1. Debug-mode variables

* 2. Using Python on Unix platforms

  * 2.1. Getting and installing the latest version of Python

    * 2.1.1. On Linux

    * 2.1.2. On FreeBSD and OpenBSD

    * 2.1.3. On OpenSolaris

  * 2.2. Building Python

  * 2.3. Python-related paths and files

  * 2.4. Miscellaneous

* 3. 在 Windows 上使用 Python

  * 3.1. 完整安装程序

    * 3.1.1. 安装步骤

    * 3.1.2. Removing the MAX_PATH Limitation

    * 3.1.3. 安裝排除使用者介面

    * 3.1.4. 當安裝時不下載

    * 3.1.5. Modifying an install

  * 3.2. Microsoft Store包

    * 3.2.1. 已知的问题

  * 3.3. nuget.org 安装包

  * 3.4. 可嵌入的包

    * 3.4.1. Python Application

    * 3.4.2. 嵌入 Python

  * 3.5. Alternative bundles

  * 3.6. 設定 Python

    * 3.6.1. Excursus: Setting environment variables

    * 3.6.2. Finding the Python executable

  * 3.7. Python Launcher for Windows

    * 3.7.1. 開始

      * 3.7.1.1. From the command-line

      * 3.7.1.2. 虛擬環境（Virtual environment）

      * 3.7.1.3. From a script

      * 3.7.1.4. 從檔案關聯

    * 3.7.2. Shebang Lines

    * 3.7.3. Arguments in shebang lines

    * 3.7.4. Customization

      * 3.7.4.1. Customization via INI files

      * 3.7.4.2. Customizing default Python versions

    * 3.7.5. Diagnostics

  * 3.8. Finding modules

  * 3.9. Additional modules

    * 3.9.1. PyWin32

    * 3.9.2. cx_Freeze

    * 3.9.3. WConio

  * 3.10. 編譯 Python 在 Windows

  * 3.11. 其他平台

* 4. 在麥金塔系統使用Python

  * 4.1. 取得和安裝MacPython

    * 4.1.1. 如何執行Python腳本

    * 4.1.2. 透過使用者圖形介面執行腳本

    * 4.1.3. 設定

  * 4.2. 整合化開發工具

  * 4.3. Installing Additional Python Packages

  * 4.4. 圖形化使用者介面(GUI) 程式開發於Mac

  * 4.5. 貢獻Python應用程式於 Mac

  * 4.6. 其他資源

* 5. 编辑器和集成开发环境
