decorators-python topic

List decorators-python repositories

python-obj-system

62
Stars
7
Forks
Watchers

Tutorials on advanced python topics, and literate programming framework to write them (see README.md)

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 progra...

decohints

35
Stars
1
Forks
Watchers

A decorator for decorators that allows you to see the parameters of a decorated function when using it in PyCharm.