There are 4 repositories under python-decorators topic.
Timeout decorator for Python
You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.
Rust-like macros in Python by abusing type annotations
Decorator for retrying when exceptions occur
Some useful decorators for any situation. Includes runtime type checking.
A set of Python decorators to simplify AWS lambda development
Python web framework in a new way, a cooler way. Winter is comming
🗃 Python caching library that is persistent and uses bytecode analysis to determine re-evaluation
A list of useful python decorators
Simple "state machines" with Python decorators.
✔️ Assertive python design by contract toolkit for software validation. Simplify preconditions, postconditions, and invariants with easy-to-use decorators.
dynamic dispatch decorator for classes and functions
A collection of reusable, production-ready Python decorators and generators. Includes examples like logging, retries, caching, and more — all built following Python best practices.
Example implementation of decorators DI (Dependency injection) in blacksheep at a non-framework level.
A Python decorator allowing a method or function's return value to be memoized.
Hassle-free creation of decorators for functions and methods, OO-style.
Python decorator for comprehensive monitoring of CPU, RAM, and I/O usage of functions.
Get more out of objective function evaluations made during model calibrations.
The fifth assignment for AUT's Advanced Programming course (Spring 2024), focusing on the principles of Object-Oriented Programming (OOP), Python Decorators, and Asynchronous Programming. Enhance your skills in OOP with practical applications, master decorators for dynamic functions, and learn async programming for concurrent tasks.
Python Try
Python exercises
Python decorator for including/removing type checks, value/bounds checks, and other code blocks within the compiled bytecode of functions and methods.
Python Features Example
Building strong foundations in Python.
📚 Contains a set of tips and tricks for python decorators
A lightweight and flexible Python decorator to show a console animation (loading animation) while a function is running. Useful for long-running CLI tasks, data processing, I/O, or just making your tools feel more alive.
Prevent your Python code from lying, before it ships. Runtime contracts. Type enforcement. Safety you can trust , even when static types can't help.
Модуль 5. Функціональне програмування та вбудовані модулі Python
🚀 A curated collection of Advanced Python Coding Notes — perfect for learners progressing from beginner to advanced. Includes real-world examples, clean code practices, and deep dives into Python’s powerful features.