Python *args and **kwargs

Probably one of the most misunderstood (or mysterious) terms in Python are the “args” and “kwargs”, prefixed with a single and double star (*) character respectively, but definitely one of the best features of Python once you understand how it works. If you have not seen this before, here’s a sample code that contains both … Continue reading Python *args and **kwargs