Open in app
Home
Notifications
Lists
Stories

Write
Victor Carvalho Galvão de Freitas
Victor Carvalho Galvão de Freitas

Home

Dec 16, 2021

Python simple debugging beyond print() with Icecream

Some could argue that simply using print() statements to trace the code is not really debugging. However, sometimes that’s all you need. Let’s start with the simple example below: > 3 5 Now let’s include the variable names to improve debugging. > a: 3, b: 5 What if…

Python

1 min read

Victor Carvalho Galvão de Freitas

Victor Carvalho Galvão de Freitas

PhD candidate in Computer and Electrical Engineering at UFRN, Natal, Brazil

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable