realtime output and csv files

Bernardo Sulzbach mafagafogigante at gmail.com
Fri Feb 5 14:57:32 EST 2016


On 02/05/2016 05:49 PM, lucan wrote:
> Anyway from the moment that datas are scientific value is it correct to
> write on a file using str(temp) and separating with ","?
> I need a csv file to read it with some data analysis softwares.
>

What do you mean? What is "datas"? What do you mean by "correct"?

CSVs is essentially text separated by commas, so you likely do not need 
any library to write it "Just separating with ','" should work if you 
are formatting them correctly.



More information about the Python-list mailing list