|
From: Joris De R. <jo...@st...> - 2005-11-10 11:57:56
|
On Wednesday 09 November 2005 20:21, Travis Oliphant wrote: > SciPy core arrays have tofile methods and a fromfile function. They are > raw reading and writing --- nothing fancy. You need to use Pickling if > you want to recognize endian-ness among platforms. What is your > opposition to Pickling? > > I think you should take a look at PyTables for more elegant solutions. The read_array and write_array of the old scipy.io are very handy. Any chance that they will be incorporated somehow in the new scipy? PyTables is powerful but perhaps a bit overkill if you just want to read or write a few columns in ascii format. Joris Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm |