Prev | Index | NextDictionaries
- The one you've all been waiting for
- One of the most interesting and powerful data types
- An unordered set of key/value pairs
- Can be indexed by string, immutable tuples, numbers or any other immutable type
- Other languages call them Hashes or Associative Arrays
- Methods allow you to get the keys, values and items in a dict
An Introduction To Python