8
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

WindowsでNumPy, Pandas, Matplotlib, IPython, SciPyを使いたいなら

Last updated at Posted at 2015-11-06

tl;dr

WinPython

あらまし

数値解析やらなんやらでNumPy, Pandas, Matplotlib, IPython, SciPyを使いたい場合、
通常のPython(python.orgで配布されているという意味で)ではeasy_install やコンパイラでライブラリのビルドやらたくさんのことをしないといけないようです。

...さくっと使いたいですよね。

そこでWinPythonです。

WinPythonは以下が全部入りです。

  • NumPy
  • SciPy
  • Sympy
  • Matplotlib
  • Pandas
  • pyqtgraph
  • IPython
  • Spyder

また、インストーラはデフォルトでPortableなので、コントロールパネルから削除しなくてもインストール先のディレクトリを削除すればアンインストール完了です。

もし関連付け等をしたければ、WinPython Controll Panelから設定ができます。

注意事項

WinPythonでググると http://winpython.sourceforge.net/ が最初に出てきますが、このページの先頭に書いてあるとおり、
今は http://winpython.github.io/ でホストされています。最新版もこちらでのみ公開されているので、注意が必要です。

参考

8
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?