#first-class-objects

[ follow ]
Realpython
3 months ago
JavaScript

Primer on Python Decorators - Real Python

Functions in Python can have side effects and return values based on given arguments.
Functions in Python can be treated as first-class objects, meaning they can be passed as arguments and used like any other object. [ more ]
[ Load more ]