[SciPy-User] Saving into file.txt

Andreas Hilboll lists at hilboll.de
Mon Apr 14 06:42:15 EDT 2014


On 14.04.2014 12:28, Antonelli Maria Rosaria wrote:
> Hi, 
> 
> I need to save same data arrays into a file.txt.
> I would like to save them as different columns.
> At the moment I can manage to save them as different lines.
> 
> 
> Can you please give me some hints ?
> Best regards, 
> Rosa
> 
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
> 

Hi,

take a look at numpy.savetxt()

-- Andreas.



More information about the SciPy-User mailing list