Python *args vs **kwargs - Visually Explained

🔵 Resources & Further Learning Practice notebook → https://go.visuallyexplained.co/args-... 📹 Video: [Practice Problems] Python *args vs **kwargs →    • [Practice Problems] Python *args vs **kwar...   🔵 Gear We Use (Affiliate Links) Background hexagon lights (Amazon) → https://go.visuallyexplained.co/0ug Tea jars (Amazon) → https://go.visuallyexplained.co/zx7 Python basics book (Amazon) → https://go.visuallyexplained.co/f757ff 🔵 Python *args vs **kwargs Wondering what the difference between *args and **kwargs is? In this video, we'll break down what *args and **kwargs do and how they are different from each other. 🔵 Chapters 00:00 Intro 00:40 Motivation for *args / **kwargs 02:29 How to use *args 05:19 How to use **kwargs 07:13 Use *args and **kwargs together 08:48 Alternate use for * and **