GitHub topics: decorators-python
Jenclud/Basic_Working_through_Python-Resources
Data Wrangling through Python (Basic). 🚀
Language: Jupyter Notebook - Size: 83 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

ContextLab/clustrix
Seamless distributed computing for Python functions
Language: Python - Size: 12.2 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 6 - Forks: 3

danielnachumdev/danielutils
My python utils library
Language: Python - Size: 784 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

100nm/python-injection
Fast and easy dependency injection framework.
Language: Python - Size: 891 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 14 - Forks: 0

PariCoderDeveloper/SafeRateLimiter-
This Python project implements a Rate Limiter decorator that restricts the number of function calls within a specified time window. It helps control execution flow and prevent excessive function calls.
Language: Python - Size: 15.6 KB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 1

MKaczkow/python_concepts
Repo for general concepts for working with python (e.g. regex, files operations, working with DB's)
Language: Jupyter Notebook - Size: 256 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

sde-kushal/beautifish.py
shell data decorator with icons support
Language: Python - Size: 65.4 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 10 - Forks: 0

Shikha-code36/Object-Oriented-Programming-OOPs-Python
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn about object-oriented programming in Python.
Language: Python - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 70 - Forks: 25

draked1234/Advanced-Python-Programming
Explore the depths of Python with advanced concepts like metaprogramming, memory management, asyncio, concurrency, CPython internals, testing, and automation. Learn, practice, and master Python’s full potential
Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

tybruno/zombie-py
Bringing Raised Exceptions Back From the Dead As New Exceptions
Language: Python - Size: 2.71 MB - Last synced at: 27 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Mohamed00Abdelmonem/Python_Topics_Advanced
The Python Topics Advanced repository is designed to help Python developers enhance their skills by covering advanced topics and providing practical examples. This repository is particularly useful for those preparing for technical interviews or seeking to deepen their understanding of complex Python concepts.
Language: Python - Size: 642 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Rajaniraiyn/semantic_cache
Semantic caching for Python Functions
Language: Python - Size: 11.7 KB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 0

longNguyen010203/DATA-WAREHOUSE-ACCIDENT-US-2016-2023
Design and implement a data warehouse to manage automobile accident cases across all 49 states in the US, using a star schema and Snowflake for the data warehouse architecture.
Language: Jupyter Notebook - Size: 412 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

mcrespoae/tempit
Python decorator for precise measurement of function execution time.
Language: Python - Size: 113 KB - Last synced at: 22 days ago - Pushed at: 9 months ago - Stars: 4 - Forks: 0

vgilabert94/execution-timer
Provides a decorator to easily measure and optionally save the execution times.
Language: Python - Size: 19.5 KB - Last synced at: 7 days ago - Pushed at: 12 months ago - Stars: 1 - Forks: 1

ianjure/fancytest
A python package that tests function call instances using a simple decorator.
Language: Python - Size: 21.5 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

gri-gus/decohints
A decorator for decorators that allows you to see the parameters of a decorated function when using it in PyCharm.
Language: Python - Size: 121 KB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 37 - Forks: 1

ArvindDutt/Python
This repo contains the code snippets and programs that I came across while working on projects. It also contains some beginner level code snippets that can be useful to people who are starting with Python
Language: Jupyter Notebook - Size: 31.3 KB - Last synced at: 10 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

JeongHan-Bae/Jh_decorators
A Python library designed to enhance the functionality of Python functions and classes through the use of decorators.
Language: Python - Size: 67.4 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

G4brielXavier/python-roadmap-steps
Everything I learned on the roadmap
Language: Python - Size: 65.4 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

Md-Emon-Hasan/Python-Tutorials-For-Absolute-Beginners
A collection of Python code tailored for absolute beginners, covering fundamental concepts and practical examples to facilitate learning.
Language: Python - Size: 20.5 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

MoserMichael/python-obj-system
Tutorials on advanced python topics, and literate programming framework to write them (see README.md)
Language: Python - Size: 350 KB - Last synced at: 1 day ago - Pushed at: almost 2 years ago - Stars: 63 - Forks: 7

Mgobeaalcoba/decorators_practice
Practice decorators in python with many examples
Language: Python - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Orphoros/PdWindowDecorators
Python function decorator to apply moving window operations for Pandas DataFrames
Language: Python - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

tanisha0605/Python-practical-practice
Python practicals codes
Language: Jupyter Notebook - Size: 2.52 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

spoorn/nemoize
Python Memoizer for classes, functions, and methods
Language: Python - Size: 16.6 KB - Last synced at: 27 days ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 2

rbroderi/protocol_implements_decorator
Language: Python - Size: 453 KB - Last synced at: 4 days ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

tinyHiker/web_scraping_amazon_purchase_tracker
Creating an app that allows users to track their product views in python and register items that they might buy in the future. This project incorporates web-scraping and a sqlite3 database
Language: Python - Size: 752 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Bessouat40/python-code-profiling
Decorator function and library for code profiling.
Language: Jupyter Notebook - Size: 131 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Cybernate-IT/python-functional-programming
Unlock the power of functional programming in Python with this repository's concise code examples and clear explanations covering core concepts, higher-order functions, closures, decorators, generators, and more. Elevate your Python skills and tackle real-world challenges using functional programming principles.
Language: Python - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

qexat/bepospliz 📦
BePosPliz (be positional please) is a lightweight module to anonymize the args of a function.
Language: Python - Size: 43.9 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

taahahussainkhan/Python-Advanced-
A repo for advanced topics of Python
Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MultifokalHirn/ornaments
A library of decorators to communicate, monitor, debug and enforce behavior
Language: Python - Size: 2.73 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Alperencode/Notes
The notes about CS, general terms and things I'm researching.
Size: 4.91 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

IronVenom/method-access-rate-limit-decorator
Implementation of a python decorator for applying custom rate limit for access on a method
Language: Python - Size: 516 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

KolyakaMolyaka/Test-Author-Gauss-Method
Тестирование авторского решения для решения системы линейных уравнений методом Гаусса
Language: Python - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rec/clsprop
🏫 Like property but for classes 🏫
Language: Python - Size: 579 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

jboy/argcheck-python3
A Python3 decorator for automated checking of function-call argument types/values using std-lib ‘inspect'.
Language: Python - Size: 80.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

JennBlongton/Python-Concepts
Python Beginner Concepts with code
Language: Python - Size: 119 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

MarcDuQuesne/baffi
A collection of python decorators and utils.
Language: Python - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

tomkat-cr/python_practice
Python practices
Language: Python - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

mudiman/custom-generic-etl
Custom Generic ETL for ecommerce site
Language: Python - Size: 223 KB - Last synced at: over 1 year ago - Pushed at: almost 9 years ago - Stars: 2 - Forks: 0

hansalemaos/repeatdecorator
A decorator to call a function every n seconds
Language: Python - Size: 4.88 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AloizioMacedo/stabledefaults
Allows for mutable defaults comfortably and intuitively.
Language: Python - Size: 38.1 KB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MinHtet-O/orderify
The real-time system that emulates the fulfilment of delivery orders for a kitchen with order placement policies on shelves, order tracking and API to receive the order information
Language: Python - Size: 8.37 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

WilliamSpanfelner/day-70-blog_with_users
My live development blog - full-stack database implementation with authentication.
Language: JavaScript - Size: 5.78 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

c17hawke/Just-python
YouTube content for only Python
Language: Jupyter Notebook - Size: 578 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

johansenja/sparkl
A decorator-like way of writing hooks for your Rails controllers
Language: Ruby - Size: 5.86 KB - Last synced at: 21 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

plusjob70/repeat_until_no_exceptions
Execution several times using decorators of Python until no exceptions occur
Language: Python - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

santiagortiiz/Python-http-module-RawAPI
Web API developed without any framework using native Python http module.
Language: Python - Size: 22.5 KB - Last synced at: 26 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

tejamaddimsetty/ORM-Simulation-using-Python
ORM Simulation code in Python. A working simulation of an ORM built in Python custom made, connect with your database and Update, Create, Delete records. You can develop this code according to your database and utilities as it's fully documented. We used Decorators also to specify the record agility.
Language: Python - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0
