#immutable-data-types

[ follow ]
Python
fromInfoWorld
21 hours 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 ]