Tutorial 21- Python OOPS Tutorial- Classes, Variables, Methods and Objects

preview_player
Показать описание
Please join as a member in my channel to get additional benefits like materials in Data Science, live streaming for Members and many more
In this we will understand about the OOPS Tutorial and how to create classes using Python

Connect with me here:

If you like music support my brother's channel

Please do support my channel

Buy the Best book of Machine Learning, Deep Learning with python sklearn and tensorflow from below
amazon url:

You can buy my book on Finance with Machine Learning and Deep Learning from the below url

Subscribe my unboxing Channel

Below are the various playlist created on ML,Data Science and Deep Learning. Please subscribe and support the channel. Happy Learning!

You can buy my book on Finance with Machine Learning and Deep Learning from the below url

🙏🙏🙏🙏🙏🙏🙏🙏
YOU JUST NEED TO DO
3 THINGS to support my channel
LIKE
SHARE
&
SUBSCRIBE
TO MY YOUTUBE CHANNEL
Рекомендации по теме
Комментарии
Автор

one of the best explanations of classes I've ever seen. And I've seen many, trust me! Thank you very much!

CristiVladZ
Автор

What a great journey of learning Python with Mr. Krish Naik.
Thank you very much sir.

boubeniamohamed
Автор

I came here from a GA Python Class to understand what is this all about and this was pretty nicely simply explained here. Thanks mate

hedejan
Автор

Jhoot nhi bolunga bhai sahab Zindagi me phli baar oops smjh aaya h . Thank you krish sir. Sir apki mehnat ka fal dekho ki 365+ likes and zero dislikes..🔥🔥

ekanshmishra
Автор

Hi Krish. At the end of this video, you are talking about uploading another video on Inheritance. But the next video(in this playlist) talks about univariate analysis. Request you to please upload the video on Inheritance as a part of the OOP tutorial

KetakiVaidya
Автор

Great sir I watched vedios on classes from many chanels multiple times and saw this one without much hope but it was great explanation understood the very basic

jasonbourn
Автор

finally I understood self keyword use properly thanks krish your teaching awesome

saifuddinbharmal
Автор

I was try this in multiple way..really I enjoyed it...Tq krish..❤❤❤

indirajithkv
Автор

Hi Krish, the concepts are explained wonderfully in this video. Needless to say, nice work at your end. Are you also planning to upload another video for other OOPS concepts including Inheritance?

rohitdewakar
Автор

Hello Krish, sir, you are doing great work I am following your ml playlist and I am too lazy I just watch your 6 to 10 videos and I figure out you are using .formate() method for formatting string please use "f string" those are fun to use. if you already use f strings in your videos so I apologize for this.

farazahmed
Автор

Excellent video !! Most simple explanation

vysakhkailas
Автор

Thanks Krish. That was best and simple explanation of classes and constructors.

jaikishank
Автор

Thanku so much for an awesome video. Ur channel has really great videos.

sneharj
Автор

Hi krish please upload some more videos on oops

deepakreddy
Автор

here in the car class attributes
why is it
def __init__(self, window, door, enginetype):

self.windows=window
self.doors=door
self.enginetypes=enginetype

and not
def __init__(self, windows, doors, enginetypes):
self.windows=window
self.doors=door
self.enginetypes=enginetype

rohitpant
Автор

Thanks a lot sir for providing this informative session...And do you know i have youtube in my mobile only for u :)

aakashss
Автор

if "__init__" restricts the properties, how am I able to add "car1.engine" after defining "__init__" which has no "engine" property?

DeepjyotiDeb
Автор

Does data Science required DBMS knowledge as well? if we required SQL(database) knowledge which one we have to learn MSSQL or MYSQL or oracle database ??

vinaybh
Автор

What if we do not use self keyword in method or in the class?

Nitsoney
Автор

I got an error while executing your code
" TypeError
in <module>
1 car1=car(4, 5, "petrol")

TypeError: car() takes no arguments"

This is shown in my jupyter notebook

soorya_k