Wednesday, September 4, 2013

Python Decorators

I've been learning a lot about Python lately. Specifically about decorators, generators and other multiprocessing.

Here is a pretty good blog post about decorators:

http://pythonconquerstheuniverse.wordpress.com/2012/04/29/python-decorators/