#immutable-data-types

[ follow ]
Python
fromInfoWorld
1 day ago

Get started with Python's new frozendict type

Python 3.15 introduces frozendict, an immutable dictionary that is hashable and useful in scenarios where regular dictionaries cannot be used.
[ Load more ]