Classes and Objects in Python | OOP in Python | Python for Beginners

  Рет қаралды 118,851

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

Пікірлер: 88
@amiteshpandey6618
@amiteshpandey6618 10 ай бұрын
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.🙌🙇‍♂🙏.
@ritikpatel6520
@ritikpatel6520 Жыл бұрын
class CarDesign: pass obj1=CarDesign() obj2=CarDesign() print(type(obj1)) print(type(obj2))
@VishwashBhusal
@VishwashBhusal 6 ай бұрын
Function
@preethas5695
@preethas5695 9 ай бұрын
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
@aishwaryagandhi1878
@aishwaryagandhi1878 Жыл бұрын
Homework 16:08 Solution : class CarDesign: pass car_1 = CarDesign() car_2 = CarDesign()
@Ganeshkumaruppiretla
@Ganeshkumaruppiretla Жыл бұрын
class CarDesign: pass Design_1 = CarDesign() Design_2 = CarDesign()
@randouser403
@randouser403 Жыл бұрын
Hi ma'am, recently started your python playlist and I really love how you explain the concepts..thank you so much ❤️
@ovinondontoall
@ovinondontoall 10 ай бұрын
awesome, But this video make me easy to learn classes and objects in python kzbin.info/www/bejne/sGqTYaeNgZaCi6s
@enejivik
@enejivik Жыл бұрын
class intstructor: pass designer = intstructor() editor = intstructor() print(type(designer)) print(type(editor))
@mishaari_rasheed
@mishaari_rasheed Жыл бұрын
well understood, ❤❤❤Love from Sri Lanka 🇱🇰
@bigman4766
@bigman4766 Жыл бұрын
The topic i was waiting ❤ OOP
@swathinetheti3720
@swathinetheti3720 Жыл бұрын
Wonderful lectures mam. I love the way you teach that can be understood very well by everyone❤❤
@tejashwiniteju7807
@tejashwiniteju7807 Жыл бұрын
Even though I bought udemy class. I am learning python through Jenny. I don't know how to thank you mam ...
@vaibhavpatharkar6794
@vaibhavpatharkar6794 Жыл бұрын
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 😊
@tharshankumarkb6048
@tharshankumarkb6048 Жыл бұрын
Even i am looking for it
@prateekrawat3648
@prateekrawat3648 Жыл бұрын
Thank you so much for sharing the knowledge in simple words
@ovinondontoall
@ovinondontoall 10 ай бұрын
awesome, But this video make me easy to learn classes and objects in python kzbin.info/www/bejne/sGqTYaeNgZaCi6s
@SatyalekhyaDsln
@SatyalekhyaDsln 8 ай бұрын
Thank you putting all the efforts and explaining it with a ease mam .
@susmitagirase3993
@susmitagirase3993 Жыл бұрын
Class CarDesign: Passs cardesign_1=CarDesign () cardesign_2=CarDesign ()
@foodwithkalai
@foodwithkalai Жыл бұрын
passs nehi pass
@susmitagirase3993
@susmitagirase3993 Жыл бұрын
@@foodwithkalai Typing mistake
@vaibhavpatharkar6794
@vaibhavpatharkar6794 Жыл бұрын
Iddli example is perfect 😂 5:37
@AccRajendranagar
@AccRajendranagar Жыл бұрын
Right.....right
@badmashito4059
@badmashito4059 Жыл бұрын
class CarDesign: pass c1 = CarDesign() c2 = CarDesign()
@AmjidProgrammer
@AmjidProgrammer 7 ай бұрын
please further explain the terms camel case, snake case and pascal case
@jjjmemes420
@jjjmemes420 6 ай бұрын
She already explained bro.
@sairajchigullapally8100
@sairajchigullapally8100 Жыл бұрын
Hi mam big fan of your classes so beautiful ❤️
@_savaliyasagar_
@_savaliyasagar_ 9 ай бұрын
Dil aagya yar mem par
@ece4-66anitha9
@ece4-66anitha9 Жыл бұрын
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
@user_shivshakti_1111
@user_shivshakti_1111 Жыл бұрын
Thank you Mam.
@aryyann05
@aryyann05 4 ай бұрын
class CarDesign: pass car1 = CarDesign() car2 = CarDesign() print(type(car1)) print(type(car2))
@futureboy8034
@futureboy8034 Жыл бұрын
I know that you are handle everything but interview season come in August so please provide regular videos
@baratammanojkumar8410
@baratammanojkumar8410 7 ай бұрын
Class CarDesign: Pass Shift_1=CarDesign() Shift_2=Car design()
@koteshkashaboina
@koteshkashaboina Жыл бұрын
Nice explanation 🔥
@UnknownUnknown-y3k
@UnknownUnknown-y3k 11 ай бұрын
class CarDesign: pass print(type(obj1)) #prints the i.e user defied data type obj1=CarDesign() obj2=CarDesign() # is this correct madam
@NasarNasar-cv5dd
@NasarNasar-cv5dd Жыл бұрын
Loves from Kerala ❣️
@nandanah2083
@nandanah2083 Жыл бұрын
class CarDesign: pass a=CarDesign() b=CarDesign()
@nagamanickam6604
@nagamanickam6604 8 ай бұрын
Thank you
@shahrukhchaus0000
@shahrukhchaus0000 Жыл бұрын
When you start to create video on series C#'.net core,MVC,api...?🥺
@pavankumarhari343
@pavankumarhari343 4 ай бұрын
Class CarDesign: Pass A1=CarDesign() A2=CarDesign()
@mannemyadav4935
@mannemyadav4935 Жыл бұрын
Mam ur explanation are very useful to us 😊
@VancedLogin
@VancedLogin 10 ай бұрын
thank you mam
@amnaazmy2729
@amnaazmy2729 Жыл бұрын
class CarDesign: pass car_1 = CarDesign() car_2 = CarDesign()
@dabilover444
@dabilover444 Жыл бұрын
class CarDesign: pass sports_car= CarDesign() carrr=CarDesign()
@shivakrishna_varma9658
@shivakrishna_varma9658 3 ай бұрын
class CarDesign: pass car1=CarDesign car2=CarDesign print(type(car1)) print(type(car1))
@avenger1898
@avenger1898 20 күн бұрын
Madam if possible please do a video on Git and Github madam it will be helpful to us ..and Thank you madam
@Gaznavie
@Gaznavie Жыл бұрын
class CarDesign: pass instructor_1 = CarDesign() instructor_2 = CarDesign() print(type(instructor_1)) print(type(instructor_2))
@boinidipushpalatha5750
@boinidipushpalatha5750 Жыл бұрын
How many more videos it take to complete this course?mam
@Yourcodingfriendsaruk
@Yourcodingfriendsaruk 11 ай бұрын
thanks mam
@ChillakuruMahan
@ChillakuruMahan 11 ай бұрын
class CarDesign: pass Hyundai1=CarDesign() Hyundai2=CarDesign()
@avenger1898
@avenger1898 20 күн бұрын
class car: pass o1=car() o2=car()
@karthiksgowda5994
@karthiksgowda5994 3 ай бұрын
Mam pls start DSA in python practically from scratch
@SankerPAMIDIMARRI
@SankerPAMIDIMARRI 10 ай бұрын
lass Car_Assignment: pass Car_Assigbment1=Car_Assignment YoursCar=Car_Assignment print(YoursCar)
@athulmnair1677
@athulmnair1677 Жыл бұрын
Ma'am could you do a video general aptitude test and how to crack it
@flipdruid
@flipdruid 8 ай бұрын
Thank you for clear explanation
@shiv_gourav
@shiv_gourav 5 ай бұрын
85✅
@shreyashkoulkar3072
@shreyashkoulkar3072 Жыл бұрын
Mam ap kaha pr rahate ho please batavo mai ofline sikana chahata hu meri please madat karo😭😭😭😭😭😭🙏🙏🙏🙏🙏🙏
@fitnessbyVishnu
@fitnessbyVishnu Жыл бұрын
Mam oriented c ke sare program de do
@srinuthenewrevolution8725
@srinuthenewrevolution8725 4 ай бұрын
Idly is always right 😂
@puneethnaika
@puneethnaika 10 ай бұрын
tittle case
@yrulookinghere509
@yrulookinghere509 10 ай бұрын
mam owns a creta
@maitrikatti4143
@maitrikatti4143 Жыл бұрын
hi mam, please can you suggest me any company providing free Python Crash Course.
@sirivennelaGutha-rl7qh
@sirivennelaGutha-rl7qh 7 ай бұрын
mam you have linkedin account
@vaibhavpatharkar6794
@vaibhavpatharkar6794 Жыл бұрын
Mine is 1st view , 1st comment 😂
@mohammadshakeelahamad5367
@mohammadshakeelahamad5367 Ай бұрын
Camel case
@sumitseervi2065
@sumitseervi2065 Жыл бұрын
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...🥰
@redartist9941
@redartist9941 Жыл бұрын
Hindi :- Itna bhi sach nahi bolna tha bhai 😂. English :- Didn't to tell the truth as much brother 😂.
@sumitseervi2065
@sumitseervi2065 Жыл бұрын
@@redartist9941 yeah mafi bhaiya mafi in English forgive me bro
@redartist9941
@redartist9941 Жыл бұрын
🤣
@nameislarto
@nameislarto 5 ай бұрын
Maam please provide the notes also🫶🏻
@cobbyanimics
@cobbyanimics Жыл бұрын
Assignment #!/usr/bin/python3 class CarDesign:# a class pass car_one = CarDesign() # an object car_two = CarDesign()
@Unknown.genderallah
@Unknown.genderallah Жыл бұрын
Where are u from
@chanchalkumari3413
@chanchalkumari3413 Жыл бұрын
Ans : class CarDesign : pass lamborghini = CarDesign( ) limo = CarDesign( )
@khanbhadur4355
@khanbhadur4355 8 ай бұрын
❤I like you ❤️
@mrfreak18
@mrfreak18 Жыл бұрын
Ab hum apki dkhe ki board ko yhi smjh nh ata
@venkatr2307
@venkatr2307 Жыл бұрын
The name jayanthi is more beautiful than jenny
@mohammaedpervejnoufil
@mohammaedpervejnoufil Ай бұрын
Ok
@PrinceTewatia001
@PrinceTewatia001 10 ай бұрын
Hindi mai pdao firse python
@dsc40sundar18
@dsc40sundar18 Жыл бұрын
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))
@PassiveUser-fc6qd
@PassiveUser-fc6qd 4 ай бұрын
class CarDesign: pass car1 = CarDesign() car2 = CarDesign() print(type(car1)) print(type(car2))
@TSMohanKumar
@TSMohanKumar 2 ай бұрын
class CarDesign: pass ins1 = CarDesign () ins2 = CarDesign ()
@devSackey
@devSackey Жыл бұрын
class CarDesign: pass card_design1 = CarDesign() card_design2 = CarDesign()
@muneebbolo
@muneebbolo 9 ай бұрын
class CarDesign: pass modern_design=CarDesign() classical_design=CarDesign()
@Kanna0604
@Kanna0604 5 ай бұрын
class CarDesign : pass car1=CarDesign() car2=CarDesign()
@mrfreak18
@mrfreak18 Жыл бұрын
Ab hum apki dkhe ki board ko yhi smjh nh ata
@binaryNomad_yt
@binaryNomad_yt 3 ай бұрын
class CarDesign: pass car1 = CarDesign() car2 = CarDesign()
@shriyaverma7610
@shriyaverma7610 2 ай бұрын
class CarDesign: pass design_1=CarDesign() design_2=CarDesign() print(type(design_2))
@ManishaMick-kw9pb
@ManishaMick-kw9pb 18 сағат бұрын
class CarDesign: pass car1=CarDesign() car2=CarDesign()
Self and __init__() method in Python | Python Tutorials for Beginners #lec86
17:46
OOP in Python | Object Oriented Programming | Python for Beginners #lec84
22:24
Jenny's Lectures CS IT
Рет қаралды 148 М.
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
Learn Python OOP in under 20 Minutes
18:32
Indently
Рет қаралды 157 М.
Inheritance in Python | Python Tutorials for Beginners #lec89
27:20
Jenny's Lectures CS IT
Рет қаралды 94 М.
Python Object Oriented Programming Full Course 🐍
2:05:50
Bro Code
Рет қаралды 92 М.
OOPS in Python | Python Mastery Ep-44 | code io - Tamil
20:43
code io - Tamil
Рет қаралды 21 М.
Python Object Oriented Programming (OOP) - For Beginners
53:06
Tech With Tim
Рет қаралды 3,5 МЛН