Pythonのディストリビューションにはいくつかの種類がありますが,データ分析の重点を置き,数値計算のためのライブラリである NumPy やグラフ描画のためのライブラリである Matplotlib が含まれているAnacondaがお薦めです.
次に,コマンドプロンプトを開いて, Python のバージョンを確認します.
python --version
Python 3.5.2 :: Anaconda 4.2.0(32-bit)
python
Python 3.5.2 |Anaconda 4.2.0(32-bit)|(default, Jul 5 2016,11:45:57)[MSC v1900 32 bit(Intel)] on win32
Type "help","copyright","credits" or "license" for more information
これで無事に Python 3系 がインストールされました.
Mathematics is the language with which God has written the universe.