Lecture 2.1: Working with files
Python is extremely good at data processing and reading and writing to files in various formats. This lecture covers the basic of file IO in python and introduces the pathlib, CSV and JSON modules from the standard library.