the description
---------------
dataclasses are extremely convenient in python.
we can turn a dataclass into a dict very conveniently with the asdict method.
...but can we quickly convert dicts back into dataclasses ?
(the reverse process)
useful links
------------
book:
https://www.amazon.co.uk/dp/B0BHL2XKCR
useful hashtags
---------------
#python
#pythontutorial
#pythonprogramming
#pythonforbeginners
#pythonprojects