파이썬 설정 및 사용법
*********************

설명서의 이 부분은 여러 플랫폼에서 파이썬 환경을 설정하고, 인터프리터
를 호출하며, 파이썬으로 작업하기 더 쉽게 만드는 것들에 관한 일반적인
정보를 다루는데 할당되었습니다.

* 1. 명령 줄과 환경

  * 1.1. 명령 줄

    * 1.1.1. 인터페이스 옵션

    * 1.1.2. 일반 옵션

    * 1.1.3. 기타 옵션

    * 1.1.4. 사용해서는 안 되는 옵션

  * 1.2. 환경 변수

    * 1.2.1. 디버그 모드 변수

* 2. 유닉스 플랫폼에서 파이썬 사용하기

  * 2.1. 최신 버전의 파이썬 내려받기와 설치

    * 2.1.1. 리눅스

    * 2.1.2. FreeBSD와 OpenBSD

    * 2.1.3. OpenSolaris

  * 2.2. 파이썬 빌드하기

  * 2.3. 파이썬 관련 경로와 파일

  * 2.4. 잡동사니

* 3. Using Python on Windows

  * 3.1. The full installer

    * 3.1.1. Installation steps

    * 3.1.2. Removing the MAX_PATH Limitation

    * 3.1.3. Installing Without UI

    * 3.1.4. Installing Without Downloading

    * 3.1.5. Modifying an install

  * 3.2. The Microsoft Store package

    * 3.2.1. Known Issues

  * 3.3. The nuget.org packages

  * 3.4. The embeddable package

    * 3.4.1. Python Application

    * 3.4.2. Embedding Python

  * 3.5. Alternative bundles

  * 3.6. Configuring Python

    * 3.6.1. Excursus: Setting environment variables

    * 3.6.2. Finding the Python executable

  * 3.7. UTF-8 mode

  * 3.8. Python Launcher for Windows

    * 3.8.1. Getting started

      * 3.8.1.1. From the command-line

      * 3.8.1.2. Virtual environments

      * 3.8.1.3. From a script

      * 3.8.1.4. From file associations

    * 3.8.2. Shebang Lines

    * 3.8.3. Arguments in shebang lines

    * 3.8.4. Customization

      * 3.8.4.1. Customization via INI files

      * 3.8.4.2. Customizing default Python versions

    * 3.8.5. Diagnostics

  * 3.9. Finding modules

  * 3.10. Additional modules

    * 3.10.1. PyWin32

    * 3.10.2. cx_Freeze

    * 3.10.3. WConio

  * 3.11. Compiling Python on Windows

  * 3.12. Other Platforms

* 4. 매킨토시에서 파이썬 사용하기

  * 4.1. MacPython을 구하고 설치하기

    * 4.1.1. 파이썬 스크립트를 실행하는 방법

    * 4.1.2. GUI로 스크립트 실행하기

    * 4.1.3. 구성

  * 4.2. IDE

  * 4.3. 추가 파이썬 패키지 설치하기

  * 4.4. Mac에서의 GUI 프로그래밍

  * 4.5. Mac에서 파이썬 응용 프로그램 배포하기

  * 4.6. 기타 자원

* 5. Editors and IDEs
