Some of today's topics are covered in these sections of Think Python:
6.8 Checking types
12.5 Lists and tuples
14.5 Catching exceptions
18 Inheritance
And in these chapters of Introducing Python:
7. Tuples and Lists (Iterate Multiple Sequences with zip())
9. Functions (Exceptions)
10. Oh Oh: Objects and Classes (Inheritance)