Splat Operator in Python (*, **) - Unpack Iterables

preview_player
Показать описание
Learn how to use the splat/unpack operator in python. The spat operator allows you to unpack iterable objects like lists, tuples, strings and dictionaries.

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
💰 Courses & Merch 💰

🔗 Social Medias 🔗

🎬 My YouTube Gear 🎬

💸 Donations 💸
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- Python Shorts
- Python Splat
- Python Unpack Operator
- Unpack Iterables
- Unpack Python

⭐️ Hashtags ⭐️
#Shorts #PythonShorts #Python
Рекомендации по теме
Комментарии
Автор

If you use: func(**kwargs) it will pass in VALUES 1, 2, 3, 4 from the dictionary to be printed.
But if you use: func(*kwargs) it will pass in KEYS a, b, c, d from the dictionary to be printed.

YuyinSports
Автор

Wow I'm so happy you came up with such idea. These videos are extremely useful, please keep it up!

tomasrozo
Автор

Thanks Tim for this wonderful short series

RN-ermz
Автор

Great video! I wish such an easy explanation had been around when I first learned this.

MrKeepItTrill
Автор

Thank you so much, Tim! This series is teaching me a lot while saving me lots of time :)

roni
Автор

i love this short series it's really helping me become a better Python programmer.

emeraldthunder
Автор

I love how I can just open YouTube and your channel will teach me something new no matter what. Please never stop making videos.

numberiforgot
Автор

Keep doing videos like this 100% I've watched a bunch of your videos but a bunch of small videos like this is sure to rapidly grow your channel as well as give key information :D

scruffystudios
Автор

Woow! Amazing please continue putting short videos like that. We absolutely need them.

aymensekhri
Автор

those short videos are gold quality man u are so great

hollowr
Автор

this is what shorts originally meant for

pythonop
Автор

Just have used that today the first time, funny to see yt showing it to me today as well

Richard_GIS
Автор

Thanks a lot. I needed this yesterday. Yesterday, I was trying to pass 10 parameters to a function. I am fixing it now. :)
Edit: Grammar...

Danji_Coppersmoke
Автор

Great, concise and incredible useful. Ty

alivillegas
Автор

This shorts are very useful tim thanks a lot ❤️.

kartikeyachoudhary
Автор

Thank you really, it's helpful 💞

hattan
Автор

Been wondering about this for a while, thanks!

fmailscammer
Автор

I guess I am in love with you 😂 thank you for clear explanation

lukaschumchal
Автор

Thats really useful thx bro👍🏻 Love those short python vids

oski
Автор

Omg this is so useful. Thank you sir, im following you now

captesxel