WHAT are *args & **kwargs in Python?

preview_player
Показать описание
Today we will be looking at *args, **kwargs and the special "* /" syntax that we can use when creating functions with parameters, this can be a major improvement to the readability & consistency of your code depending on how you use it.
Рекомендации по теме
Комментарии
Автор

This guy went extra indeed kudos. This is especially for those who already have a background knowledge of the concept though, if not, it might be difficult to grab at first watch.

glorynwogu
Автор

Ugh. Kwargs. I never remember about these when it's appropriate to use. Maybe because I don't understand them well enough.

deemon