writing binary array to file

What's the easiest way to write a Numeric array to a file?
Thanks! --Randy

If you’re not intereste in creating a text file,

The best way to go, is with pickle.dump and pickle.load

Check the python docs about them.

cheers,

Flávio

···

On Thu, 2004-04-08 at 17:38, Randy Heiland wrote:

*
What's the easiest way to write a Numeric array to a file?
Thanks! --Randy
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.*[http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click](http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click)
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
[https://lists.sourceforge.net/lists/listinfo/matplotlib-users](https://lists.sourceforge.net/lists/listinfo/matplotlib-users)