Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 目的 Fortran 90で出力したバイナリファイル等をPythonで読み込み解析。 開発で参考になったリンクや注意などをメモ。 書いている人 普段はFortran 90とIDL(Interactive Data Language)。 Pythonはあまり慣れていない。 ライセンスが必要なIDLの代わりにPythonに移行中。 個人的な開発方針 pylabはGoogle検索で引っかかりにくい。直接numpyやmatplotlibをインポートする。 from [package] import *は極力やらない。 サーバ上でも使いたいので、
