Name of Topic: ||Lambda, Map, Filter and Reduce with Python List||
Python Lambda
This is an anonymous function which is used to do a lot of things which are well explained in the AI Sangam GitHub Link which I am sharing here. Please read the description in the Read-Me file as well as code.
https://github.com/AISangam/Anonymous...
Python Map
This function takes two arguments. Ist is function and second is data. Please refer to the following link to learn more.
https://github.com/AISangam/Map-Funct...
Python Filter
This function is to put some conditions to the elements in the list. For example you want to fetch the even indexed elements from a python List, you may refer to this function. Please see the detail description of such by reading from here
https://github.com/AISangam/Lambda-Fu...
Python Reduce
If you wish to apply some function or operation on different elements in a list, you may use this function. I have described everything in my github link along with the code. Please spare some time to view this. It will certainly benefit you while you appear for different interviews of python basic programming.
https://github.com/AISangam/Python-Re...
Hope you Like the video. Thanks again. Please visit www.aisangam.com for more details.
Thanks again
With Regards
AI Sangam