Python のセットアップと利用¶
このドキュメントでは 異なるプラットフォームでのPython環境のセットアップの一般的な方法、インタプリタの起動とPythonでの作業を楽にする方法を説明します。
- 1. コマンドラインと環境
- 2. Unix プラットフォームで Python を使う
- 3. Python を構成する
- 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. Using Python on macOS
- 6. Using Python on Android
- 7. iOS で Python を使う
- 8. エディタと IDE