Decorating your Python code
October 10th, 2008 by Patrick Boucher. Viewed 5781 times.I have touched on Python decorators in the past in this article (although that decorator was a bit convoluted). Decorators can be extremely useful in many situations and here are a few that I propose may help streamline script development. Note: For those of you who would like a bit of background information on decorators [...]



