/applications-of-immutability

Both built-in and user-defined data structures in Python can be either mutable or immutable. This article explains why Python makes this distinction for built-in data structures and reviews some use cases within which you may want to define an immutable data structure of your own.

Primary LanguageJupyter NotebookMIT LicenseMIT

No issues in this repository yet.