Maam i have seen your complete dsa playlist and i have started this one .. we are literally blessed to have a teacher like hats off to your work and dedication with all respect.🙌🙇♂🙏.
Hello mam. Well and good explanation. I watched full C programming language. Now I am learning python language.. I liked Your way of teaching and then very understandable. Hats of you
Thank you madam for bringing next video so fast. I think my comment is 1st. You teach very nice, concept becomes clear. I know you are giving it for free. But still i will ask you to start sql series please with interview questions 😊
class CarDesign: msg = "this is my own class i can create as many objects as i want" Obj1 = CarDesign() Obj2 = CarDesign() print(Obj1.msg) print(Obj2.msg) print(type(Obj1)) print(type(Obj2))
Maam i have seen your complete dsa playlist and i have started this one .. we are literally blessed to have a teacher like hats off to your work and dedication with all respect.🙌🙇♂🙏.
class CarDesign:
pass
obj1=CarDesign()
obj2=CarDesign()
print(type(obj1))
print(type(obj2))
Function
The topic i was waiting ❤ OOP
well understood,
❤❤❤Love from Sri Lanka 🇱🇰
Hi ma'am, recently started your python playlist and I really love how you explain the concepts..thank you so much ❤️
awesome, But this video make me easy to learn classes and objects in python
ruclips.net/video/z900tWL1OUI/видео.html
Even though I bought udemy class. I am learning python through Jenny.
I don't know how to thank you mam ...
Hello mam. Well and good explanation. I watched full C programming language. Now I am learning python language.. I liked Your way of teaching and then very understandable. Hats of you
Wonderful lectures mam. I love the way you teach that can be understood very well by everyone❤❤
Homework 16:08
Solution :
class CarDesign:
pass
car_1 = CarDesign()
car_2 = CarDesign()
Right.....right
Thank you madam for bringing next video so fast. I think my comment is 1st. You teach very nice, concept becomes clear. I know you are giving it for free. But still i will ask you to start sql series please with interview questions 😊
Even i am looking for it
Thank you so much for sharing the knowledge in simple words
awesome, But this video make me easy to learn classes and objects in python
ruclips.net/video/z900tWL1OUI/видео.html
Thank you putting all the efforts and explaining it with a ease mam .
Class CarDesign:
Passs
cardesign_1=CarDesign ()
cardesign_2=CarDesign ()
passs nehi pass
@@foodwithkalai
Typing mistake
Iddli example is perfect 😂 5:37
Thank you Mam.
please further explain the terms camel case, snake case and pascal case
She already explained bro.
I know that you are handle everything but interview season come in August so please provide regular videos
Hi mam big fan of your classes so beautiful ❤️
Thank you
Dil aagya yar mem par
thank you mam
Nice explanation 🔥
thanks mam
Loves from Kerala ❣️
class CarDesign:
pass
c1 = CarDesign()
c2 = CarDesign()
How many more videos it take to complete this course?mam
When you start to create video on series C#'.net core,MVC,api...?🥺
Mam notes link doesn’t opened mam could u pls send me all the python lectures notes in one pdf pls mam it’s very important for me pls mam
Mam ur explanation are very useful to us 😊
class CarDesign:
pass
instructor_1 = CarDesign()
instructor_2 = CarDesign()
print(type(instructor_1))
print(type(instructor_2))
class CarDesign:
pass
Design_1 = CarDesign()
Design_2 = CarDesign()
class CarDesign:
pass
car1 = CarDesign()
car2 = CarDesign()
print(type(car1))
print(type(car2))
Madam if possible please do a video on Git and Github madam it will be helpful to us ..and Thank you madam
Class CarDesign:
Pass
Shift_1=CarDesign()
Shift_2=Car design()
Ma'am could you do a video general aptitude test and how to crack it
class CarDesign:
pass
print(type(obj1)) #prints the i.e user defied data type
obj1=CarDesign()
obj2=CarDesign() # is this correct madam
Mam pls start DSA in python practically from scratch
class intstructor:
pass
designer = intstructor()
editor = intstructor()
print(type(designer))
print(type(editor))
Thank you for clear explanation
Aree ham tho class ka leya nhai app ka leya ata hai /in English/ we not come to clarify our doubt but we come here to see an beautiful lecturer...🥰
Hindi :- Itna bhi sach nahi bolna tha bhai 😂.
English :- Didn't to tell the truth as much brother 😂.
@@redartist9941 yeah mafi bhaiya mafi in English forgive me bro
🤣
class CarDesign:
pass
car1=CarDesign
car2=CarDesign
print(type(car1))
print(type(car1))
class CarDesign:
pass
sports_car= CarDesign()
carrr=CarDesign()
class CarDesign:
pass
a=CarDesign()
b=CarDesign()
Class CarDesign:
Pass
A1=CarDesign()
A2=CarDesign()
class CarDesign:
pass
car_1 = CarDesign()
car_2 = CarDesign()
Assignment
#!/usr/bin/python3
class CarDesign:# a class
pass
car_one = CarDesign() # an object
car_two = CarDesign()
85✅
class CarDesign:
pass
Hyundai1=CarDesign()
Hyundai2=CarDesign()
lass Car_Assignment:
pass
Car_Assigbment1=Car_Assignment
YoursCar=Car_Assignment
print(YoursCar)
class CarDesign():
name="Maruti Sezuki"
name=CarDesign()
print(type(name))
class car:
pass
o1=car()
o2=car()
hi mam, please can you suggest me any company providing free Python Crash Course.
tittle case
mam owns a creta
Mam ap kaha pr rahate ho please batavo mai ofline sikana chahata hu meri please madat karo😭😭😭😭😭😭🙏🙏🙏🙏🙏🙏
mam you have linkedin account
Mam oriented c ke sare program de do
Idly is always right 😂
Mine is 1st view , 1st comment 😂
Where are u from
❤I like you ❤️
Camel case
Maam please provide the notes also🫶🏻
Ans :
class CarDesign :
pass
lamborghini = CarDesign( )
limo = CarDesign( )
Ab hum apki dkhe ki board ko yhi smjh nh ata
The name jayanthi is more beautiful than jenny
Ok
Mam are you married
Hindi mai pdao firse python
class CarDesign:
msg = "this is my own class i can create as many objects as i want"
Obj1 = CarDesign()
Obj2 = CarDesign()
print(Obj1.msg)
print(Obj2.msg)
print(type(Obj1))
print(type(Obj2))
class CarDesign:
pass
car1 = CarDesign()
car2 = CarDesign()
print(type(car1))
print(type(car2))
class CarDesign:
pass
ins1 = CarDesign ()
ins2 = CarDesign ()
class CarDesign:
pass
card_design1 = CarDesign()
card_design2 = CarDesign()
class CarDesign:
pass
modern_design=CarDesign()
classical_design=CarDesign()
class CarDesign :
pass
car1=CarDesign()
car2=CarDesign()
Ab hum apki dkhe ki board ko yhi smjh nh ata
class CarDesign:
pass
car1 = CarDesign()
car2 = CarDesign()
class CarDesign:
pass
design_1=CarDesign()
design_2=CarDesign()
print(type(design_2))
class CarDesign:
pass
car1=CarDesign()
car2=CarDesign()