#42 Python Tutorial for Beginners | Anonymous Functions | Lambda

  Рет қаралды 546,419

Telusko

Telusko

Күн бұрын

Пікірлер: 189
@shivamshrivastava2930
@shivamshrivastava2930 5 жыл бұрын
Hello MR.Reddy because of you i too have become a teacher . in my IT Profession. Daily i see your one two videos of yours ,practice it and deliver it in office:)
@hassnainabbas595
@hassnainabbas595 2 жыл бұрын
why dont you show his lectures directly to them 😂,just joking
@sonambarsainya3747
@sonambarsainya3747 4 жыл бұрын
you know sir, every time I see a new chapter of python, I feel so good that you shared all these videos so well and in an easy way. Thanks again.
@Krishna-nw3hw
@Krishna-nw3hw 3 жыл бұрын
I am beginner in Python can you help me to pass O level exam that has a Python paper.....
@edwardgregory9219
@edwardgregory9219 4 жыл бұрын
Here is my definition of Anonymous Function An Anonymous Function is a function that uses the keyword LAMBDA and is only executed/expressed once i.e. there is no more use for it, like a one-time use function. Logically because it’s a one-time use function - and it won’t be referred to it at later stages in the code, it is simplified to only run once without taking extra unnecessary coding memory
@KapilKumar-mk1zc
@KapilKumar-mk1zc Жыл бұрын
google ki defininition copied
@vinodhsaigopal5837
@vinodhsaigopal5837 Жыл бұрын
If the executable size, static and dynamic memory requirements doesn't change on lambda vs regular functions, I prefer regular functions.
@SidPil
@SidPil Жыл бұрын
If it's one time use, then why even make it a function? Just do it normally without using functions
@vinodhsaigopal5837
@vinodhsaigopal5837 Жыл бұрын
Why not? If the executable binary size doesn't change, It'll be at least clean and readable.
@shannoncrasto4586
@shannoncrasto4586 2 жыл бұрын
The way you put forward these concepts in such an easy way is absolutely commendable. Thank you!!
@martijnnvt6949
@martijnnvt6949 5 жыл бұрын
My favourite teacher, I already gave it a thumbs up before the video started!
@jimmyzeng998
@jimmyzeng998 2 жыл бұрын
My favorite commenter, I already liked it before reading it
@rohanmalik2910
@rohanmalik2910 4 жыл бұрын
Sir, You are the best guide in the internet. Thank you a million times for this course..☺️
@zakiasmaa6834
@zakiasmaa6834 2 ай бұрын
The way you put forward these concepts in such an easy way is absolutely commendable. Thank you!!
@kiyankm9474
@kiyankm9474 4 жыл бұрын
I couldn't understand what is lambda, but now, I know, you're the best python teacher in the world, thank you so much 🌹
@diboy6155
@diboy6155 3 жыл бұрын
You are the only python youtuber who uses simple language to teach . Thank you
@melodicated7836
@melodicated7836 4 жыл бұрын
You’re my favourite teacher or you can say “mentor” .
@realsumitkumar
@realsumitkumar 2 жыл бұрын
I generally don't comment on any video , but the way you explain this lambda concept to me, I had watched 4-5 videos earlier but none of them explained it so effortlessly and in a simple video.
@resul8777
@resul8777 3 жыл бұрын
you explained it so clear and easy that I wonder how I didn't understand this from other people. I guess that makes you a good teacher! thanks!
@arunkumarr6660
@arunkumarr6660 5 жыл бұрын
I saw your series of python videos and now i am like hit that "Thumbs up" first and then look into the video !! your are simply amazing
@joothalal1858
@joothalal1858 5 жыл бұрын
My "Thumbs" do the same, but they will never be like your "Thumbhs".😔😔
@arunkumarr6660
@arunkumarr6660 5 жыл бұрын
@@joothalal1858 hah hah
@karthik3778
@karthik3778 5 жыл бұрын
Anonymous functions sounds something serious but the underlying concept is simple. Thank you sir.
@photosynthesis_by_pete4006
@photosynthesis_by_pete4006 3 жыл бұрын
I am a python noob and I have been struggling to understand LAMBDA function and expressions. Great Explanation. Thanks from Australia
@kishorekumarmorya5910
@kishorekumarmorya5910 3 жыл бұрын
Thank you so much Navin for this wonderful description. I am a new beginner.
@D4_badminton
@D4_badminton 5 жыл бұрын
x=int(input("Enter the value you want to find the square root: ")) f = lambda a : a*a f(x) print("The square root value of {} is {} ".format(x,f(x)))
@tymothylim6550
@tymothylim6550 4 жыл бұрын
Thank you very much for the video! I like how you explained the backstory behind the creation of anonymous functions. It was very helpful!
@mahadhirmohammed
@mahadhirmohammed 5 жыл бұрын
lit 🔥 was surfing about lambda functions for hours, but understood only with this 5 min video. Kudos
@asishraz6173
@asishraz6173 4 жыл бұрын
Most of you agree, that this is one of the best and the simplest explanation for the LAMBDA expression. Thank you Navir sir for this amazing stuff. I am learning at least 4-5 topics from this playlist every day and with the first thing in the morning. Thank you once again.
@asifzawad5158
@asifzawad5158 4 жыл бұрын
I like the way he call us : "ALIENS"
@dakshdagar8815
@dakshdagar8815 4 жыл бұрын
tu lag bhi raha ha
@suneelpandita8632
@suneelpandita8632 4 жыл бұрын
@@dakshdagar8815 lol
@PawanKumar-ol5sl
@PawanKumar-ol5sl 3 жыл бұрын
We should not laugh on someone 's look.
@asifzawad5158
@asifzawad5158 3 жыл бұрын
@@PawanKumar-ol5sl I didn't mean that
@omkarjsuvarna
@omkarjsuvarna 3 жыл бұрын
It's because we are aliens to the concept of Python but he already knows it.
@shivaprasadmallikarjunaiah3751
@shivaprasadmallikarjunaiah3751 Жыл бұрын
As someone with prior knowledge of a few other programming languages(now primitive compared to python), with this tutorial I am getting to start learning some very special programming abilities of python. Navin, if not for your tutorials, I dont think I would have come this far! ...sure, I am late for the game by a few years 😂
@b.sasikumar2141
@b.sasikumar2141 4 жыл бұрын
I Didn't see this type of lecturing anywhere tq u sir a lot..... 👌👌
@rakshitharaohs7348
@rakshitharaohs7348 3 жыл бұрын
Literally binge watching ur videos!
@avinashrajak5686
@avinashrajak5686 Жыл бұрын
You are the Best teacher to learn languages, programming sir, thank you so much 🙏sir to make it simple.
@gracioussithole59
@gracioussithole59 5 жыл бұрын
Coding has never been the same with Navin. Telusko has my respect.
@boopathyraj9128
@boopathyraj9128 4 жыл бұрын
navin sir! meru contents easy ga aiyepoindhi
@sathvikmalgikar2842
@sathvikmalgikar2842 2 жыл бұрын
sir thank you so much for creating these top quality videos for free
@surajkumar-zi7yo
@surajkumar-zi7yo 5 жыл бұрын
sir you have good communication skill.... please make a video on how we build up communication skill like you
@response2u
@response2u 3 жыл бұрын
Nice, brief, and complete. Thanks!
@chessbd
@chessbd Жыл бұрын
simple, peaceful, and contented video!
@easydatascience2508
@easydatascience2508 Жыл бұрын
Welcome to my channel too. Hope the step by step Python and R playlist and source files will be valuable.
@robertasaservice
@robertasaservice 4 жыл бұрын
Amazing video! Very simplified and understandable. Love it! Keep it simple.
@ManeeshKumar-nd8rg
@ManeeshKumar-nd8rg 5 жыл бұрын
aaaji apke bare me kya bolu abb ....english me bole to awesome hindi me bole to gajeb great great work ...sir thanku so much
@sandeepraghuvir
@sandeepraghuvir 3 жыл бұрын
Add Number using Function: def add(a,b): c = a + b print("Result of Sum", c) add(5,8)
@manojkumarsingh4817
@manojkumarsingh4817 6 жыл бұрын
i am huge fan of you .tnq for providing videos on python ,please sir make videos on advanced python ☺
@gkaaran6746
@gkaaran6746 3 жыл бұрын
sir ,with u I can pass bord exam easily . print("thankyou sir")
@jaskaransingh3200
@jaskaransingh3200 3 жыл бұрын
this was one of the best i saw of python , great job python
@ahmedtlijeni9828
@ahmedtlijeni9828 3 жыл бұрын
I click 'Like' as first thing after opening your videos because your courses is very nice
@nshsnikhilag5265
@nshsnikhilag5265 2 жыл бұрын
Hi Navin, Can you please help me in finding the greatest of 3 numbers using lambda function.
@saiprasanth614
@saiprasanth614 3 ай бұрын
Excellent teaching sir
@piyushdwivedi952
@piyushdwivedi952 5 жыл бұрын
I click 'Like' as first thing after opening your videos :)
@RAVIKUMAR-qq7bi
@RAVIKUMAR-qq7bi 4 жыл бұрын
Sir, u rock. There is no one like u.
@konathamsireesha511
@konathamsireesha511 5 жыл бұрын
Ur classes are very interesting to listen sir, tq for nice explanation
@sayirabanusadiqbasha5515
@sayirabanusadiqbasha5515 3 жыл бұрын
Super sir brillant to see this video
@shirkhanaslanzade1850
@shirkhanaslanzade1850 3 жыл бұрын
Thank you very much. Your way of explanation is awesome
@ChintaAkhil-hj8up
@ChintaAkhil-hj8up Жыл бұрын
We can still simply the lambda code Output =(lambda x, y : x + y)(2, 3) Print(Output)
@ravalikaguptha7461
@ravalikaguptha7461 4 жыл бұрын
x=int(input("x=")) f = lambda a: a*a f(x)
@jaypatel6834
@jaypatel6834 4 жыл бұрын
sir u r my guru
@kanisettisrinivasarao4950
@kanisettisrinivasarao4950 4 жыл бұрын
Hi Sir, excellent. can u clarify one doubt. for practice do I want to use pycharam or jupitor. is indentation required in jupitor or not. i am learning data science . in model development nobody following indentation in jupitor. do to that reason i am asking this question
@deepanshupunia7960
@deepanshupunia7960 4 жыл бұрын
You are best python sensai
@meadalraoakuthota
@meadalraoakuthota 3 жыл бұрын
One of the best guide..in fun way really 😄😄
@pawnage3
@pawnage3 3 жыл бұрын
Thank you, Navin!
@codewithsameerkhan
@codewithsameerkhan 19 күн бұрын
good job😇😇😇
@mlbotma2474
@mlbotma2474 3 жыл бұрын
Dude has me binging on Python tutorials.
@robinsonxiang8169
@robinsonxiang8169 2 жыл бұрын
word
@vakhariyajay2224
@vakhariyajay2224 2 жыл бұрын
Thank you very much. You are a genius.
@vikrantchouhan9908
@vikrantchouhan9908 5 жыл бұрын
Lambdas simplified! Very helpful!!
@shruts_thegirl
@shruts_thegirl 2 жыл бұрын
Understood this!! Thanks man!!
@panagiotisbotonakis2349
@panagiotisbotonakis2349 3 жыл бұрын
Thanks so much
@rreyes2027
@rreyes2027 3 жыл бұрын
Wouu ya he llegado al nivel de programacion en el que me salen videos de gente indu, estoy tan orgulloso de mi!
@arjyabasu1311
@arjyabasu1311 5 жыл бұрын
Sir, what is the use of lamda expressions if it only takes one line of code or one line of expression because we can simply solve that one expression without anonymous functions??
@ashishjadhav6392
@ashishjadhav6392 5 жыл бұрын
This one is awesome , Thanks Sir 🙏🤗
@itsbtechmacha4952
@itsbtechmacha4952 3 жыл бұрын
Can we use a conditional statement In these ananymous function? If yes then how?
@sairajdas6692
@sairajdas6692 6 жыл бұрын
We can also do res = (lambda a: a*a)(5)
@vasudevareddy5378
@vasudevareddy5378 5 жыл бұрын
nice thought...
@saipranay7869
@saipranay7869 5 жыл бұрын
Thanku sir...the way to explain the concepts are just awsome miru teugu vara sir ?
@AhmadAshraf-qs7ud
@AhmadAshraf-qs7ud 3 жыл бұрын
best tutorial ever
@lasirumenath5869
@lasirumenath5869 3 жыл бұрын
I like you, sir, very much You have blessings from students.
@sukhnainsingh6935
@sukhnainsingh6935 4 жыл бұрын
which laptop do you use sir??
@rafaqathussain7259
@rafaqathussain7259 4 жыл бұрын
excellent explanation
@ENGCS_RaymondGladson
@ENGCS_RaymondGladson 8 ай бұрын
Amazing sir!
@muhammadzakiahmad8069
@muhammadzakiahmad8069 2 жыл бұрын
Cool explanation.
@aadityaa.
@aadityaa. 3 жыл бұрын
Thank you sir...
@abhiruphazra4444
@abhiruphazra4444 4 жыл бұрын
you are amazing sir, love from kolkata. machine learning videos please sir
@n028ankitkumarsoni7
@n028ankitkumarsoni7 4 жыл бұрын
Python made easy...
@piyushtiwari14
@piyushtiwari14 4 жыл бұрын
On KZbin i have learnt more than my school can teach me 😂😂😂😂😂😂
@Jonathan-xe4ec
@Jonathan-xe4ec 4 жыл бұрын
I have a post graduate diploma in Artificial Intelligence from NIELIT Calicut, and I don't have any idea how lambda functions work. And I am looking for tutorials on youtube.
@saddamahmad2310
@saddamahmad2310 6 жыл бұрын
thank you very much sir for this video
@Super_Sayan_Broley
@Super_Sayan_Broley 4 жыл бұрын
Sir It was a good video but I believe that in lambda function we got to have parameter first (not argument), I mean that’s what I learned. I may be wrong since I am an electrical engineer who has just started learning programming since past 1 month😅 so my apologies if I was wrong and correct me if so
@taggy9117
@taggy9117 2 жыл бұрын
Parameter and argument mean the same thing as said by Navin sir in previous videos too
@shreyagawali7539
@shreyagawali7539 2 жыл бұрын
Why we called it as anonymous? Because f is use as a function name and It is used in program means it has function name.
@nishubansal1766
@nishubansal1766 5 жыл бұрын
You explained it well sir!!!
@BhumikaShukla-wz4km
@BhumikaShukla-wz4km Ай бұрын
Sir could you please explain that again B'coz of I'm not able to understand why here you use colon " : " and also explain why here we use lambda behalf of function ? I really appreciate your efforts sir 😊
@vladi1475S
@vladi1475S 3 жыл бұрын
You will always get a 👍 from me. :) Thank you for the videos!
@ashok_ign5623
@ashok_ign5623 5 жыл бұрын
Thank you so much sir i m really enjoy your videos
@vishnumistry6007
@vishnumistry6007 6 жыл бұрын
Hi Sir, am very huge fan of you, Is there any chance to get Scala tutorials as well?
@brandm5176
@brandm5176 4 жыл бұрын
Awesome!
@shubhamn2690
@shubhamn2690 6 жыл бұрын
Make a complete series of Django tutorials please.
@orpat007
@orpat007 2 жыл бұрын
You are awesome!
@abhishekjaiswal3821
@abhishekjaiswal3821 4 жыл бұрын
awesome sir
@MrKrishnalovesyou
@MrKrishnalovesyou 5 жыл бұрын
Great job sir many thanks...
@ganeshmane
@ganeshmane 4 жыл бұрын
Thank you
@vinodhkumar2156
@vinodhkumar2156 4 жыл бұрын
Thank you !!
@MauriceWilliams
@MauriceWilliams 4 жыл бұрын
I know that you explained it well but programming goes over my head.
@saunaknandi1814
@saunaknandi1814 4 жыл бұрын
hey if u guys like his teaching then why u guys dont bother to hit like on his videoes. see the views and likes
@EagleXproyT
@EagleXproyT 4 жыл бұрын
which software do u use for recording and editing ?
@rasoighar1982
@rasoighar1982 4 жыл бұрын
hi lambda function works like inline function in c++?
@nvishnusai1724
@nvishnusai1724 4 жыл бұрын
Sir, can u pls tell me what role does 'Return' keyword will play
@rajamoulimallareddy2373
@rajamoulimallareddy2373 4 жыл бұрын
Program to concatenate two strings using recursion
@vaibhavvishwanath5040
@vaibhavvishwanath5040 4 жыл бұрын
Hey could make a video to explain random module and the random.seed concept
@yash1152
@yash1152 2 жыл бұрын
0:43 uhh, increase font size 🙄
@IMDash_freak002
@IMDash_freak002 Жыл бұрын
Lambda is useless object I guess because function is for multiple uses and reduce the codes maybe we can use variables like A = 10 B = A*A Print(B)
@pavanjain2178
@pavanjain2178 6 жыл бұрын
awesome sir
@melvinlonappan8170
@melvinlonappan8170 5 жыл бұрын
thank you
#43 Python Tutorial for Beginners | Filter Map Reduce
11:34
Telusko
Рет қаралды 590 М.
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 2,9 МЛН
Elza love to eat chiken🍗⚡ #dog #pets
00:17
ElzaDog
Рет қаралды 22 МЛН
#40 Python Tutorial for Beginners | Recursion
5:43
Telusko
Рет қаралды 597 М.
5 Good Python Habits
17:35
Indently
Рет қаралды 595 М.
Python Lambda Functions??
4:30
b001
Рет қаралды 194 М.
#44 Python Tutorial for Beginners | Decorators
7:33
Telusko
Рет қаралды 610 М.
ANONYMOUS FUNCTIONS (LAMBDA) - PYTHON PROGRAMMING
7:03
Sundeep Saradhi Kanthety
Рет қаралды 64 М.
Python lambda λ
5:21
Bro Code
Рет қаралды 38 М.
Python Lambda Functions Explained
8:07
Tech With Tim
Рет қаралды 38 М.
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН