FrontPage > Python
Python†
https://www.python.org/ - Python Software Foundation
http://www.python.jp/ - 日本Pythonユーザ会
プラットフォーム†
Linux、MacOS、Windows ...etc
ライセンス†
Python Software Foundation License
言語仕様†
- 他言語の様な「{」「}」は使わず、インデントで意味を持たせる。
コメント†
記号 | 説明 |
# | 1行コメント |
' ' ' 〜 ' ' ' | 複数行コメント(シングルクォートx3) |
""" 〜 """ | 複数行コメント(ダブルクォートx3) |
Pythonパッケージマネージャ†
- pip - Pythonの標準パッケージ管理ツール
- conda - Pythonだけでなく他の言語のパッケージも管理可能
- pipenv - 仮想環境と依存関係の管理を統合
- poetry - 依存関係の管理とパッケージの公開を簡素化
- pdm - モダンなPythonプロジェクト管理ツール
- anaconda - GUIベースの環境管理ツール(Anaconda Navigator)を提供