Python Args Kwargs | How to use it and why it does exist

Python args kwargs #Python 👍Welcome to my Python Intermediate videos Series In this video, we will understand why everyone uses *args and **kwargs, and why you see it in almost each Class that you import from an external library. This could be a topic that could cause a headache before you understand the idea behind it, but hopefully, this 15-minute video will teach you the idea behind this logic. Connect with me with: Instagram:   / jimshapedcoding   E-mail: [email protected] Twitter :   / jimshapedcoding   Discord :   / discord   👍 Subscribe for more Python tutorials like this: https://www.youtube.com/channel/UCU8d... 🔥 Comment below on other topics you want to see tutorials next on my Channel. ----------------------------------------------- My website: http://www.jimshapedcoding.com Timeline for the video: 00:00 - 06:46 - Understanding the *args 06:07 - 10:45 - Understand the **kwargs 10:46 - 17:05 - How **kwargs appears in Classes / External library