The Digital Cat
First-class objects in Python - Higher-order functions, wrappers, and factories
Leonardo Giordani
Mar 9, 2021
Updated on Sep 18, 2022
Programming
Python
OOP
functional programming
decorators
Share:
My new book "First-class objects in Python" is out! Grab your
FREE
copy
here
!
Related Posts
Python decorators: metaprogramming with style
Python Mocks: a gentle introduction - Part 2
Abstract Base Classes in Python
Python Mocks: a gentle introduction - Part 1
Advanced use of Python decorators and metaclasses
TDD in Python with pytest - Part 5