Intermediate Python - Unpacking, args + kwargs

Опубликовано: 14 Февраль 2022
на канале: rithmic
1,397
60

Here we're going to look at the concept of unpacking in Python followed by the implementation of *args and **kwargs and their use cases.

👨‍💻 Looking for a web developer job, visit: https://www.webdevjobs.io/

👽 Discord -   / discord  

Timestamps ⏳
00:00 - Unpacking
08:24 - Positional + Keyword Arguments
12:53 - *args
18:39 - **kwargs

The finished code can be found here:
👾 - https://replit.com/@f4n/Intermediate-...

#Python #Code #Programming