Python Tutorial : Map Function and Lambda

preview_player
Показать описание
In this short Python tutorial I show the Map function by an example, in which I add numbers of two lists.

For this I pass a function called Add to the map function as parameter. After that I replace this Python function by a so called Lambda function - which is just a function without a name.

See my social profiles here

#python
#lambda
python_map
Рекомендации по теме
Комментарии
Автор

Wow this is an awesome tutorial I love it.😃👍

Numocron
Автор

Super....please python with addons make education video.

Kurabiye.Canavari
Автор

lambda looks like a misery to me.I can't get that concept...even though it's well explained.I guess it's because I haven't used it yet. But can you do a video on how to use the map function either with a lambda or not, to unpack Blender data?

NikolaNevenov
Автор

HOw does that part A+B/4*A actually work, what number is actually multiplied than? Because when i do this manually with the first numbers i get 0.3125 and not 10

RomboutVersluijs
visit shbcf.ru