19  Debugging

🚧
Material under construction
🚧

We are humans, we make mistakes and that’s very much true for coding. Finding errors in our code is fundamental skill to train since we cannot avoid making mistakes. The goal is to get better at finding and fixing them quickly.

19.1 Python debugger, breakpoints

19.2 IPython debugger

19.3 Notebook %%debug