GitHub topics: python-decorators
pnpnpn/timeout-decorator
Timeout decorator for Python
Language: Python - Size: 43.9 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 640 - Forks: 95

milaan9/07_Python_Advanced_Topics
You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.
Language: Jupyter Notebook - Size: 197 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 300 - Forks: 242

gridsmartercities/aws-lambda-decorators
A set of Python decorators to simplify AWS lambda development
Language: Python - Size: 337 KB - Last synced at: 16 days ago - Pushed at: about 3 years ago - Stars: 22 - Forks: 5

LostInDarkMath/pedantic-python-decorators
Some useful decorators for any situation. Includes runtime type checking.
Language: Python - Size: 977 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 24 - Forks: 2

andrewgazelka/smart-cache
🗃 Python caching library that is persistent and uses bytecode analysis to determine re-evaluation
Language: Python - Size: 49.8 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 2

adriangs1996/wintry
Python web framework in a new way, a cooler way. Winter is comming
Language: Python - Size: 1.29 MB - Last synced at: 18 days ago - Pushed at: 5 months ago - Stars: 19 - Forks: 0

rubada/Learn-Python-Professionally-Part-One
Language: Python - Size: 125 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 2

zmitchell/annotation-abuse
Rust-like macros in Python by abusing type annotations
Language: HTML - Size: 4.35 MB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 63 - Forks: 2

vimtor/quickd
🐍💉 Decorator type-based dependency injection for Python
Language: Python - Size: 18.6 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

abeltavares/pysertive
✔️ Assertive python design by contract toolkit for software validation. Simplify preconditions, postconditions, and invariants with easy-to-use decorators.
Language: Python - Size: 98.6 KB - Last synced at: 23 days ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 1

mcrespoae/metrit
Python decorator for comprehensive monitoring of CPU, RAM, and I/O usage of functions.
Language: Python - Size: 73.2 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

GrgoMariani/Python-Decorators
A list of useful python decorators
Language: Python - Size: 34.2 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 14 - Forks: 1

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
Language: Python - Size: 27.3 KB - Last synced at: 28 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

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.
Size: 75.2 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 2

lexhouk/goit-algo-hw-05 📦
Модуль 5. Функціональне програмування та вбудовані модулі Python
Language: Python - Size: 4.88 KB - Last synced at: 27 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

vyahello/python-decorators-cheetsheet
📚 Contains a set of tips and tricks for python decorators
Language: Python - Size: 7.81 KB - Last synced at: 3 days ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

jonhillmtl/memoize
A Python decorator allowing a method or function's return value to be memoized.
Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

ahawker/decorstate
Simple "state machines" with Python decorators.
Language: Python - Size: 38.1 KB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 12 - Forks: 0

mianfg/pvv
Minimal Python decorator to enforce type validation from type hints
Language: Python - Size: 6.84 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Ailln/torbjorn
🔨提供一些实用的 Python 装饰器
Language: Python - Size: 17.6 KB - Last synced at: 30 days ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 0

artinmohajeri/Decorators-Function-Run-Time-Python
Language: Python - Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

gh0st-work/blacksheep_decorators
Example implementation of decorators DI (Dependency injection) in blacksheep at a non-framework level.
Language: Python - Size: 18.6 KB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

KrishothKumar/Python_Practice
Python Try
Language: Python - Size: 63.5 KB - Last synced at: 27 days ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

asuiu/retry Fork of invl/retry
easy to use retry decorator in python
Language: Python - Size: 41 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

jha-shubham01/python-decorator
This project shows how create a Python decorator and use it
Language: Python - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

pnpnpn/retry-decorator
Decorator for retrying when exceptions occur
Language: Python - Size: 29.3 KB - Last synced at: 18 days ago - Pushed at: over 3 years ago - Stars: 27 - Forks: 12

reity/barriers
Python decorator for including/removing type checks, value/bounds checks, and other code blocks within the compiled bytecode of functions and methods.
Language: Python - Size: 60.5 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

MichaelKim0407/python-decorators
Short introduction to Python decorators
Language: Python - Size: 7.13 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 3

tanaychaulinsec/Python
Python concept and features
Language: Python - Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

madhur02/Python-Tutorial
Learn Python programming from scratch with Exercises.
Language: Jupyter Notebook - Size: 77.1 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

stivenramireza/python-learning
Building strong foundations in Python.
Language: Python - Size: 85.9 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

serdaralkancode/python-features-examples
Python Features Example
Language: Jupyter Notebook - Size: 44.9 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

XevoInc/argexec
Expose your Python functions to the command line with one easy step!
Language: Python - Size: 14.6 KB - Last synced at: 23 days ago - Pushed at: almost 5 years ago - Stars: 7 - Forks: 0

jorenham/classy-decorators
Hassle-free creation of decorators for functions and methods, OO-style.
Language: Python - Size: 58.6 KB - Last synced at: 20 days ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

python-supply/higher-order-functions-and-decorators
This article covers some background on higher-order functions in Python, presents an overview of how Python decorators are defined and used, and illustrates their utility via a few use cases.
Language: Jupyter Notebook - Size: 77.1 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Paebbels/SphinxExtensions
Extensions for the Sphinx documentation tool.
Language: Python - Size: 28.3 KB - Last synced at: 6 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

XevoInc/dynamic_dispatch
dynamic dispatch decorator for classes and functions
Language: Python - Size: 12.7 KB - Last synced at: 20 days ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

Mhmd-Hisham/OptivolutionPy
A flexible genetic algorithm library written purely in Python3.
Language: Python - Size: 2.45 MB - Last synced at: 19 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

blakeaw/ObjectiveLearner
Get more out of objective function evaluations made during model calibrations.
Language: Jupyter Notebook - Size: 13.7 KB - Last synced at: 7 days ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0
