Python Dataclasses

Data classes are awesome, I first encountered them in Kotlin, but gradually the major languages have begun implementing them – in C# 9 and Java 15 they are known as records, although thanks to the excellent lombak you’ve been able to achieve a similar effect in Java for some time now. Data classes are a […]