Тёмный

Python's map() Function: Transforming Iterables 

Real Python
Подписаться 193 тыс.
Просмотров 4,3 тыс.
50% 1

Python’s map() is a built-in function that allows you to process and transform all the items in an iterable without using an explicit for loop, a technique commonly known as mapping. map() is useful when you need to apply a transformation function to each item in an iterable and transform them into a new iterable. map() is one of the tools that support a functional programming style in Python.
Click here to learn more: realpython.com...

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 7   
@gedtoon6451
@gedtoon6451 17 дней назад
Good video, but you use iterator and itterable interchangeably and they are not the same thing.
@AtlantaTerry
@AtlantaTerry 3 года назад
Thank you for taking the time to put this tutorial together.
@AgustinMarquezBraconi
@AgustinMarquezBraconi 3 года назад
9:41 with latest versions of python map() is not more efficient than a list comprehension... and in fact it is actually worst
@mokus603
@mokus603 3 года назад
Great explanation, this video needs to be every Python enthusiast's feed. Please comment for the algorithm.
@adinathkolhapure6697
@adinathkolhapure6697 3 года назад
You are motivating me to study more python🙏, great content 👍
@waqaspathan3337
@waqaspathan3337 3 года назад
Youve taught me so much about python great work man!
@jibisjib
@jibisjib 3 года назад
Great content, looking forward to more of this!