If you are coming to #Python from a language that doesn't have "mappings on your fingertips" you *must* learn about dictionaries (type dict):
(The other 3 essential containers are lists, tuples and sets)

Python documentation
Built-in Types
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappi...

