Python Tutorials : *args and **kwargs multiple examples

preview_player
Показать описание
In this video we will learn about allowing functions to have an arbitary amounts of
arguments in its signature using args and kwargs in Python.
We will showcase the benefits of *args and **kwargs with three examples, (function, decorator, subclass)

Code can be found here:

Рекомендации по теме
Комментарии
Автор

The first video I’ve seen that explained to me that kwargs isn’t a ciphered magic spell, but an abbreviation of keyword and arguments 🙈 👍🏻

alex_
Автор

Thank you very much for this video :) It was very clear and the examples helped me really understand. Really helped me to watch and follow along slowly too!

tymothylim