This series of posts is for those who have used a programming language before but are not familiar with Python. In previous posts we’ve introduced the language, installed it, and begun learning how to create our own data types (aka classes).
In this post we’ll dig into a very important topic: reading and writing files.