Map Filter Lambda Function in Python - In Hindi

preview_player
Показать описание
Map Filter Lambda Function in Python - In Hindi - Tutorial#112

In this video I have explained about Map Function, Filter Function and as well as How this Map & Filter Function will be used along with Lambda Function in Python. Map Function is used to perform some specific operation of the data. Lambda Function in Python is a very good and interesting topic which is usually asked in the examination. Filter Function is used to extract data as per some given condition. It is basically used to filter data as per some given condition from a bunch of data.

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

sir what a great explanation on each and every video😊😊

rahulgadekar
Автор

Just wanted to ask this question
Where will I be at skill level after I complete all of your lectures thoroughly

ekanshjadon
Автор

No doubt the concepts which you are explaining is fabulous but as i told u earlier that im preparing myself for DS/ML. So can you guide me as per industry standard. Coz i have 5 years of experience but in different field. Im also taking coaching from noida only and the codes and criteria which they are explaining is different from your codes. Basic is same even you explain in a wonderfull way but as per industry how i prepare myself. Im worried coz i have already resign my job just to switch into DS/ML but after having such experience and now having no job makes me worried. So plz guide me coz i think you can help me in this situation. Even i want you to start DS and ML tutorials also.

Please revert

shivanshsingh
Автор

sir when i implement this code on my compiler the output shown squares of numbers two times! means ak br 18 k oper no print hny thy nd secndly squares print hony thy but aisa nhi hua kindly guide me

ifrahzulfiqar
Автор

ages = [5, 12, 17, 18, 24, 32]
def myfunc(x) :
if (x<18) :
return false
else :
return true
def myfunc1(x) :
return x*x
adults=filter(myfunc, ages)
for x in adults :
print(x)
aquares=map(myfunc1, adults)
for x in squares :
print(x)
sir jo aap ppt me code write kiye hai wo run nhi ho rha hai please help me

MukeshKumar-swzm
Автор

please sir 114 lecture me bhut mistakes hai

MukeshKumar-swzm