News

Python 3.7 is here and the @dataclass-decorator is a major new feature simplifying class-creation. In this talk, we will learn to use the power of data classes to make our codebases cleaner and leaner ...
self.shelf_id = 0 But not every Python class needs to be a dataclass. If you’re creating a class mainly as a way to group together a bunch of static methods, rather than as a container for data ...
In this research paper, researchers from the University of Potsdam introduce HiClass, a Python library that implements the most common patterns for local hierarchical classifiers. These can be ...