One of the most common ways to debug is by using print() functions in Python.
They are so commonly used all over the place that you may even end up seeing them in code that is included in production.
One thing that not a lot of people know is that you can include conditions in print() functions.
Continue reading