A primer on *args, **kwargs, decorators for Data Scientists
Python has a lot of constructs that are reasonably easy to learn and use in our code. Then there are some constructs which always confuse us when we encounter them in our code.
Then are some that even seasoned programmers are not able to understand. *args
, **kwargs
and decorators are some constructs that fall into this category.
I guess a lot of my data s…
Keep reading with a 7-day free trial
Subscribe to MLWhiz | AI Unwrapped to keep reading this post and get 7 days of free access to the full post archives.