Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 438 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 438 Bytes

pydebug

a small set of python sketches that do not run as expected and wait to be debugged.

used as exercises for

power.coders

the idea of these buggy sketches is to learn to read python's traceback. python will tell you very precisely why and also where it is unhappy with your code. one of the goals of these snippets is to learn to read the traceback and then fix the code.

good luck!