python-decorators
There are 40 repositories under python-decorators topic.
pnpnpn/timeout-decorator
Timeout decorator for Python
milaan9/07_Python_Advanced_Topics
You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.
zmitchell/annotation-abuse
Rust-like macros in Python by abusing type annotations
pnpnpn/retry-decorator
Decorator for retrying when exceptions occur
LostInDarkMath/pedantic-python-decorators
Some useful decorators for any situation. Includes runtime type checking.
gridsmartercities/aws-lambda-decorators
A set of Python decorators to simplify AWS lambda development
adriangs1996/wintry
Python web framework in a new way, a cooler way. Winter is comming
GrgoMariani/Python-Decorators
A list of useful python decorators
andrewgazelka/smart-cache
🗃 Python caching library that is persistent and uses bytecode analysis to determine re-evaluation
ahawker/decorstate
Simple "state machines" with Python decorators.
Ailln/torbjorn
🔨提供一些实用的 Python 装饰器
XevoInc/argexec
Expose your Python functions to the command line with one easy step!
abeltavares/pysertive
✔️ Assertive python design by contract toolkit for software validation. Simplify preconditions, postconditions, and invariants with easy-to-use decorators.
MichaelKim0407/python-decorators
Short introduction to Python decorators
XevoInc/dynamic_dispatch
dynamic dispatch decorator for classes and functions
gh0st-work/blacksheep_decorators
Example implementation of decorators DI (Dependency injection) in blacksheep at a non-framework level.
jonhillmtl/memoize
A Python decorator allowing a method or function's return value to be memoized.
jorenham/classy-decorators
Hassle-free creation of decorators for functions and methods, OO-style.
vimtor/quickd
🐍💉 Decorator type-based dependency injection for Python
asuiu/retry
easy to use retry decorator in python
blakeaw/ObjectiveLearner
Get more out of objective function evaluations made during model calibrations.
courseworks/AUT_AP_2024_Spring_HW5
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.
KrishothKumar/Python_Practice
Python Try
luismiguelcasadodiaz/42Barcelona_ciber_python
Python exercises
mcrespoae/metrit
Python decorator for comprehensive monitoring of CPU, RAM, and I/O usage of functions.
reity/barriers
Python decorator for including/removing type checks, value/bounds checks, and other code blocks within the compiled bytecode of functions and methods.
serdaralkancode/python-features-examples
Python Features Example
vyahello/python-decorators-cheetsheet
📚 Contains a set of tips and tricks for python decorators
A-Boring-Square/OhMyDecorators
This is a python library that as it's name suggests contains over 100+ function decorators for use in your programs
lexhouk/goit-algo-hw-05
Модуль 5. Функціональне програмування та вбудовані модулі Python
madhur02/Python-Tutorial
Learn Python programming from scratch with Exercises.
jha-shubham01/python-decorator
This project shows how create a Python decorator and use it
mianfg/pvv
Minimal Python decorator to enforce type validation from type hints
stivenramireza/python-learning
Building strong foundations in Python.