Awesome Functional Python

A curated list of awesome things related to functional programming in Python. – GitHub – sfermigier/awesome-functional-python: A curated list of awesome things related to functional programming in … Read more

Similar

Python Data Classes

Source code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special method s such as__init__() and__repr__() to user-defined classes. It was or... (more…)

Read more »