Session

What You Need To Know About Python Debugging

Monday,  Mar 22 | 09:00AM - 12:00PM US ET

Level: Beginner

Nobody writes flawless code. Understanding and fixing the cause of errors is a large part of our daily lives as developers. Reading tracebacks, adding print-statements and taking educated guesses are just the beginning: Python has a multitude of tools and techniques and knowing how to apply them make you more productive and will boost the understanding of the code you’re otherwise banging your head against.


In this tutorial you will learn how to get the most out of various debugging-tools and -approaches. You will deal with logging, tracebacks, interactive debugging, introspection and other topics and will apply each tool and technique in exercises to get familiar with it.