danjizquierdo / dsc-python-debugger

Lecture covering pdb tool and general debugging strategy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dsc-python-debugger

Lecture covering debugging tools in Python developed for Flatiron School's Data Science Track

Tools covered

  • Try/Except - handling errors in Python
  • Logging module - how to record errors and outputs in a thoughtful way
  • PDB (Python DeBugger) - interactive debugging and moving past inserting random print statements

About

Lecture covering pdb tool and general debugging strategy


Languages

Language:Jupyter Notebook 92.5%Language:Python 7.5%