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.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to