SLIDES - understanding python \*args and \*\*kwargs ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Python and are super useful tools, that when used properly can make you code much simpler and easier to maintain. Large manual conversions from a dataset to... Date: July 2, 2020 Python *args and **kwargs are super useful tools, that when used properly can make you code much simpler and easier to maintain. Large manual conversions from a dataset to function arguments can be packed and unpacked into lists or dictionaries. Beware though, this power can lead to some really unreadable/unusable code if done wrong. I generally post these as a carousel on LinkedIn based on a full article. Let mw know what you think of it shown inside of a blog @_waylonwalker <https://twitter.com/_WaylonWalker>. Image: python args and kwargs  <https://waylonwalker.com/python-args-kwargs> │ See the full article here <https://waylonwalker.com/python-args-kwargs> Slides ────── -------- Image: 1 -------- Image: 2 -------- Image: 3 -------- Image: 4 -------- Image: 5 -------- Image: 6 -------- Image: 7 -------- Image: 8 -------- Image: 9 -------- Image: 10