Python debugging — how to find errors without losing your mind
Python debugging is one of the most important skills nobody teaches you directly in first year. You know how to write code, but when something goes wrong, and it always goes wrong, you don’t know where to start looking. In this article I’ll explain how to debug Python using the three tools I use most:…
