The dictionary is one of Python’s most powerful data types. In other programming languages and computer science in general, dictionaries are also known as associative arrays. They allow you to associate one or more keys to values. This article shares some beyond-the-basics tips and tricks.
Source: LXer – What You Didn’t Know About Python Dictionaries