How to make immutable dictionaries in Python #PyTip01
Python is known for its batteries included capability, it has solutions for every data structure requirements. Dictionaries in Python are very useful when storing a record as Key/Value pairs.
Although dictionaries are awesome, they are mutable that m...
vivekon.hashnode.dev2 min read