How to use *args and **kwargs in Python
The SaltyCrane Blog has a great post on the use of *args and **kwargs in python functions. Very simple and a good reference. You can check it out here:
http://www.saltycrane.com/blog/2008/01/how-to-use-args-and-kwargs-in-python/