anschelburk / nutrient_guide

Apache License 2.0
0 stars 0 forks source link

pdb debugger resources #33

Open bbelderbos opened 8 months ago

bbelderbos commented 8 months ago

Short video: Using pdb to Inspect Python Objects
https://www.youtube.com/watch?v=OWGyfBBwpSM

Article: How to Use Pdb to Debug Your Code https://pybit.es/articles/pdb-debugger

(I only used prints till years into my Python career, but this has been a real game-changer and I use it every day, making me a much more effective developer)