#decorators

[ follow ]
#python
Software development
fromGrahamdumpleton
6 months ago

Status of wrapt (September 2025) - Graham Dumpleton

wrapt provides robust decorator and monkey-patching utilities, maintained mainly for compatibility and occasional bug fixes, with a planned major version bump to 2.0.
Python
fromRealpython
6 months ago

Exploring Python Closures: Examples and Use Cases Quiz - Real Python

Test knowledge of Python closures with an 11-question, untimed quiz; earn one point per correct answer and receive a final percentage score.
fromMedium
10 months ago

Decorator Patterns in Practice: Python, Java, JavaScript, Ruby, and Scala

Python decorators are highly expressive, capable of accepting parameters, nested layers, and manipulating function metadata. This flexibility makes them suitable for permission validation design.
Scala
fromPython GUIs
10 months ago

What does @Slot() do?

Omitting the @Slot decorator means that the function can still act as a slot, but it won't provide the advantages of reduced memory usage and increased speed.
Python
[ Load more ]