Using Data Classes in Python
Data Classes are a recent addition to Python's newer versions of releases, version 3.7 onward. These structures are not very different from a normal python class but few enhancements make it suitable to store data.
As the name suggests, these are a s...
akashkj.hashnode.dev1 min read