#decorators

[ follow ]
#python
Python
fromGrahamdumpleton
1 day ago

Free Python decorator workshops - Graham Dumpleton

Interactive workshops on Python decorators are available for free, covering fundamentals to advanced topics, emphasizing hands-on learning.
Python
fromRealpython
3 months ago

Python Inner Functions: What Are They Good For? Quiz - Real Python

Inner functions enable encapsulation, closures retain captured state, nonlocal updates allow state mutation, and decorators extend callable behavior for reusable, maintainable code.
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
fromGrahamdumpleton
1 day ago

Free Python decorator workshops - Graham Dumpleton

Interactive workshops on Python decorators are available for free, covering fundamentals to advanced topics, emphasizing hands-on learning.
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 ]