Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
48x1414339 配列として読み取りたい大きなバイナリ ファイルがあります。私は次のように読みました。
f = open(fname, 'rb') s = f.read() import array a = array.array('f',s)
しかし、これは私に1D文字列を与えます。列を区別する方法はありますか?