Intro to CS: Lecture 14 - Dictionaries
Topics: Dictionaries: keys, values, mutability, iteration over a dict, examples
This is review for me, I am familiar with dictionaries. I guess one new thing I learned is that dictionary keys must be immutable or technically hash-able objects. Although in practice this is obvious.