Needing to know what’s going on under the hood is a big part to solving problems and challenges. For the longest time I only ever used print statements to output to the console the state of something at a specific point. That’s all I ever used in Python. But sometimes you need to do a…
Continue Reading »