Memoization with Python decorators
October 30th, 2004
If you’re still wondering what Python decorators are really good for (beyond tagging classmethods), check out this Memoization recipe using decorators. Slick.
I am currently a software engineer at Google, where as a member of the Android platform team I build frameworks and user interfaces.
The blog here at dsandler.org is mostly historical; you can find more recent posts on Google+.
If you’re still wondering what Python decorators are really good for (beyond tagging classmethods), check out this Memoization recipe using decorators. Slick.