DEV Community

Cover image for Python *args and **kwargs Demystified: Everything You Need to Know
Konstantin Lübeck
Konstantin Lübeck

Posted on

Python *args and **kwargs Demystified: Everything You Need to Know

Have you ever wondered what * args and ** kwargs in Python actually mean? 🤔
Check out my latest YouTube video 🎬 to learn everything about Python's sequential and dictionary unpacking operators 📦 and how to use those to improve your Python code:

https://youtu.be/wKHwS1psWws

Top comments (0)