Learn Python OOP in under 20 Minutes

preview_player
Показать описание
In this video we're going to be learning the fundamentals of OOP (Object Oriented Programming) in Python.

▶ Become job-ready with Python:

▶ Follow me on Instagram:

00:00 Learning Python made simple
00:05 Intro
00:56 Classes
03:01 Initialisers
04:56 Self
06:22 Methods
11:26 Dunder methods
17:01 Conclusion
Рекомендации по теме
Комментарии
Автор

Actually camelCase starts with a lower case letter. Class names are in PascalCase,

susieoneil
Автор

This topic should include a follow-up at least on class inheritance.

drknis
Автор

You could do a part 2 where you explain inheritance and other OOP concepts applied in Python.

vinesnts
Автор

Great video !!! i was learning basics then got confused about OOP but this video cleared my confusion out.

Skubidi-qyhb
Автор

Your videos are amazing. Very well structured and clear, thank you!

yoyoiziah
Автор

You sometimes do not clearly differentiate between the class and the instance. You say 'class' a few times when you meant 'instance'

eeshtarr
Автор

Could you perhaps cover classes and GUI's, like PyQt6 or TK?
How might one structure a class with widget connections and event handling?


Thanks for the educational videos.
Great work

ferggill
Автор

Primeira vez que eu vi uma explicação do que é "self" que eu entendi. Já vi vários vídeos sobre class e parece que os instrutores sempre tem preguiça de explicar e só dizem "a, tem que colocar isso aí, se preocupa não". Obrigado! 😁😁

canewizard
Автор

Great videos with clear expectations thank, please explain classmethods and decorators .

huseynxayyati
Автор

Helpful tutorial! Crystal clear. Please continue!

MrNess
Автор

6th one, I have been following your tutorial, I love how you make it easy to learn classes for real

NedTrevor
Автор

I would like to understand Inversion of control or Dependency injection from python

dhilip
Автор

This is very helpful, we need more like this!

twilightop
Автор

Coming from c, what do i need to unlearn to understand python

dimmudimmu
Автор

If I were you, I would use enums in the power rating section.

kadircalloglu
Автор

Beautiful... BTW when thou said Initializer ... thou meant constructor ? And how do we know what return type to give functions ? like when to use None and when to use "Str".

KumR
Автор

Is the infromtaion (like brand, power_rating) private like in C#? Do you also need to have get and set methods for the information to use it outside the class?

Anat
Автор

Let's be honest, python object oriented programming is POOP

sorenschultz
Автор

Great videos with clear expectations thank, please explain classmethods and decorators .

huseynxayyati