News

Many Python fans have longed for the language to adopt functional programming features. Now they can get those features without having to switch to a new Python implementation.
Python 3.7 introduced data classes, which provide a way to write classes that store many data elements without using lots of boilerplate constructor or initializer code.