【Python】Pythonの開発環境構築
前提
Windows
インストール
以下のサイトからインストーラーをダウンロードしてインストールするか、scoopを使用してインストールする。
https://www.python.org/downloads/windows/
scoop install python
IDE(統合開発環境)
以下から、PyCharm Community版をダウンロードしてインストールする。
PyCharm のダウンロード: JetBrains のデータサイエンスおよびウェブ開発用 Python IDE
PyCharmのCommunity版は無料で使用できる。
Virtualenv
以下の手順でVirtualenvを作成する。
File>Settingsから設定を開くProject <project name>>Python Interpreterを選択Add Interpreterを開きVirtualenv Enviromentを作成Python Interpreterに作成したVirtualenv Enviromentを選択