25:00-->28:00 Classes and objects 29:15-->30:30 What are Object literals 42:20-->47:00What are constructor 1:10:20-->1:13:30 Functions vs Methods 1:14:15-->1:17:45 Class Diagram 1:41:35-->1:42:50What is self😂 1:44:30-->1:45:20 why self with class attributes. 1:22:00-->1:29:00 When to use constructor 1:18:00-->1:22:00 What are magic methods?
I don't know who is best teacher on RUclips but when i started watching your videos since 15 day's I understand that no one is better than you because your teaching style is so unique like khan sir u know ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤🙏🙏🙏❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
00:10 Introduction to Object Oriented Programming 04:21 Discussion on memory level and inheritance concept 11:12 Importance of understanding OOP through practical examples 13:19 Creating world applications with specificity 18:00 Class, Object, Real World Applications 20:12 Classes and Objects definition 25:58 Class and object basics in OOP 28:20 Classes are sets of rules blueprints that Objects follow 32:46 Understanding the importance of proper naming conventions and class structure 35:15 Explaining the constructor usage in creating variables inside a class. 39:31 Creating a menu function in a Class for ATM functionalities 42:16 Constructor is a special function with a super power 47:50 Creating a function to handle user input and manage balance 50:56 Creating and Changing PIN in ATM Flow 57:46 Implementing the withdrawal functionality in an ATM simulation 1:02:13 Understanding the process of user authentication and transaction in an OOP scenario 1:08:51 Understand the key differences between methods and functions 1:11:13 Distinguish between functions and methods 1:17:28 Understanding magic methods in OOP 1:20:37 Importance and benefits of using a constructor 1:26:31 Understanding Constructors in Object-Oriented Programming 1:28:41 Constructors in Python cannot be renamed 1:34:35 Golden Rule of Object-Oriented Programming 1:37:09 Understanding 'self' as an object in Python 1:42:43 Understanding the concept of Class & Object in Object-Oriented Programming 1:45:26 Creating a fraction data type in Python 1:51:16 Understanding parameterized constructors in OOP 1:54:15 Understanding the magic of objects in Python 1:59:54 Adding two fraction objects in Python 2:03:04 Understanding the basics of creating classes and objects in Python. 2:08:18 Creating a geometry library using Python 2:11:02 Creating custom data types in OOP Crafted by Merlin AI.
Gajab..! bhot sahi explain kiya hai..etna bar pdha tha har bar bhool jata tha constructor ka kam kya hai..like english me ratte marte vaise..but aaj ke abd kabhi bhulung nahiconstructor krta kya hai..! thanks
Honestly speaking after seeing this video ,I am more interestes in what I am doing ...and the free contents are the best and not available anywhere in the world..I would like to return you this favour someday🔥
Although I am not a computer science student , but the way you explain things, i am understanding it clearly. Thank you. CampusX for your knowledge sharing.
👍. Very comprehensive explanation of everything. I really like the way you explain. Will definitely watch all the other OOPs videos and later will join the mentorship program. Thank you again CampusX.
hi, uu have done a great job. This was a wonderful session. i was struggling to understand the python deeper but this has made me understand a little deeper.
Jaldi sikhalo….. lagata hai Nitish sir ko bhi jaldi hi unacademy ka 1000 cr ka offer and wala hai…. Thank you sir for efforts taken for this lectures….
2:07:00 anybody please tell me one thing that, python ko kaise pta chalega ki fr1*fr2 pe multiply hi karna hai, vo add ya sub pe bhi ja sakta hai. Python ko kaise pta chalega ki kis expression ko dekh ke kis function pe jana hai?
In addition in denumerator we take lcm of both the denumerator Sir ne jo btaya wo sare fraction ke addition ke liye true nhi hoga na ? Anyone please explain
functions independent hai from objects orr methods dependents hai objects par ,, par questions hai iski jarurat bhi kya hai dono perfom to same kaam hi hai, isse kya fark padta hai ye method hai function ??? iska difference clear ho gya par logic samjh nhi aya. my own understanding about function vs method, apart from difference. function(verb): 'functionality' of the pen(here pen treated as instrument) is writing on paper. method(noun): To design a pen(here pen treated the pen as an object) there could be different 'methods'. This may be a reason to call the function a method in oop by the developers, but I could be wrong.
Hi Nitish.. a variable can be created outside of the __init__, what are those variables and how can that be used while calling that class. Shall we create such variables?
If we are working on google colab, then after some time it get disconnected from runtime, so we have to run each time again. Is there any solution that notebook don't get disconnect. Sir please reply. Your answer will help me a lot. Thank you! 🙏
sir you have really put your great effort to understand us such type of critical concept you have tought us each and every concept from scratch or deeply so I am very very thankfull of you , my name is also nitish sir ji from uttar pradesh district bulandshahr . thank you so much my dear big brother
Hi Team, i am facing the error, and when i execute the code my kernel will get crash in jupyter notebook as well as in google collab... kindly suggest me
SIr ek he dil hai , kitni baar jitogey
Ek hi comment kitne jagah karoge bhai 😂❤❤
@@Commentroster5646 🤣🤣
144
25:00-->28:00 Classes and objects
29:15-->30:30 What are Object literals
42:20-->47:00What are constructor
1:10:20-->1:13:30 Functions vs Methods
1:14:15-->1:17:45 Class Diagram
1:41:35-->1:42:50What is self😂
1:44:30-->1:45:20 why self with class attributes.
1:22:00-->1:29:00 When to use constructor
1:18:00-->1:22:00 What are magic methods?
I don't know who is best teacher on RUclips but when i started watching your videos since 15 day's I understand that no one is better than you because your teaching style is so unique like khan sir u know ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤🙏🙏🙏❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
100% agreeed
I get a lot of new knowledge in OOP ❤ Thanks you Sir ❤
From Pakistan
Amazing.... you are also a constructor (Magic Man)
00:10 Introduction to Object Oriented Programming
04:21 Discussion on memory level and inheritance concept
11:12 Importance of understanding OOP through practical examples
13:19 Creating world applications with specificity
18:00 Class, Object, Real World Applications
20:12 Classes and Objects definition
25:58 Class and object basics in OOP
28:20 Classes are sets of rules blueprints that Objects follow
32:46 Understanding the importance of proper naming conventions and class structure
35:15 Explaining the constructor usage in creating variables inside a class.
39:31 Creating a menu function in a Class for ATM functionalities
42:16 Constructor is a special function with a super power
47:50 Creating a function to handle user input and manage balance
50:56 Creating and Changing PIN in ATM Flow
57:46 Implementing the withdrawal functionality in an ATM simulation
1:02:13 Understanding the process of user authentication and transaction in an OOP scenario
1:08:51 Understand the key differences between methods and functions
1:11:13 Distinguish between functions and methods
1:17:28 Understanding magic methods in OOP
1:20:37 Importance and benefits of using a constructor
1:26:31 Understanding Constructors in Object-Oriented Programming
1:28:41 Constructors in Python cannot be renamed
1:34:35 Golden Rule of Object-Oriented Programming
1:37:09 Understanding 'self' as an object in Python
1:42:43 Understanding the concept of Class & Object in Object-Oriented Programming
1:45:26 Creating a fraction data type in Python
1:51:16 Understanding parameterized constructors in OOP
1:54:15 Understanding the magic of objects in Python
1:59:54 Adding two fraction objects in Python
2:03:04 Understanding the basics of creating classes and objects in Python.
2:08:18 Creating a geometry library using Python
2:11:02 Creating custom data types in OOP
Crafted by Merlin AI.
You're by far the best teacher. Please keep doing what you're doing. This was a great session!
Top Notch Quality!!!
Thank you brother
sir, first I was fearing to study oop, but now I can do something .. thank you sir
Best video on OOP. Thankyou!
This is by far the best explanation I have seen with respect to the self parameter
your way of explaining is awesome . this was a great session. thank you sir
Excellent...super..Great explanation. Thank you, for this video.
Gajab..! bhot sahi explain kiya hai..etna bar pdha tha har bar bhool jata tha constructor ka kam kya hai..like english me ratte marte vaise..but aaj ke abd kabhi bhulung nahiconstructor krta kya hai..! thanks
Sir your way of explaining is very brilliant👍
Sirji, you are truly altruistic and a gift to this world!
Very well explained, thank you very much Guruji!!
U are the best teacher😊
Great Video...I am doing revision for Data Science and your videos helping me a lot...
It was a great class for OOP in Python.
Best teacher❤❤ Nobody can explain oops better than him.
Honestly speaking after seeing this video ,I am more interestes in what I am doing ...and the free contents are the best and not available anywhere in the world..I would like to return you this favour someday🔥
one of the best explanation i never see
sir please make a video on python data structure.....please🙏🙏
Self ka explanation itne aache se pehele baar dekha thank you sir
Although I am not a computer science student , but the way you explain things, i am understanding it clearly. Thank you. CampusX for your knowledge sharing.
👍. Very comprehensive explanation of everything. I really like the way you explain. Will definitely watch all the other OOPs videos and later will join the mentorship program.
Thank you again CampusX.
1:46:42 Create fraction data type using OOP restart at 1:51:34
Best Tutor , i have seen so far on youtube
Sir really we are very very greatfull to you
Amazing . Thank you sir
The best teacher....Stay Blessed sir
waaa!!!kya baat he majaa agaya lec dekh ke😃
No Big Studio, No Expensive Microphone, No advertisement , He shares only pure knowledge
Amazing class . Thank you sir !
hi, uu have done a great job. This was a wonderful session. i was struggling to understand the python deeper but this has made me understand a little deeper.
best one , easily explained
Thanks sir that type of good lectures for us.
Thank you so much for your efforts sir 😊
@campus X - Please make a series on DSA also.
Jaldi sikhalo….. lagata hai Nitish sir ko bhi jaldi hi unacademy ka 1000 cr ka offer and wala hai….
Thank you sir for efforts taken for this lectures….
very simply explained!
It gives me new perspective...thank you sir...
01:22:00 More on the Constructor method
kitna excellent pdate h yrr e sir....he clears all pity pity concepts
Great!!
Superb OOPs concepts in python
Very well explained sir.
Amazing
dammm , best lecture on oops in youtube
Your videos are amazing!!
very useful class sir. your patience and clarity is amazing.Thank you
Very nice session sir...
♥️♥️ awesome explaining
mazaa aagya sir iss class mai : )
I attending this session and It is completely worth it session, you are awesome sirr.
nice
1:31:20 more on self
Thank you so much Sir
Bht hard
2:07:00 anybody please tell me one thing that, python ko kaise pta chalega ki fr1*fr2 pe multiply hi karna hai, vo add ya sub pe bhi ja sakta hai.
Python ko kaise pta chalega ki kis expression ko dekh ke kis function pe jana hai?
* is internally tied up with __mul__ magic method
@@campusx-official ok,
and I think same is for +, -, and ÷
By the way your way of explaining things is very good.
Thanks
In addition in denumerator we take lcm of both the denumerator
Sir ne jo btaya wo sare fraction ke addition ke liye true nhi hoga na ?
Anyone please explain
Love you sir best class
🎉sir best
gangadhar hi shaktiman hai samaj me aagya sir
Maybe the best....🛐
Super
🔥🔥
great
sir , my output is not giving option again to reenter the details.
mzaa aaya
BTW == best teacher in the world
You are genius
I'm looking for study partner.. For data science... R u interestes let me know
@@arundhatiroy666 hi, even I am looking for a study partner
I am interested
16:10 define oop
sir ye attriibute kya hota hai?
Love u sir😘😘😘
omg 🫡u are great sir ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
sir Django hoga kya this series mai?
No. Flask hoga
Yr best sb daikho
functions independent hai from objects orr methods dependents hai objects par ,, par questions hai iski jarurat bhi kya hai dono perfom to same kaam hi hai, isse kya fark padta hai ye method hai function ??? iska difference clear ho gya par logic samjh nhi aya.
my own understanding about function vs method, apart from difference.
function(verb): 'functionality' of the pen(here pen treated as instrument) is writing on paper.
method(noun): To design a pen(here pen treated the pen as an object) there could be different 'methods'.
This may be a reason to call the function a method in oop by the developers, but I could be wrong.
thanks a lot sir
Sir, Constructor kab use karna hota hai aur methods kab use karne hote?
Sir how we add more than 2 objects,mul,div etc thanks
Hi Nitish.. a variable can be created outside of the __init__, what are those variables and how can that be used while calling that class. Shall we create such variables?
Where is the interview session
thnx uh sir
If we are working on google colab, then after some time it get disconnected from runtime, so we have to run each time again. Is there any solution that notebook don't get disconnect. Sir please reply. Your answer will help me a lot. Thank you! 🙏
😍😍
Sir pls tell me, these python data science lectures can help me in data engineer?
ye if __name__ = main() kya hota hai
When will start oop in pyton
sir you have really put your great effort to understand us such type of critical concept
you have tought us each and every concept from scratch or deeply so I am very very thankfull of you , my name is also nitish sir ji from uttar pradesh district bulandshahr . thank you so much my dear big brother
wonderful explanation.. I have seen lot of videos on OOPs but this video have bypassed all the paid course as well. Thank you so much Nitish Sir
Can we build function for user_input=input( enter ur pin ) code
aisw porao toh samajhu kaise ?
sir ji aap kab data analyst se relate video la rahe he ..
what about the task?
Check website
is this ppt available???
sir whenever i write this atm class code my kernal was crashed
For a long time now I have cleared all my doubts about self, object, class, and functions.
Hi Team, i am facing the error, and when i execute the code my kernel will get crash in jupyter notebook as well as in google collab... kindly suggest me
same problem , I am facing in colab .