How to Debug Python Code
In this course, we will teach you the basics of debugging python code (without introducing new bugs)!
We will NOT be using debuggers during the webinar introduction and following exercises. A lot of what we will cover is the thought process behind successfully debugging code. While some of these key concepts and thought processes are transferable to other coding languages all examples, common pitfalls, as well as the exercises, are Python-specific.