python-learn
Reading and Writing CSV Files in Python

Sometimes, your program would need to work on data that is generated by some other program. Or you have some business report that has been exported to a CSV file and your program now needs to read or write to such CSV files.
(more…)