Some of today's topics are covered in these sections of Think Python:
11 Dictionaries
19.5 Sets
And in these chapters of Introducing Python:
8. Dictionaries and Sets
10. Oh Oh: Objects and Classes
Also note that our Python Library Quick Reference lists useful functions and methods on the set and dictionary types that we learned about today.