LoginSignup
6
6

More than 5 years have passed since last update.

PythonでNetworkXを使う時に役立つサイトメモ

Last updated at Posted at 2015-10-08

環境構築

  • Python 2.7 (Python 3じゃないよ)
  • networkx (ネットワークグラフを取り扱うライブラリ)
  • numpy (数値計算をしてくれるライブラリ)
  • matplotlib (図や折れ線グラフなどを書いてくれるライブラリ)

の順番でインストールする

Mac環境構築

Pythonのライブラリをpipで管理する
pipインストールメモ

Windows環境構築

32bit環境の場合
Python for Windows インストールメモ

64bit環境でPythonのNumpy/Scipy/Matplotlibをインストール

【numpy】
「numpy-1.10.2+mkl-cp27-none-win_amd64.whl」
【matplotlib】
「matplotlib-1.5.0-cp27-none-win_amd64.whl」
をダウンロードする。

NetworkX

ネットワークデータセット

SNAP

オススメエディタ

6
6
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
6
6