This post describes an approach to read and write CSV using Python, and doing so in a simple and type-safe way. We are going to use the standard CSV Python module, hence there would be no need to install any new packages. Let’s start with our model. A model is a class that represents a […]