Re: [Numpy-discussion] write binary data

2008-09-08 Thread Robert Kern
On Mon, Sep 8, 2008 at 18:46, jinbo wang <[EMAIL PROTECTED]> wrote: > Hi guys, > I am new to python, and still wondering around to solve a simple problem. > I have an array A, and want to save it to a binary data file with > 'float64' and 'big-endian' specified. I searched online, but still don't

[Numpy-discussion] write binary data

2008-09-08 Thread jinbo wang
Hi guys, I am new to python, and still wondering around to solve a simple problem. I have an array A, and want to save it to a binary data file with 'float64' and 'big-endian' specified. I searched online, but still don't know how to do it. I appreciate your help! regards, Jinbo Wang