get uniform binary data into array for further processing

Paul Rubin phr-n2001d at nightsong.com
Thu Oct 11 05:23:37 EDT 2001


I think you want to use the array module to read the data, and Numeric
to crunch it.  I worry a little about whether Python's storage
allocator can handle that much data though, especially on a 32-bit
machine if you're in fact using one.  On a 64-bit machine things
may be smoother.



More information about the Python-list mailing list