Fork me on GitHub

  1. *args and **kwargs in python explained

    August 04, 2013

    Hi there folks. I have come to see that most new python programmers have a hard time figuring out the *args and **kwargs magic variables. So what are they ? First of all let me tell you that it is not necessary to write *args or **kwargs. Only the * (aesteric) is ...

    read more