Python Lambda Map Filter Explained all together in ONE video

preview_player
Показать описание
Python Intermediate Programming
#Python

👍Welcome to my Python video where I explain about three functions that could save you time from filtering, looping, organizing your data.

After this video, you will understand what are lambda expressions, map function, and also filter function.

🔥 Comment below other topics you want to see tutorials next on my Channel.

Connect with me with:

👍 Subscribe for more Python tutorials like this:

------------------------------------------------
Useful links:

- Access to the code that I showed from my website:
Рекомендации по теме
Комментарии
Автор

I know I focused more on filter than the map, but the filter is just a function that I'm always more hyped to use it lol.
So if you feel doubtful why we need the map(), definitely consider reading this comment ;)


Hi everyone I hope everything is well,
In this video, I talk about the lambda, map, filter functions altogether.
If you have any doubts after this video please make sure to comment out here.

A short brief:
Lambda - They are expressions that allow you to write functions much shorter and easier.
Map - Allows executing some functionality on iterables, could be a great idea to use when you want to apply calculation for a list of numbers.
Filter - Functions exist to filter the objects you want from a provided iterable. Could be awesome to returning some numbers that are above 50 from a given list of floats/integers.

See my website for all the examples and access it from the link in my description!

jimshapedcoding
Автор

I knew of lambda before but not how or why to use but now i know i will use it. map and filter very useful!

oakphotos
Автор

אחלה הסבר, כל הכבוד תעשה עוד סרטונים ...אשמח אם תעשה גם מדריך שלם על
django

Автор

Thanks Jim, Next video I'm gonna learn from is how to structure python projects
On your channel.

Gary-tpdk
Автор

is the map function faster than the for loop?

altanalpay