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. Configureオプション

  * 3.4. Python ビルドシステム

  * 3.5. Compiler and linker flags

* 4. Windows で Python を使う

  * 4.1. Python install manager

  * 4.2. 埋め込み可能なパッケージ

  * 4.3. nuget.org パッケージ

  * 4.4. 別のバンドル

  * 4.5. Supported Windows versions

  * 4.6. Removing the MAX_PATH limitation

  * 4.7. UTF-8 モード

  * 4.8. モジュールの検索

  * 4.9. 追加のモジュール

  * 4.10. Windows 上で Python をコンパイルする

  * 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. Android アプリに Python を追加する

  * 6.2. Android 向けの Python パッケージをビルドする

* 7. iOS で Python を使う

  * 7.1. iOS ランタイムでの Python

  * 7.2. iOS での Python のインストール

  * 7.3. App Store コンプライアンス

* 8. エディタと IDE

  * 8.1. IDLE --- Python のエディタとシェル

  * 8.2. Other Editors and IDEs
