News

Python dataclasses can make your Python classes less verbose and more powerful at the same time. Here's an introduction to using dataclasses in your Python programs.
Accessing a parent class in Python 2 is needlessly heavy on syntax. In Python 3, super() becomes even more magical.