Tracebacks, try and except, off-by-one errors, is versus ==, and the string-that-looks-like-a-number problem that every dataset produces.
Reading a Traceback
~9 min· Intro
Catching Errors with try / except
~10 min· Easy
The Off-by-One Loop
~9 min· Easy
Comparing Values: == and is
Type Errors: Text That Looks Like a Number
Sign in for the concept check
Optional multiple-choice questions on the ideas behind this section. Most useful after you have tried the coding problems above.