What Does *args and **kwargs Mean in Python?

If you are new Python and saw the use of *args and **kwargs as function arguments and wondered what those *-thingies are, you are not alone. Typically when you write functions, you will have specific number and types of arguments the function can take as input. However, the more Python code you write, you might… Continue reading What Does *args and **kwargs Mean in Python?