GFDRR Open Source Mentoring Guide

GFDRR Open Source Mentoring Guide

View the Project on GitHub GFDRR/mentoring-guide

Debugging Python

Knowing how to use the python debugger (pdb) is required in order to do serious program development. pdb is easy to learn and you should become familiar with teh basic functions and capabilities.

Goals/Objectives/Outcomes

Reference Material

Measures of Success