Quickstart¶
Eager to get started? This page gives a good introduction in how to get started with Maps.
First, make sure that:
- Maps is installed:
pip install maps- Maps is up-to-date:
pip install --upgrade maps
A compass for your Map¶
| Frozen | Fixed-Key | Mutable | |
| Bracket-notation access | maps.FrozenMap |
maps.FixedKeyMap |
dict |
| Dot-notation access | maps.namedfrozen() |
maps.namedfixedkey() |
maps.NamedDict() |