This repository contains my answers to the programming challenges set in the book, 'The Python Workbook: A Brief Introduction with Exercises and Solutions', by Ben Stephenson.
Each sub-directory represents the chapters in the book, and within them contains my written solution with a comment explaining what each program does. Other files in these sub-directories are necessary and are used by the exercise files to demonstrate their utility.
In each directory you will find a 'Learning notes'.txt file. These do not contain code but were written as a log of things I learned while tackling each problem: essentially a learners diary.