Honestly, print in Jupyter interactive notebook is underrated. I use it all the time to check if my functions are even running. Like, just throw a `print("Function A called")` at the start of a function.
For more advanced debugging, I’ve heard good things about `pdb` (Python Debugger), but I haven’t tried it yet. Anyone here use it?
For more advanced debugging, I’ve heard good things about `pdb` (Python Debugger), but I haven’t tried it yet. Anyone here use it?
