Map, Filter and Reduce in Python | Python Tutorial - Day #53

preview_player
Показать описание

python, C, C++, Java, JavaScript and Other Cheetsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

Your tutorial deserves 5 out of 5 stars. Really! ⭐ ⭐ ⭐ ⭐ ⭐
I am from non-It background, but Becuause of your python Tutorial I've learned python well. you are helping all of us thank you show much Harry 💛😍💛

ramsagar
Автор

Hi Harry, I am really thankful to you for your videos. It just saved my career that's all i can say. just one request, Please make a tutorial on "TYPESCRIPT FOR BEGINNERS" that'll be amazing for people like me who want to understand typescripting.

kunalsharma
Автор

Yes, mujhe map, filter and reduce samazh mai a gaya 👍🏻. Your explanation is so awesome.🙏❤️

programmerlovers
Автор

from functools import reduce
l=[3, 4, 5, 6, 7, 4, 3, 4, 5, 7, 4, 2, 4, 5, 6, 4]
red=reduce(lambda x, y:x+y, l)
print(red)

# the reduce function returns a single accumulated value, not an iterable. Therefore, you don't need to convert it to a list.

vaibhavsoni
Автор

Really, Good work for those who want to learn the python. I almost review more than 10 you tube channel and 3 to four paid course. But that one serious is really amazing. Thanks Harry. (Your all course are really azamine. I want to know about the books, which you follow to prepare the video materials. ) ⭐⭐🌟⭐⭐

AkashKumar-coyz
Автор

This course for python is more than enough, having great explanation, this course engage in love with python rating of this course

ABHHISHEKKUMARRAI
Автор

Thank you for crisp and clear description. Enjoyed learning with humour infused ⭐⭐⭐⭐⭐

TeenaKohli
Автор

Harrybhai's course definitely deserves 5 stars.. it's absolutely perfect for beginners and the topics have been covered in an easy to understand language. This tutorial avoids the usage of any unnecessary technical or theoretical stuff but covers the topics in great details...

kuhak
Автор

Harry sir this video is very useful for revision these functions but at the beginner stage I think it has less content for more understanding about reduce function so if you read my comment then pls make a another separate video on reduce. BTW course is going like we were expected.

learnCodeWithAshish
Автор

@Codewithharry - Initially i thought i will be able to learn completely but now i am finding difficulties in understanding, now speed increase, option are explained as if teaching to engineer students, little slow and in depth explanation is requested. Hoping for best learning from you

Corporate-Saheli-HanyandTech
Автор

Hey Guys, This course will give you next level confidence in python learning .
I give ⭐⭐⭐⭐⭐ to this course.

mukulgarg
Автор

#Example of reduce
from functools import reduce

def mean_calculator(*data_tup):
sumObservation = reduce(lambda x, y:x+y, data_tup)
n = len(data_tup)
mean = sumObservation/n

return mean


mean = mean_calculator(2, 5, 9, 78, 20)
print(mean)

sakalagamingyt
Автор

Thanks Harry ! These functions were helpful in my GUI application

dhyey
Автор

wanted to see me after 47 days
day 53 done
thanks, MR. Harry for this python course

theroshantune
Автор

i am not the part of this series but tomorrow my exam and i am searching video of map filter and reduce and my kismat 😱😊

puneetishere
Автор

your strategy is very good for maintaining focus

syedabdullahsajjadsajjadhu
Автор

c/c++ valo ko ese chez digest nhi hoti🤣🤣🤣

vishaljoshi
Автор

I found the best coding teacher on youtube and that's Harry bhaiya ❤️❤️❤️❤️
Jinko isse smjh n aara fir unko coding chor deni chahiye
I mean isse achaa explanation free me kha milega?
Tnkuu so much harry bhaiya for this amazing course for us

shivanshidwivedi
Автор

@Ayush ko map samajh aa gya
taught by @vidhi Joshi

harshitnijhawan
Автор

You tutorial deserves 5 out of 5 stars. Really! ⭐ ⭐ ⭐ ⭐ ⭐

sakalagamingyt
join shbcf.ru