Tag Archives: debugging python

Troubleshooting Bugs (Part 1): Logging in Python 3

Introduction At the end of the last lesson, we encountered a run time error in our program. In this lesson we will learn some techniques to understand and track what our program is doing and help us to identify and fix errors. This is a two parter. Part 1 is on logging. Part 2 is … Continue reading Troubleshooting Bugs (Part 1): Logging in Python 3 →