+ 2
You use the csv module:
https://docs.python.org/3/library/csv.html
It isn't very difficult to use here's a basic tutorial:
http://www.pythonforbeginners.com/systems-programming/using-the-csv-module-in-python/
http://stackabuse.com/reading-and-writing-csv-files-in-python/