matplotlib
http://bicycle1885.hatenablog.com/entry/2014/02/14/023734
Numpy.array
http://turbare.net/transl/scipy-lecture-notes/intro/numpy/array_object.html
http://kaiseki-web.lhd.nifs.ac.jp/documents/Python/array.htm
Pythonによる信号処理,とかとか
http://aidiary.hatenablog.com/
Pythonのスコープ
制御構造はスコープを作らない.
http://d.hatena.ne.jp/saitodevel01/20101205/1291582273
真
True.
リスト
[0:4]は”0番目から4番目”ではない.
レンジ指定で取りうる番号は要素と要素の間のカウンタ.従って0([0]の前) ~ 4([4]の後)の5つある.
http://docs.python.jp/2/tutorial/datastructures.html
0 Comments