► Master advanced features in Python with easy to follow code examples
A really cool but slightly arcane feature is the ability to “unpack” function arguments from sequences and dictionaries with the * and ** operators. These are sometimes also called “splat“ operators.
They’re most frequently used in Python function definitions along with the *args and **kwargs pattern.
Besides the * operator for unpacking sequences like tuples, lists, and generators into positional arguments there’s also the ** operator for unpacking keyword arguments from dictionaries.
In this video I’ll give you an introduction to function argument unpacking in Python with a few straightforward examples.
FREE COURSE – “5 Thoughts on Mastering Python“
PYTHON TRICKS: THE BOOK
SUBSCRIBE TO THIS CHANNEL:
* * *
► Python Developer MUGS, T-SHIRTS & MORE:
FREE Python Tutorials & News:
» Python Tutorials:
» Python News on Twitter: @dbader_org
» Weekly Tips for Pythonistas:
» Subscribe to this channel:
6 views
790
200
5 months ago 05:27:42 26
Python — полный курс для начинающих. Этот навык изменит твою жизнь.
5 months ago 00:03:03 1
Распознавание объектов с faster-coco-eval. Разбираемся с библиотекой компьютерного зрения.
5 months ago 00:24:47 18
Эти фишки реально ускорят Python код! Numba+ Taichi+ С
5 months ago 03:30:11 34
Python Speedrun Курс (3 Часа) + Практические Задания
5 months ago 00:18:30 1
CUDA и cuDNN - КАК СКАЧАТЬ, УСТАНОВИТЬ И ПРОВЕРИТЬ
5 months ago 00:57:53 2
Владислав Рогулин. Программированное искусство (generative art)
6 months ago 00:00:52 1
Создание QR-кода с помощью Python | Библиотеки Python #shortsfeed #shorts
6 months ago 00:11:52 1
Matplotlib и Seaborn — Современные графики на Python с анимациями
6 months ago 00:05:50 1
05. Tkinter. Ввод данных в программу
6 months ago 00:43:30 7
Есть ли Go после Python? — OR подкаст, 1 выпуск
6 months ago 00:17:19 1
Как Подключить React К Django?
6 months ago 00:11:02 2
Курс по технологии виртуализации и сервера - бесплатный курс для чайников. История виртуализации.
6 months ago 02:56:32 1
HTML - Полный Курс HTML Для Начинающих [3 ЧАСА]
6 months ago 00:07:24 1
WarThunder Голосом 2 (Python)
6 months ago 00:14:39 1
Рассылка Электронных Писем на Python | SMTPLib + Email
6 months ago 00:04:59 1
Кейлоггер на Python | Простыми Словами за 5 Минут
6 months ago 00:11:08 1
Кратко про Python Tkinter | Как создавать GUI Приложения
6 months ago 01:09:28 1
Python разбор резюме CV от рекрутера из Яндекса
6 months ago 00:03:59 1
Уменьшение размера изображения без потери качества. Скрипт на Python. Pillow-SIMD