Python Logger: Better Than Print Statements

Irtiza Hafiz
Level Up Coding
Published in
5 min readDec 2, 2020

--

Photo by Bernard Hermant on Unsplash

As software engineers, the first thing we ever learn when learning a new programming language is how to print out “Hello World” in the console.

Fast forward a few months from that day, and now that we are so familiar with the language and we know all of its intricacies and different conventions, one thing that we still do is “print” things to the console when we are debugging.

--

--