True Blade Blog
-
Python 3.10: new dataclass features
Dataclasses is a feature of the Python programming language which I designed and implemented in Python 3.7. It allows you to easily add a number of useful features to any Python class that you write.