Lambda function, Map Function and Filter function in Python Tutorial

Published: 11 April 2019
on channel: Propagate Knowledge
175
5

What is a lambda function in Python?
Do not confuse it with AWS Lambda.

Lambda function in Python is an anonymous function, which sometimes replaces the usual python function written under 'def'
You can write a lambda function inside a def function.


What is a map in python?
Map iterates an iterable like a list through a function
Usually, the function used with map is a lambda function.


What is filter in python?
Filter is used to filter the iterable.
Just like map, lambda function is used with filter in python


On this page of the site you can watch the video online Lambda function, Map Function and Filter function in Python Tutorial with a duration of hours minute second in good quality, which was uploaded by the user Propagate Knowledge 11 April 2019, share the link with friends and acquaintances, this video has already been watched 175 times on youtube and it was liked by 5 viewers. Enjoy your viewing!