News

Using Python dictionaries makes the most sense under the following conditions: You want to store objects and data using names, not just positions or index numbers.
The other is to store values to match as keys in a dictionary, then use the values to take an action—e.g., store a function as a value and use the key or some other variable as input.