00:00 – 001 introduction to dictionaries
05:39 – 004 dictionary methods 1 .keys(), .values(), .items(), and .get()
15:25 – 007 dictionary methods 2 .fromkeys(), .pop(), and .popitem()
21:04 – 010 dictionary methods 3 .clear(), .copy(), and .update()
26:04 – 013 dictionary methods 4 .setdefault()
29:59 – 014 dict()
Exercise Files