Contribute Media
A thank you to everyone who makes this possible: Read More

What You Need To Know About Python Debugging

Description

"What You Need To Know About Python Debugging" by: Philip Bauer 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.

Recorded at the 2021 Python Web Conference (https://2021.pythonwebconf.com)

Details

Improve this page