DEV Community

Discussion on: Working with CSV Files in Python

Collapse
 
manhdt profile image
thitkhotau

How to you think about using configparser or json to manage server configuration data? (I think it is convenient than using .csv.)

Collapse
 
tlayach profile image
Paulo GP

The examples in the post are for educational purposes only. I have another post that talks about the JSON format. I will try to rewrite the post using, for example, books. Thank you.

Collapse
 
manhdt profile image
thitkhotau

I saw some small projects, using .csv to create test data. Is it useful? I really don't want using csv. It's difficult to read and update raw data.