AAkashinakashkj.hashnode.dev·Apr 14, 2021 · 1 min readUsing Data Classes in PythonData 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...00