#50 Python Tutorial for Beginners | __init__ method

  Рет қаралды 683,120

Telusko

Telusko

Күн бұрын

Пікірлер: 434
@tejaswibhargava8745
@tejaswibhargava8745 2 жыл бұрын
Irony is, I was taking a Udemy course on python and I was having trouble understanding a few concepts so I quickly looked up for telusko learning and Bingo!! I have my doubts cleared. Thanks a lot Sir.. you are one of the best educators out there.
@kirthiraaj
@kirthiraaj Жыл бұрын
Sameee!!!
@vggamingcentre5506
@vggamingcentre5506 Жыл бұрын
😂same
@zabirahmed3536
@zabirahmed3536 5 ай бұрын
Same!!
@danielpilotta5988
@danielpilotta5988 5 жыл бұрын
After months of not understanding my teacher's explanations, I finally understood what this piece of code actually does! Thank you very much!!!
@mnschannel6237
@mnschannel6237 6 жыл бұрын
You just cleared all my doubts which my teacher couldn't.you're teaching is amazing.
@ranjitkashid1999
@ranjitkashid1999 4 жыл бұрын
Your tutorials are really informative and to the point. You have packed concepts in the very short video but you are explaining them in-depth without missing a bit. You are a really amazing teacher and programmer. Thanks a lot for sharing this on KZbin.
@Adks007
@Adks007 5 жыл бұрын
How do you make things look simpler? I would like to really appreciate the editing work you have put in to make your videos. You are really a passionate man. Love from United States.
@thepotato5468
@thepotato5468 4 жыл бұрын
Literally searched for hours trying to understand and this explained it in minutes. Thanks!
@AkhilKumar-bj7yd
@AkhilKumar-bj7yd 5 жыл бұрын
I have searched alot about initializer..eventhough in paid websites cant gave perfect concept...But u gaved...absolutely legend..thank u sir
@Kig_Ama
@Kig_Ama 4 жыл бұрын
What do u excatly mean by paid websites?
@muhammadreyaaz808
@muhammadreyaaz808 4 жыл бұрын
@@Kig_Ama udemy lol
@Kig_Ama
@Kig_Ama 4 жыл бұрын
@@muhammadreyaaz808 Oh, I c, ty
@parasar1980
@parasar1980 4 жыл бұрын
*gave gaved ain't a word...
@Bloodair
@Bloodair 5 жыл бұрын
Finally someone explained self properly
@piyushpranjal1837
@piyushpranjal1837 3 жыл бұрын
Exactly bro, got the exact reason behind the self keyword. Till yet i am just thinking that it is just used for binding the values for an object but now i get it that "gangadhar he shaktiman hai"
@ricy802
@ricy802 6 жыл бұрын
I have to thank you. I was watching another series on Python and was stuck on Classes. This video and your previous video really cleared up when I can use self.attribute when I want to reference attributes when inside my class and when I need to reference the object when it has been created outside of the class. I will have to run through your other videos to sure up my knowledge. I will definitely be back.
@zakiasmaa6834
@zakiasmaa6834 4 ай бұрын
Thank you so much for your clear and simple explanations! Python can be a bit overwhelming at times, but you make it so much easier to understand. Your teaching style is amazing, and I really appreciate all the effort you put into your videos. Keep up the great work!
@haanjihaan8768
@haanjihaan8768 4 жыл бұрын
Sir , give some assignment problem so that what we are learning can be understand better
@alexmckinley79
@alexmckinley79 Жыл бұрын
I've been struggling with this for months. Finally, after this video, I think I understand. Thank you!
@amarnathbr3420
@amarnathbr3420 6 жыл бұрын
Brother Superga Explain chesnavu. Chaala Help ayyindi. Great Work! Thank You :)
@feagy
@feagy 3 жыл бұрын
After reading so many coments till now on each videos , that how they faced many difficulties to learn concept in prog , i m feeling very lucky that i started learning programming for the very 1st time and i got u sir....reallyy u r blessing for us and blessing in disguise for many students ....realy u educate us jai hind 🇮🇳 🇮🇳 🇮🇳 🇮🇳 🇮🇳 🇮🇳
@MrABhitechq
@MrABhitechq 4 жыл бұрын
i can see that u enjoy teaching and at the same time u make it fun. It's so easy to follow even for a person with a non-technical background. Never knew trickiest parts can be made this simple. Thanks again for such engaging video.
@danielkamau8436
@danielkamau8436 4 жыл бұрын
A nice class.....as a starter in software engineering, understanding why we are using __init__ has been chaotic, thanks to you Mr Navin, the confusion ending drastically and dynamically....love you pop and flow us with you, and in a way telling us his thing isn't "hard but just unfamiliar"
@mrdypk4830
@mrdypk4830 5 жыл бұрын
AWESOME SIR G... this may be the first ever tutorial series on youtube that i'll be watch first time completely... thank you...
@marjun9631
@marjun9631 4 жыл бұрын
last video was awesome and i practiced it like this way: class manifest(): def man(self): global a global b a=int(input("a value:")) b=int(input("b value:")) c=a+b print('sum is-------->',c) def man2(self): c=a-b if a
@SUma-br8bh
@SUma-br8bh 4 жыл бұрын
Osom man,nizz effort
@utkarshagrawal851
@utkarshagrawal851 5 жыл бұрын
One sentence:- Telusko ki Jai. Amazing man. Thank you
@danieldoff6489
@danieldoff6489 5 жыл бұрын
Thank you, amazing and easy explanation. "If you can't explain it simply, you don't understand it well enough." Albert Einstein
@nonalcoho
@nonalcoho 3 жыл бұрын
The most amazing video explaining the init method ever. Thank you so much
@talhatayyab6422
@talhatayyab6422 4 жыл бұрын
One of the best videos on self and OOP concept. Thank you Sir!
@albertolondonolondono4404
@albertolondonolondono4404 3 жыл бұрын
you are the man fratello mio....didn't understand a thing from my professor, you showed me the way
@ammyguy
@ammyguy Жыл бұрын
Brilliantly concepts are cleared.... I have never watched such explaination.... Great Job. Thanks
@anshiksharma1515
@anshiksharma1515 4 жыл бұрын
Hi Navin..I m not a coding guy and have been struggling to understand concept of "Self" ..You explained it very well..thank you...
@vivek3861
@vivek3861 6 жыл бұрын
6:27 , Yes, i really enjoyed it sir. Great, keep going sir and also very cool style of explanation.
@Renee11123
@Renee11123 3 жыл бұрын
Wow, you made understanding classes, init, Self, and variables so much simpler. I'm going from feeling lost to understanding this topic on such a deeper level. As someone new to this I needed all the help I can find. Thank you for such a good paced and passionate lesson!
@poojaupadhye340
@poojaupadhye340 Жыл бұрын
I m learning python first time from Navin sir ..I didn’t work in python but I feel some part is really easy n some part is not that much easy to understand.what to do ?
@ayushipandey
@ayushipandey 2 жыл бұрын
Great Explanation. You explain difficult concepts very easily. Thanks a ton!
@Dabbl1ng
@Dabbl1ng 2 жыл бұрын
Thanks, this is the first video where I actually understood what's going on here.
@GarrettMarkScott
@GarrettMarkScott 5 жыл бұрын
Thank you! It would be nice to see a long 'real' case scenario at the end because for a beginner such as myself it is hard to understand why I'd use __init__ vs. more simplistic variable/print assignments.
@ashwenkumar
@ashwenkumar 4 жыл бұрын
In real time scenario u use init to put methods inside it like closing a connection with a DB or similar kind of it .. basically it closed the connection after you have established connection and extracted records ..remember to position init at right place
@Anarchristian_Beanz
@Anarchristian_Beanz 4 жыл бұрын
This is probably the fourth video I've watched on __init__ alone but this this is the first one I've felt like I understood it. I'm still hazy so I need to go practice it but you cleared up a lot of confusion on your own.
@priyanshusaxena7157
@priyanshusaxena7157 4 жыл бұрын
My teacher takes reference from your videos!!!
@shashikantchaudhary3542
@shashikantchaudhary3542 6 жыл бұрын
I don't know why some people dislike such an informative video.
@Seftehandle
@Seftehandle 2 жыл бұрын
I started reading 2 books to unserstand methods error and it was not until I found this video that everything started making bit more sense. You sir a revelation.
@harishkodarapu2224
@harishkodarapu2224 4 жыл бұрын
Wah..!! Wonderful explanation of classes. I have been working with Python from the past 1 year and I always avoided "classes" as I was not comfortable with it, due to lack of proper understanding. Now that I have understood the concept properly, I will go and start using Classes now. I have clearly understood now by watching the vdos 49 ad 50. Channel name should have been "Correct ga telusko" ;-)
@yann5489
@yann5489 5 жыл бұрын
Thanks a lot this is not a trash quality tutorial with an uninterpretable Hindi accent but a well-made tutorial, many thanks!
@sindhubasavanna1927
@sindhubasavanna1927 6 жыл бұрын
Concept is little different from java when it comes to variable assignment. Great explanation. Thanks a ton
@dr.shreyas123
@dr.shreyas123 4 жыл бұрын
You have god gifted skill of teaching. 🙏
@dhruvrawat2561
@dhruvrawat2561 4 жыл бұрын
You are a very good teacher
@shubhamkoshti260
@shubhamkoshti260 4 жыл бұрын
It took me to watch thrice, but i understood everything atlast. Great explanation 🙌
@julietscholar
@julietscholar Жыл бұрын
You are getting half of my salary, when i get job with this python skill. You are a wonderful teacher.. Thanks alot
@onlypivot
@onlypivot 5 жыл бұрын
for i in range(0,2000): print("thank you navin sir")
@jkhasizada
@jkhasizada 5 жыл бұрын
creativee
@gigadrian12
@gigadrian12 4 жыл бұрын
Why not use while (AmazingTeacher = True) haha
@anuragsharma4246
@anuragsharma4246 3 жыл бұрын
Amazing content, very clear and to the point. One recommendation for anyone feeling that tutor speaks too fast (I felt the same). I watched the video at 0.75 playback speed and it helped.
@jayanthganguru6913
@jayanthganguru6913 5 жыл бұрын
Superb sir😍😍.. great teaching no words..keep doing more videos
@sirharis7462
@sirharis7462 4 жыл бұрын
Excellent explication, episode #49, #50 and #51 make it so easy to understand this confusing concept.
@durgesh1227
@durgesh1227 4 жыл бұрын
Sir your teaching is just awesome. Feels good to learn from someone like u
@aroshanifernando9153
@aroshanifernando9153 4 жыл бұрын
This is a really good explanation. Now OOP in python is crystal clear for me. Thanks...
@kartikbaderiya7323
@kartikbaderiya7323 5 жыл бұрын
thanks sir thank you so much for explainig me this concept i had tried very much videos but can't find the right approach, but you made it, love you sir we need the teachers like you many more sir thanks thanks thanks thanks for the precious help sir, you are giving that amount of precious knowledge for free sir proud of you sir, love you😍😍😍😍😍😍
@ShahrukhKhan-yy2so
@ShahrukhKhan-yy2so 4 жыл бұрын
You have the ability to make tough stuff as simple as it can be Thankyou so much sir 🙏
@shinebaka5696
@shinebaka5696 4 жыл бұрын
He is really doing an awesome job. Thank you man!!
@ranjeetjagadale4033
@ranjeetjagadale4033 4 жыл бұрын
So Nice teaching beginner definitely become expert Thank you.......
@chinmayjain1257
@chinmayjain1257 5 жыл бұрын
you are teaching amazing the best thing is you are telling all neccessary points in very less amount of time
@MoneyMotivation663
@MoneyMotivation663 5 жыл бұрын
Just watched this episode, I really appreciate the effort you have put-in this video. Thank you so much for all the awesome videos
@franzbiberkopf9179
@franzbiberkopf9179 4 жыл бұрын
Love the Indian accent. Greetings from Italy!
@ajaybhandari9215
@ajaybhandari9215 4 жыл бұрын
u know what i was just scrolling down in comments for my query and saw your comment and then i wasted my like an hour finding in utube ...why indian accent seems to be funny ...and guess what i didnt find anything...lolzz
@shyamananth
@shyamananth 6 жыл бұрын
Wonderful video... What a clear explanation... You really rock KZbin.. And Thanks for going out of your way to teach us Python here..
@badalkumar4775
@badalkumar4775 4 жыл бұрын
I was in so much doubt related to classes and objects in python. Thanks for clearing it.
@rohanram7197
@rohanram7197 5 жыл бұрын
Absolute legend sir !!!❣️
@sanjaykumarbm8948
@sanjaykumarbm8948 2 жыл бұрын
OMG!!!! I wish I knew that init method and self had so much of detailing.. Amazing explaination 😎🥳
@shivaprasadmallikarjunaiah3751
@shivaprasadmallikarjunaiah3751 Жыл бұрын
I ♥ Python because.... Navin Reddy is teaching Python😀😀 What else can I say, this is tutorial #50, I have come so far only because of his way of teaching in understandable manner and kept it interesting.
@daminiamin7118
@daminiamin7118 6 жыл бұрын
You are Superb, Thanks for making such helpful videos and everything is perfect in your video(concept, minutes)
@mahakjaiswal8194
@mahakjaiswal8194 2 ай бұрын
It was really very helpful. I'm really impressed, he has taught it very simply and made it easy to understand. Thanks a lot Sir😊
@felixroy269
@felixroy269 2 жыл бұрын
Best concise explaination ever💝❤️
@kingswaddy2436
@kingswaddy2436 4 жыл бұрын
search any thing u wanna learn in python in net and all u get is rubbish . this guy explains it so well.
@bhushanadhikari6844
@bhushanadhikari6844 4 жыл бұрын
I am 11 I like programming and when I watch videos from Navin sir : 1. It boosts my confidence for coding . 2. I understand it in seconds . If you feel same leave a like 👇
@medhananjay9099
@medhananjay9099 4 жыл бұрын
your teaching technique is amazing !!
@akashpoudel571
@akashpoudel571 5 жыл бұрын
sir for a fresher things are different......yet if we keep repeating its so interesting to learn from your teaching
@vakhariyajay2224
@vakhariyajay2224 2 жыл бұрын
Thank you very much. You are a genius.
@vinces.9990
@vinces.9990 5 жыл бұрын
Nobody has ever explained it so clearly.
@hemrajnigaah6981
@hemrajnigaah6981 5 жыл бұрын
Sir your teaching style is awsum......thnqs a lott. I am not from IT backround. But you made it very easy.
@vkp111
@vkp111 5 жыл бұрын
A parameter is a variable in a method definition. When a method is called, the arguments are the data you pass into the method's parameters. Parameter is variable in the declaration of function. Argument is the actual value of this variable that gets passed to function.
@srushtiagarwal2748
@srushtiagarwal2748 5 жыл бұрын
yess!!! i understood self clearly. thank a lot Navin sir.😃your Python playlist is amazing!
@OwaisKhan-no6vv
@OwaisKhan-no6vv 6 жыл бұрын
Wonderful tutorials, concise, to the point, preserving the required flow of the topics.
@balireddyyerabham331
@balireddyyerabham331 4 жыл бұрын
good job teaching wish you well i am learning python well
@shivaniSingh25110
@shivaniSingh25110 5 жыл бұрын
the best part of you teaching is "how you connect small-small dots to show bigger picture "
@tanaypandit7262
@tanaypandit7262 10 ай бұрын
Great Video. Love from Paraguay 🤩🤩🤩
@abdussamad9399
@abdussamad9399 4 жыл бұрын
This is the best explanation i have ever had. Thanks a lot.
@karthiktu2796
@karthiktu2796 4 жыл бұрын
While True: print('Thank you navin sir')
@niteshsoni2282
@niteshsoni2282 2 жыл бұрын
best...sir.....best teacher.
@akarshls687
@akarshls687 5 жыл бұрын
Awesome Explanation.......u are absolutely superb......
@rohanmalik2910
@rohanmalik2910 4 жыл бұрын
an difficult topic covered with ease.. thank you so much sir..!!
@dffhhfhdifh
@dffhhfhdifh 3 жыл бұрын
Thankyou so much for such awesome tuotorial❤It helped me alot.Stay blessed
@aanchalsharma5264
@aanchalsharma5264 5 жыл бұрын
Great teacher on earth..🙏🙏
@lukskywaker
@lukskywaker 3 жыл бұрын
Very well expiained. Your videos are excellent in terms of content and design... thank you.
@sarthakhaldar9107
@sarthakhaldar9107 5 жыл бұрын
aap programming ka to top notch tutorial banate ho. life ko acche lead karne ka bhi tutorial bana do
@solaisairamrm9089
@solaisairamrm9089 4 жыл бұрын
really awesome bro,ur teaching is just so clear bro, its just easy to understand
@swamygoskula1785
@swamygoskula1785 4 жыл бұрын
i love your way of explanation really great mentor
@msrahman2010
@msrahman2010 4 жыл бұрын
Good presentation on self and __init__ method.
@scienfish
@scienfish 4 жыл бұрын
best explanation I've found. Thanks!
@jairaj9614
@jairaj9614 4 жыл бұрын
Thanks a lot telusko...you have proven very helpful for me in this lockdown
@shakermaker19
@shakermaker19 6 жыл бұрын
This is a great explanation. I had spent days struggling with the self and init concepts. Thanks.
@harshsoni4414
@harshsoni4414 5 жыл бұрын
5:50 surprize is incapsulation.
@manaspatil4316
@manaspatil4316 3 жыл бұрын
6:01 its Encapsulation -> Binding data with methods :)
@ajaykumar-cu6ve
@ajaykumar-cu6ve 4 жыл бұрын
a best way of teaching and best explanation of all topics . i started learn python from your videos and till now i am feeling relaxed about the python. thank you :)
@dibinantonyjose
@dibinantonyjose 6 жыл бұрын
Wonderful Explanation
@adthn
@adthn 4 жыл бұрын
Sir.......your videos r very helpful !! thankyou so much for this explanation...the way u explain stuff is priceless.... and it's a bit late but i've subscribed :)
@dhamayanthidevikumaramanga4578
@dhamayanthidevikumaramanga4578 Жыл бұрын
Your explanation is awesome.
@rishitadwivedi5528
@rishitadwivedi5528 4 жыл бұрын
great explanation sir
@bharathreddy6208
@bharathreddy6208 5 жыл бұрын
At 3: 12 why is same statements consecutive to each other. I mean "in init" be the first line and second line should be "i5, 16gb, 1tb". Please clarify ??
@ronikdedhia1080
@ronikdedhia1080 4 жыл бұрын
no, it does not work that way. Constructors are executed as soon as the object is made. In the code, two objects are created, then two methods are called, so first "in init", and the individual properties.
@chessbd
@chessbd 2 жыл бұрын
I need more practice to absorb these. Thanks for the video! it rocks
@easydatascience2508
@easydatascience2508 Жыл бұрын
See mine too. The channel has both Python an R playlist, with detailed explanation step by step arranged by sections.
@venkatasandeep5917
@venkatasandeep5917 3 жыл бұрын
every time i watch telusko learnings videos, i wanted to comment whats missingin the videos but, i am failing i cant find a single flaw in the video even in animations. ThankYou sir
@harshitlamba155
@harshitlamba155 3 жыл бұрын
Hi, that was precisely explained. Just one clarification - when we create an instance, self is passed in init(). That would mean first an empty instance must be getting created somewhere, and then that instance is being passed in init(), where the statements within init() are executed. Please let me know if this understanding is correct as without an instance, what would you pass in init's self argument?
#49 Python Tutorial for Beginners | Class and Object
11:01
Telusko
Рет қаралды 859 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Intermediate Python Tutorial: How to Use the __init__.py File
6:22
Eric O Meehan
Рет қаралды 147 М.
Please Master This MAGIC Python Feature... 🪄
25:10
Tech With Tim
Рет қаралды 108 М.
Let's code a beginner Python BANKING PROGRAM 💰
15:01
Bro Code
Рет қаралды 320 М.
#63 Python Tutorial for Beginners | Exception Handling
15:59
Telusko
Рет қаралды 543 М.
OOP in Python | Object Oriented Programming
1:45:19
Telusko
Рет қаралды 1,8 МЛН
Python Object Oriented Programming (OOP) - For Beginners
53:06
Tech With Tim
Рет қаралды 3,5 МЛН
Python Tutorial for Beginners - Learn Python in 5 Hours [FULL COURSE]
5:31:30
TechWorld with Nana
Рет қаралды 6 МЛН
Self and __init__() method in Python | Python Tutorials for Beginners #lec86
17:46
Python Full Course for free 🐍
12:00:00
Bro Code
Рет қаралды 20 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19