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

Introduction to Debugging with Python

Description

Ever since a moth was discovered in the Mark II computer we've dealt with bugs in software. This talk will show different methods for determining what the code is doing. We'll start with the lowly print statement and introduce advanced forms of logging. We'll also cover several Python debuggers and talk about best practices for debugging and preventing bugs in Python code.

Details

Improve this page