Python Decorators, part 1

I’ve been playing around with what Python calls decorators. They’re a built-in way of implementing Aspect-Oriented Programming techniques in Python. … Continue reading Python Decorators, part 1