Deco-What?
I’ve said before that I’m only a moderately experienced programmer. One of the things I’m enjoying about learning Django is that it’s challenging me to pick up new concepts without getting bogged down in the details of implementation.
Yesterday I ran across decorators. I had no idea what a decorator is, how it works, or what it’s used for. Wikipedia offers an overview, which at least explains the general purpose, but then someone tells me that Python decorators are not the same thing. The top Google results fly way over my head, and finally, I land on an …