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

  Рет қаралды 230,884

CodeWithHarry

CodeWithHarry

Күн бұрын

Access the Playlist: • Python for Beginners (...
Link to the Repl: replit.com/@co...
Join Replit the browser-based IDE used in this course - join.replit.co...
►Checkout my English channel here: / @programmingwithharry
►Instagram: codewithharry
python, C, C++, Java, JavaScript and Other Cheetsheets [++]:
Playlist: • Coding CheatSheets 🧾 b...
►Learn in One Video[++]:
Python[15 Hr]: • Python Tutorial For Be...
Python Advance[3.5 Hr]: • Python Programming Cou...
Python[1 Hr]: • Learn Python In Hindi ...
Python[2 Hr]: • Python Tutorial In Hin...
Python[15 Min]: • 15 Minute Python Tutor...
JavaScript[1 Hr]: • JavaScript Tutorial
C[1.3 Hr]- • C Programming Tutorial...
php[1 Hr]: • Learn Php In One Video...
php[2.3 Hr]: • Php Tutorial for Begin...
php[Project]- • Login And Registration...
HTML[30 Min]: • HTML 5 Tutorial For Be...
CSS[8.5 Hr]: • CSS Tutorial In Hindi ...
CSS[1.4 Hr]: • CSS 3 Tutorial For Beg...
Wordpress[3.2 Hr]: • How To Make a WordPres...
Angular[2 Hr]: • Angular Tutorial in Hindi
Java[2.3 Hr]: • Java tutorial in hindi 🔥
Web Scraping[1 Hr]: • Web Scraping Tutorial ...
MongoDB[2 Hr]: • MongoDb Tutorial For B...
Numpy[1 Hr]: • Numpy Tutorial in Hindi
Android Dev[12 Hr]- • Android Development Tu...
Linux[1 Hr]: • Linux Tutorial For Beg...
JQuery[1.1 Hr]: • jQuery Tutorial For Be...
Git and GitHub[1.1 Hr]: • Git & GitHub Tutorial ...
►Complete course [playlist]:
React: • React Js Tutorials in ...
Python- • Python Tutorials For A...
OOP Python- • Object Oriented Progra...
Java: • Java Tutorials For Beg...
JavaScript- • JavaScript Tutorials I...
PHP- • PHP Tutorials in Hindi
C- • C Language Tutorials I...
C++- • C++ Tutorials In Hindi
Git & GitHub- • Git and GitHub Tutoria...
Android Dev- • Android Development Tu...
Python GUI- • Python GUI: Tkinter Tu...
Web Development- • Web Development Tutori...
Python Django: • Python Django Tutorial...
Projects Using HTML, CSS & Javascript- • Projects Using HTML, C...
Data Structure and Algo: • Data Structures and Al...
Follow Me On Social Media
►Website (created using Django Rest & Angular): www.codewithha...
►Facebook: / codewithharry
►Instagram: / codewithharry
Twitter: / codewithharry
Comment "#HarryBhai" if you read this 😉😉

Пікірлер: 1 000
@vaibhavsoni4680
@vaibhavsoni4680 Жыл бұрын
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.
@ramsagar8977
@ramsagar8977 Жыл бұрын
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 💛😍💛
@Abhijeet_Litoria
@Abhijeet_Litoria 7 ай бұрын
Apply the concept in making projects....then you will understand the concepts in the proper way!!!
@programmerlovers8071
@programmerlovers8071 2 жыл бұрын
Yes, mujhe map, filter and reduce samazh mai a gaya 👍🏻. Your explanation is so awesome.🙏❤️
@RastaRapstar
@RastaRapstar 2 жыл бұрын
1 number bhai❤
@kunalsharma982
@kunalsharma982 2 жыл бұрын
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.
@CodeWithKushwaha
@CodeWithKushwaha 8 ай бұрын
are u doing well in career?
@sakalagamingyt3563
@sakalagamingyt3563 9 ай бұрын
#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)
@AkashKumar-co4yz
@AkashKumar-co4yz Жыл бұрын
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. ) ⭐⭐🌟⭐⭐
@dhyey2316
@dhyey2316 10 ай бұрын
Thanks Harry ! These functions were helpful in my GUI application
@TeenaKohli
@TeenaKohli Жыл бұрын
Thank you for crisp and clear description. Enjoyed learning with humour infused ⭐⭐⭐⭐⭐
@lubhanisharma1220
@lubhanisharma1220 Жыл бұрын
Thank you also support us for better education ⭐⭐⭐⭐.
@Single_Brand.102
@Single_Brand.102 2 жыл бұрын
3:30 I learn map properly 👍
@ABHHISHEKKUMARRAI
@ABHHISHEKKUMARRAI 6 ай бұрын
This course for python is more than enough ,having great explanation , this course engage in love with python rating of this course :--♾🌟🌟🌟🌟🌟🌟🌟🌟..........
@sansh72
@sansh72 10 ай бұрын
Harry sir i have a advice. I want you to make a certification test based on this series. Anybody who will watch all these videos of your's, after completing the 100 videos (lets say for python) will give a test to earn a certificate of completion and knowledge. Keep the test as like where one would have to make projects and all
@TheBigO_57
@TheBigO_57 Ай бұрын
I liked the idea of yours
@CoderzGaming093
@CoderzGaming093 2 жыл бұрын
Map samajh me aa gaya 👍
@EwanDkhar
@EwanDkhar Жыл бұрын
Harry you have the best tutorials on programming in all of youtube ⭐⭐⭐⭐⭐ 10/10 FOR REAL!!! 🔥🔥🔥🔥
@VikashKnowledge-5588
@VikashKnowledge-5588 7 ай бұрын
7 star 🌟 🌟 🌟 🌟 🌟 🌟 🌟
@waleedshakoor2449
@waleedshakoor2449 Ай бұрын
MASHALLAH G bohat hi awla course agar kisi ko kuch bhi ni pata web development ka to tension leny ki zrorat ni hai q k harry bhai ka development ki harr language ka course appko mill jayega bilkul free😍😍😍😍😍⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐
@learnCodeWithAshish
@learnCodeWithAshish 2 жыл бұрын
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.
@moneyguru2030
@moneyguru2030 Жыл бұрын
kzbin.info/www/bejne/sJrQeXeihNV6jtE
@surajshetty756
@surajshetty756 2 күн бұрын
⭐⭐⭐⭐⭐ bahiii u are saver of my life. after my graduation with knowledge of coding i started following u r video. your a gemmm. thank u bahii, for every thing u r doing for us. what a come back in my life. and KEEP PRACTICING.............
@mukulgarg2268
@mukulgarg2268 2 жыл бұрын
Hey Guys, This course will give you next level confidence in python learning . I give ⭐⭐⭐⭐⭐ to this course.
@sakalagamingyt3563
@sakalagamingyt3563 2 жыл бұрын
You tutorial deserves 5 out of 5 stars. Really! ⭐ ⭐ ⭐ ⭐ ⭐
@AmanFacts9
@AmanFacts9 2 жыл бұрын
AMAZING CONTENT ❤️🌹
@Ankit_155
@Ankit_155 2 жыл бұрын
Hii harry bhai
@rahulsingh-iq4gd
@rahulsingh-iq4gd 8 ай бұрын
Nhi aiya reply
@07shubhamchaugulesyit79
@07shubhamchaugulesyit79 10 ай бұрын
This course is really helpful and deserve 5 out of 5 stars ⭐ ⭐ ⭐ ⭐ ⭐
@puneetishere
@puneetishere 2 жыл бұрын
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 😱😊
@rajasamal2383
@rajasamal2383 10 ай бұрын
Your tutorial deserves 5 out of 5 stars. Really! 🔥🔥🔥🔥🔥 Thank you !
@vishaljoshi7752
@vishaljoshi7752 2 жыл бұрын
c/c++ valo ko ese chez digest nhi hoti🤣🤣🤣
@Unkown47819
@Unkown47819 Жыл бұрын
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
@harshitnijhawan6990
@harshitnijhawan6990 Жыл бұрын
@Ayush ko map samajh aa gya taught by @vidhi Joshi
@Lazer699
@Lazer699 Жыл бұрын
Acha
@harshitnijhawan6990
@harshitnijhawan6990 Жыл бұрын
haaa @@Lazer699
@ayushaggarwal8827
@ayushaggarwal8827 Жыл бұрын
bhai phir tu bhi samajh le na @harshit
@harshitnijhawan6990
@harshitnijhawan6990 Жыл бұрын
bhai maine idher se hi samjha hai mero aa gya samajh terko kuy nhi aya harry bhai se jo @vidhi se samjah rha hai tu @ayushaggarwal8827@@ayushaggarwal8827
@ayushaggarwal8827
@ayushaggarwal8827 Жыл бұрын
harry bhai ke aage koi bol sakta hai kya? @@harshitnijhawan6990
@Corporate-Saheli-HanyandTech
@Corporate-Saheli-HanyandTech Жыл бұрын
@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
@tajinder715
@tajinder715 2 жыл бұрын
Kon Kon python sikhne ke baad kya kya karna chahta hai????????????
@swagstatusxmn6750
@swagstatusxmn6750 2 жыл бұрын
I want to learn ML
@tajindersingh7891
@tajindersingh7891 2 жыл бұрын
Learning just for fun 😊
@ushayadav8614
@ushayadav8614 2 жыл бұрын
Sab abhi hu Janna hai 😶
@ushayadav8614
@ushayadav8614 2 жыл бұрын
Networking 😶
@raziahmed9060
@raziahmed9060 2 жыл бұрын
@raavananrocks4237
@raavananrocks4237 Жыл бұрын
Yep.. Got an understanding of map
@Code-Bites-1729
@Code-Bites-1729 Жыл бұрын
5 Star Course🌟🌟🌟🌟🌟. Very helpful and very easily explained concepts . Just one more of like a suggestion is include more questions because we have to do questions from hackerrank , codewars, leetcode and have to watch python projects tutorials which contain mixed concepts so it will be better if we can do some questions according to the flow of the lectures . Neverthless Great course . fully recommended for any beginner
@modratoryt8081
@modratoryt8081 2 жыл бұрын
3:34 yes samaj me agaya easy samjya apne ❤
@shuklanikhil62
@shuklanikhil62 2 жыл бұрын
At First ,I have started learning from this channel & whatever I have learnt I have got it This is Good😘❤️😘❤️😘❤️
@Yousraaaaaaaaa12345
@Yousraaaaaaaaa12345 Жыл бұрын
Best explanation by harry bhai
@ScorpianSecurity
@ScorpianSecurity 8 ай бұрын
one of the best course, i love this ⭐⭐⭐⭐⭐
@tahasiddiq8823
@tahasiddiq8823 Жыл бұрын
Your tutorial deserves 5 out of 5 stars. Really! ⭐ ⭐ ⭐ ⭐ ⭐ Lots of love from Pakistan.Stay blessed brother.
@kuhak7343
@kuhak7343 6 ай бұрын
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...
@life_atul
@life_atul 2 жыл бұрын
⭐ ⭐ ⭐ ⭐ ⭐ i really like the courseit is helping me to cover up my studies in school as i am away for some time and is really teaching a lot
@LovepreetSingh-ie5vg
@LovepreetSingh-ie5vg 2 жыл бұрын
this course has a great amount of knowledge I give ⭐⭐⭐⭐⭐ ratting to this course
@theroshantune
@theroshantune 2 жыл бұрын
wanted to see me after 47 days day 52 done thanks, MR. Harry for this python course
@rahulsuryawanshi3960
@rahulsuryawanshi3960 Жыл бұрын
00:00 Understanding map, filter and reduce in Python 01:43 You can use the map function to apply a function to every element in a list. 03:26 Understanding the concepts of map and filter 05:06 Using filter function in Python 06:44 Higher order functions take other functions as arguments. 08:06 Filter function with Lambda functions in Python 09:50 Using reduce function in Python 11:20 Learnings on mathematical operations, reduce function and courses
@SunilSharma-zk6zq
@SunilSharma-zk6zq 7 ай бұрын
Fabulous explanation Harry! ⭐⭐🌟⭐⭐
@rahulkumar-tp1em
@rahulkumar-tp1em 2 жыл бұрын
Thanks Harry to make it simple.
@vaibhavsoni4680
@vaibhavsoni4680 Жыл бұрын
# note :- jab koi function ,function ko argument me leta hai usko higher order function kahte hai def cube(x): print(x**3) list=[1,2,3,4,5,6,7,8,9,10] l=[] for i in list: l.append(cube(i)) # without using lambda funtion list2=[2,4,6,8,10,12,14,16,18] def square(a): return(a*a) sq=list(map(square,list2)) print(sq) # with using lambda function cube=list(map(lambda x:x**3,list2)) print(cube)
@BishwasThapaMagar-c1k
@BishwasThapaMagar-c1k 5 ай бұрын
Really! ⭐⭐⭐⭐⭐ Watching after a year of release and the concept is straight and clear. Thank You @codeWithHarry
@harshalpansea4855
@harshalpansea4855 11 ай бұрын
harry bro : it is easy to understand because I am leaning python after the completion of java Script and java so that's why i am familiar with all these terms. and the way you explain the all topic is good and understandable for beginners also.
@adityajoshi15
@adityajoshi15 Жыл бұрын
Samajh aa gaya 💯
@dark9615
@dark9615 2 жыл бұрын
bhaishabbbb....this course is based on industry standard of coding.we are with you harry bhai......you are a blesing to us😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘
@Educationhub-fs9hf
@Educationhub-fs9hf Жыл бұрын
i have paid 100000 for data science course but its not worth ,what they taught was nothing ,i couldnt understand anything.........after starting this 100 days python coourse i leart python fully thank you harry bhaiiii rating ⭐⭐⭐⭐⭐
@sonus-ye9vy
@sonus-ye9vy 6 ай бұрын
clear all concept ❤
@akkuuuuu2
@akkuuuuu2 Жыл бұрын
this is the awesome ⭐⭐⭐⭐⭐ for best in course in beginners
@rajbir.soc0
@rajbir.soc0 2 жыл бұрын
Always been with your tutorial ⭐ ⭐ ⭐ ⭐ ⭐
@creative.7780
@creative.7780 2 жыл бұрын
Enemy song lyrics I wake up to the sounds of the silence that allows For my mind to run around, with my ear up to the ground I'm searchin' to behold the stories that are told When my back is to the world that was smilin' when I turned Tell you you're the greatest But once you turn, they hate us Oh, the misery Everybody wants to be my enemy Spare the sympathy Everybody wants to be my enemy-y-y-y-y My enemy-y-y-y-y But I'm ready Your words up on thе wall as you're prayin' for my fall And the laughter in thе halls and the names that I've been called I stack it in my mind, and I'm waitin' for the time When I show you what it's like to be words spit in a mic Tell you you're the greatest But once you turn, they hate us (Ha) Oh, the misery Everybody wants to be my enemy Spare the sympathy Everybody wants to be my enemy-y-y-y-y My enemy-y-y-y-y I'm hopin' that somebody pray for me I'm prayin' that somebody hope for me I'm stayin' where nobody 'posed to be p-p-posted Being a wreck of emotions Ready to go whenever, just let me know The road is long, so put the pedal into the floor The enemy on my trail, my energy unavailable I'ma tell 'em, "Hasta luego" They wanna plot on my trot to the top I been outta shape, thinkin' out the box, I'm an astronaut I blasted off the planet rock to cause catastrophe And it matters more because I had it not Had I thought about wreaking havoc On an opposition, kinda shockin' they wanted static With precision, I'm automatic quarterback I ain't talkin' sackin', pack it Pack it up, I don't panic, batter-batter up Who the baddest? It don't matter 'cause we at your throat verybody wants to be my enemy Spare the sympathy (Ah) Everybody wants to be my enemy Oh, the misery (Ah) Everybody wants to be my enemy Spare the sympathy (Ah) Everybody wants to be my enemy Pray it away, I swear I'll never be a saint, no way My enemy Pray it away, I swear I'll never be a saint
@Aerish369
@Aerish369 Жыл бұрын
I have been following this course. Thank you so much harry bro
@extractionez
@extractionez Жыл бұрын
3:32 theek hai samajh gya
@CoderzGaming093
@CoderzGaming093 2 жыл бұрын
Reduce bhi samajh me aa gaya 👍
@pankajsinghbisht76
@pankajsinghbisht76 Жыл бұрын
hnji sir samaj aah gaya :)
@islamabadianstar6946
@islamabadianstar6946 10 ай бұрын
Your tutorial deserves 5 stars ⭐ ⭐ ⭐ ⭐ ⭐
@aksharasharma1469
@aksharasharma1469 Жыл бұрын
Finally I'm literally feeling relaxed while learning python......thank you so much sir I'm beginner and literally you are amazing......❤❤
@mr.technoid
@mr.technoid Жыл бұрын
Best course in the yt 🌟🌟🌟🌟🌟
@abhishek19508
@abhishek19508 5 ай бұрын
great course on the you tube ⭐⭐⭐⭐⭐ Thank you Harry bhaiya 🥰🥰 love from nepal 😍🥰
@justsixtysec
@justsixtysec Жыл бұрын
Harry bhaiya apne to mera coding seekhne ka sapna poora kar diya......Thanku so... much bro......👍👍
@gamingcenteryah7299
@gamingcenteryah7299 4 ай бұрын
review: ⭐⭐⭐⭐⭐ best python guide and i have started this after you have uploaded all the videos and so that i can see the videos on my pace and its super good for now i am on video 53 and i am still planning to watch it further
@shubhamkumarprajapati6126
@shubhamkumarprajapati6126 Ай бұрын
map samajh aa gaya
@swetadurbadas5820
@swetadurbadas5820 9 ай бұрын
Fabulous explanation Harry! . Very informative
@tarunboddeda4884
@tarunboddeda4884 Жыл бұрын
Map samajh me aagaya Harry bhai
@amareshghosh3502
@amareshghosh3502 8 ай бұрын
⭐⭐⭐⭐⭐ This man is doing great work, one of best part of his course is, he always gives you energy while teaching. Thanks a lot, Harrybhai
@Anonymous0b1000
@Anonymous0b1000 Жыл бұрын
Infinite times thank you sir for this amazing playlist...!!!
@debarunbiswas1000
@debarunbiswas1000 10 ай бұрын
i've been doing ocaml, python map and filter is easier than that of in Ocaml, and the reduce function is like the fold funciton in ocaml
@gamingsiddhant1184
@gamingsiddhant1184 11 ай бұрын
thank you so much ❤❤❤❤❤❤
@hassanhaidertv8586
@hassanhaidertv8586 Жыл бұрын
Hi Haris bhai I am from karachi. i will give this course 5 stars.
@simarjeetkaurbhardwaj4734
@simarjeetkaurbhardwaj4734 Ай бұрын
Map, lambda, reduce, and filter sounded quite difficult, but you proved that these higher-order functions are actually very simple. 10 stars out of 5
@VostroDell-uy8ky
@VostroDell-uy8ky 8 ай бұрын
you are great, really easy to understand
@LashariBaloch-o9x
@LashariBaloch-o9x 2 ай бұрын
Sir your teaching style is great ❤ and this playlist which is made by you deserves 5 out of 5 stars.❤
@emergentsee4510
@emergentsee4510 Жыл бұрын
review: bhut bariya course ha, keep it up. sir ⭐⭐⭐⭐⭐
@JamalShakir-qc9li
@JamalShakir-qc9li Ай бұрын
Thanks Sir MAP mjy samjh me aa geya h😊
@fnurajpriya
@fnurajpriya Жыл бұрын
Understood, very good course.
@sanasaleem4737
@sanasaleem4737 Жыл бұрын
That's a mind blowing way to teach ⭐⭐⭐⭐⭐
@ashfaqmasoodi8214
@ashfaqmasoodi8214 2 жыл бұрын
Map mujhe samajh mein aa gaya
@beautifulnatureshorts7419
@beautifulnatureshorts7419 4 ай бұрын
Hi bro, thanks your teaching or explaining clearly ⭐⭐⭐⭐⭐
@pubpubji1121
@pubpubji1121 Жыл бұрын
11:57 me reduce ka use kisme krte h
@masterclassic2271
@masterclassic2271 Жыл бұрын
You are doing a great job. Take a bow man!⭐⭐⭐⭐⭐
@abdullahbinshahzad
@abdullahbinshahzad Жыл бұрын
Yes, I now understand it thanks. Also found that map return object as a type to be memory effeciant.
@zeeshan4831
@zeeshan4831 Жыл бұрын
⭐⭐⭐⭐⭐ world best python course
@KarenRockett-z4y
@KarenRockett-z4y Жыл бұрын
you are so good tutor man love your work
@PawanKumar-n7f1n
@PawanKumar-n7f1n Жыл бұрын
This course is amazing 5/5 ⭐⭐⭐⭐⭐
@aliksmshaik-x8t
@aliksmshaik-x8t 4 ай бұрын
Easy to understand.. Thankyou
@AK111-o_0
@AK111-o_0 Жыл бұрын
Harry, you are the🌟🌟🌟🌟🌟
@RoushanKumar-dk7ms
@RoushanKumar-dk7ms 2 жыл бұрын
3:35 MAP MUJHE SAMAH ME AA GYA .......☺☺☺ LOVE YOU HARRY BHAIYA FROM JHARKHAND
@FundamSrijan
@FundamSrijan 10 ай бұрын
11:27 mujhe laga harry bhaiya pagla gae 😂😂
@soumenbhandari4196
@soumenbhandari4196 Жыл бұрын
AWESOME CONTENT ⭐⭐⭐🌟✴
@dhvanitvaghela8797
@dhvanitvaghela8797 Жыл бұрын
Really helpful👍👍
@shreyanshitilwari22
@shreyanshitilwari22 Жыл бұрын
This tutorial deserve 100 star out of 10❤❤❤❤❤❤
@rithvikkm8593
@rithvikkm8593 Жыл бұрын
thanks a lot Harry😇
@Dragon_Coder
@Dragon_Coder Жыл бұрын
Bro appreciate u.Such a great effort. ⭐⭐⭐⭐⭐
@saeedhassan7554
@saeedhassan7554 Жыл бұрын
VERY GOOD, 👌👌👌👌👌👌
@ek_minute_
@ek_minute_ Жыл бұрын
you are one of the best!!
@SakarMusale
@SakarMusale Жыл бұрын
Enjoyed Learning ⭐⭐⭐⭐⭐
'is' vs '==' in Python | Python Tutorial - Day #54
8:01
CodeWithHarry
Рет қаралды 129 М.
Introduction to OOPs in Python | Python Tutorial - Day #56
15:54
CodeWithHarry
Рет қаралды 364 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
#43 Python Tutorial for Beginners | Filter Map Reduce
11:34
Telusko
Рет қаралды 602 М.
Filter map and reduce in javascript | chai aur #javascript
38:46
Chai aur Code
Рет қаралды 258 М.
Filter, Map, Reduce explained in less than 2 minutes
1:34
Codexpanse with Rakhim
Рет қаралды 8 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,3 МЛН
Learn Coding & Get a Job (in 2025) 🔥
16:54
CodeWithHarry
Рет қаралды 684 М.
Учим Python за 1 час! #От Профессионала
59:01
Хауди Хо™ - Просто о мире IT!
Рет қаралды 10 МЛН
Python's Map Function Explained..
3:02
b001
Рет қаралды 153 М.
Decorators in Python | Python Tutorial - Day #59
13:05
CodeWithHarry
Рет қаралды 285 М.
Map() & Filter() in Python 🐍 with execution 👩‍💻🙇💻
7:23
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.