Reading/writing to CSV files

In this section, we are going to discuss reading/writing to CSV files. This module (https://docs.python.org/3.4/library/csv.html) is useful in data logging applications. Since we will be discussing data logging in the next chapter, let's review reading/writing to CSV files.