Quantcast
Channel: NETWORK ENGINEER BLOG
Viewing all articles
Browse latest Browse all 266

Python 3.7.3(for Windows)のインストールについて

$
0
0

Python のインストール

以下のサイトから、Python のインストーラーをダウンロードします。
https://www.python.org/
Downloads -> Windows -> Python3.7.3 を選択
f:id:FriendsNow:20190520194851p:plain

ダウンロードしたインストーラーを実行し、インストールします。
"Add_Python 3.7 to PATH"を選択して、"Install Now"をクリックします。
f:id:FriendsNow:20190520194934p:plain

コマンドプロンプトを管理者権限で実行し、以下を実行してヘルプが表示されれば OK です。

python -h

パッケージのインストール

Python では pip というパッケージ管理ツールを使用して、公式やサードパーティ製のパッケージをインストールできます。以下は、データー解析パッケージの Pandas のインストール例です。

Pnadas のインストール

python -m pip install pandas

pip でインストールしたパッケージの確認

python -m pip list

以上


Viewing all articles
Browse latest Browse all 266

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>