Are dictionaries ordered in Python? PREMIUM

Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
3 min. read Watch as video Python 3.8—3.12

Python's dictionaries are ordered.

Dictionaries are ordered in Python

If we create a dictionary, the keys will remain in the same order as they started with:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.