Understanding classes and object-oriented programming [Python Tutorial]

Поділитися
Вставка
  • Опубліковано 29 тра 2024
  • A tutorial about classes and object-oriented programming. I will cover everything you need to create classes, use dunder methods, simple and complex inheritance and how to work with classes and connect objects.
    If you want to support me: / clearcode
    (You also get lots of perks)
    Social stuff:
    Twitter - / clear_coder
    Discord - / discord
    Timestamps:
    0:00:00 - Intro
    0:16:23 - Class Intro
    0:29:00 - Dunder methods
    0:45:16 - Class Deep dive
    0:58:44 - Classes and scope
    1:13:22 - Simple inheritance
    1:35:54 - Complex inheritance
    1:55:53 - Extra parts
    Github:
    github.com/clear-code-project...
    Pastebin:
    intro - pastebin.com/uwRrP25a
    dunder - pastebin.com/WahhZzcw
    deep dive - pastebin.com/PAU47WdC
    scope - pastebin.com/k240AUHB
    simple inheritance - pastebin.com/HmJx37vj
    complex inheritance - pastebin.com/4HHpmUke
    extra - pastebin.com/jxiUFZ5K

КОМЕНТАРІ • 162

  • @salvadorramirez3379
    @salvadorramirez3379 2 роки тому +152

    Amazing and clear tutorial, thanks for taking the time to explain in detail, it help me better understand some concepts I though I knew, thank you

    • @Wer-zo8mb
      @Wer-zo8mb Рік тому +3

      hmmm... that was gay. Good

    • @cheeseburgerinvr
      @cheeseburgerinvr Рік тому +1

      Aw hell naw bro paid 500 bucks for a free tutorial wad da hail

    • @_Wrayor
      @_Wrayor Рік тому +8

      @@cheeseburgerinvr that is mexican dollar = 0.05 USD => 500MX$ = 10U$D. so don't worry brother it's not a big amount.

    • @arseniyfilippov2275
      @arseniyfilippov2275 Рік тому +3

      ​@@_Wrayor 500 pesos are like 25 bucks

    • @62nichols94
      @62nichols94 Рік тому +1

      @@cheeseburgerinvri mean if you make the money why worry? I wish I can spend without looking so my goal is to be very good at programming the thing I love to do.

  • @AmitYadav-jp5uz
    @AmitYadav-jp5uz 18 днів тому +1

    Such an underrated video.
    Rooting for you, I'm sure this will get viral som day.

  • @Oldwhpsian
    @Oldwhpsian 2 роки тому +15

    When your mind gets completely blown 53:00, realizing that you can take a feature from one object and literally pass it to another! Super powerful. And amazing content!

  • @vincentshapland7250
    @vincentshapland7250 3 місяці тому +2

    I watch so many videos to understand the concept of "self". This is only one where it has actually been explained properly. Thank you!

  • @RoGeorgeRoGeorge
    @RoGeorgeRoGeorge 2 роки тому +17

    New skill unlocked: OOP
    THANK YOU!!!
    This is the best Python OOP I've ever read or seen. I was stuck in procedural programming style for decades (software is not my profession). With procedural programming it always felt like hitting a wall when writing bigger programs. I've tried switching to OOP a few times before, and failed.
    Followed your tutorial over the last two days, did the exercises, and now it finally all makes sense. You helped me to step to the next level, and I'm very grateful for that, thank you!
    :o)

  • @aaaaaaaaaaaaa333
    @aaaaaaaaaaaaa333 11 місяців тому +7

    i think its one of the best oop guides for begginers out there. Very good visual explanation, people often forget that begginers have no clue what is going on and any form of visual explanation(other than code obviously) is extremely helpful

  • @michaelwallace9461
    @michaelwallace9461 Рік тому +12

    I am just learning classes and oop in python. I am just about coping but this has helped a lot. I love how you introduced classes without immediately using 'self'

  • @riittap9121
    @riittap9121 5 місяців тому +4

    I'm half way through my Bacherlor-studies in CS and since I didn't get a goold hold of OOP in the beginning of my studies, at this point I am really getting in difficulties as the programs get bigger. I was already wondering if I need to go through the programming excercices for the first Python classes all over again. But 30 minutes into this video I'm already seeing that pieces of information on objects and classes are starting to organize in my brains and everything is starting to make sense. This video fills nicely all the gaps I have in my understanding and also clears out all the misconceptions that I've had. Excellent work!

  • @kevinkim9309
    @kevinkim9309 Рік тому +2

    Came here to learn about OOP because CS50 didn't really do it for me at first. Cleared everything, and unlocked OOP completely. Thank you so much.

  • @jimrudolph1023
    @jimrudolph1023 2 дні тому

    This tutorial was extremely helpful! I tackled the Zelda python tutorial before this one, and I wish I had done this first. I understand so much more about classes and inheritance thanks to this video.

  • @yourdad8228
    @yourdad8228 2 роки тому +8

    Your content is always fantastic. Sharing this with a few friends who are just getting started!

  • @bartekrymsza7507
    @bartekrymsza7507 Рік тому

    Thank you so much. This has been very clear and comprehensible. Your tutorials are always of such high quality, and it's incredible that you decide to post them for everyone to see. Please keep up the great work!

  • @matrixtoogood5601
    @matrixtoogood5601 2 роки тому +8

    Thank you, I asked for this video. Thank you for doing it! I would love a follow up on SOLID principles and design patterns.

  • @droptozro
    @droptozro Рік тому +4

    That "Class Deep Dive" section was really helpful. I don't know why I've not seen that explained yet. You're helping to actually connect so much more under the hood than I've really seen yet. I will review that part again and again to make sure it's driven in.

  • @luischirre8353
    @luischirre8353 2 роки тому +3

    Really thank you for this very clean explanation. I´ve just started with OOP on my class and this helped me a lot to understand it. Thank you for helping with your videos, you encourage me to keep programming and learn new stuff.

  • @droptozro
    @droptozro Рік тому +10

    I'm only about 45 mins in and so far this has been way more understandable than anything else I've worked with yet in a college course. Thank you thank you. I will keep reviewing and listening because I'm determined to understand this subject more.

  • @ajejebrazor4936
    @ajejebrazor4936 8 місяців тому +1

    This was amazing! Extra clear and mind-blowing. Thank you for your time and dedication

  • @xyzxyz6095
    @xyzxyz6095 Рік тому

    Thank you for ClearCode explained classes. Man , you have the pedagogical gift !!! Thank you for your generosity for sharing your methods with the rest of the world. Be Blessed and Salutations from France.

  • @user-wv2bi7lh9k
    @user-wv2bi7lh9k 9 місяців тому

    This helped me a lot with making my own games, well done!. Nice clarity and simplicity for really helpful teachings!.

  • @mpuugatyronevictor1031
    @mpuugatyronevictor1031 2 роки тому +2

    Literally getting setting up coding environment to continue learning basics , "notification pops up" just what i needed!

  • @GeorgeKer
    @GeorgeKer Рік тому

    Nice clarity and simplicity for really helpful teachings!

  • @user-mu5cv1kl9w
    @user-mu5cv1kl9w 4 місяці тому

    thank so much, I can't stress how helpful this video was, you managed to explain te concepts behind the OOP and not just show how to write a code. so again thanks a lot.

  • @fishsayhelo9872
    @fishsayhelo9872 2 роки тому +14

    Keep the good content up, mate! we all appreciate it. Even after a while of programming, I always learn something new from your videos. Thanks!

  • @kanlin2501
    @kanlin2501 2 роки тому +1

    Many tutorial did not explain the self part as clearly as you, now I finally understands thanks!

  • @darrenlefcoe
    @darrenlefcoe 8 місяців тому

    Having coded and using classes for many years. And having made video's myself (welcome to watch them). I can say that this video is a very clear and good explanation !!

  • @Tsukasa1929
    @Tsukasa1929 Рік тому

    Thanks for the video, really helpful, finally someone that explains OOP with real use, I was always clueless how to work with classes, every video just explains the same over and over with out showing real examples, thanks x1000

  • @hawkise
    @hawkise 2 роки тому +1

    Run into your channel a few days ago to learn pygame. I thought i should learn more about classes and boom - your video is out. You are awesome)

  • @shivamkumarjha7589
    @shivamkumarjha7589 3 місяці тому

    Discovered your UA-cam channel yesterday through a video on Python's OOP concepts. Found it incredibly informative and easy to understand. Thank you for your commendable work! Just noticed there haven't been any uploads for months. Really appreciate your efforts though! 😊😊

  • @Diminisheds
    @Diminisheds 7 місяців тому

    Thank you for this amazing teaching, this lecture is very simple and clear.

  • @bidam224
    @bidam224 3 місяці тому

    This is an amazing tutorial man. The best one I found in internet. Thanks a lot!

  • @LookNumber9
    @LookNumber9 2 роки тому

    Beautifully explained! Thank you.

  • @powergolf3982
    @powergolf3982 Рік тому

    Amazing teacher. Thank you so much for helping me understand.

  • @abhishikkarmakar
    @abhishikkarmakar Місяць тому

    loved the video thanks for the clear explanations

  • @danielswearson1360
    @danielswearson1360 Рік тому

    This helped me a lot with making my own games, well done!

  • @GoodnessReverts
    @GoodnessReverts Рік тому

    Thank you bro for amazing video and knowledge. Superb !!

  • @DuDu-jb1di
    @DuDu-jb1di Місяць тому

    Thank you! It's really helpful!

  • @ADiTI-bs9yf
    @ADiTI-bs9yf 6 місяців тому

    Clear and understandable
    I appreciate your efforts :)

  • @user-kt5ww7eq6c
    @user-kt5ww7eq6c 2 місяці тому

    Good graces, this is some quality training!

  • @andriantorosyan6028
    @andriantorosyan6028 2 роки тому +1

    Keep making videos.
    Your work is top!

  • @vncoolestguy
    @vncoolestguy Рік тому

    Awesome tutorial, finish watching this in 2 days :)

  • @abdulhalimabdullahi9907
    @abdulhalimabdullahi9907 4 місяці тому

    It’s crazy to me that this youtube course is far better than the udemy course that i paid for, thank you man, i really appreciated ❤

  • @shadJkE
    @shadJkE 2 роки тому

    thank you so much for clearly understand how it works❤

  • @sonu-jangir
    @sonu-jangir 9 місяців тому

    Thank you very much for this helpful video...🎉❤

  • @peenoos
    @peenoos Рік тому

    another one man gotta love your style!

  • @gualdim
    @gualdim Рік тому

    Just brilliant!!! Thank you man!

  • @Ashok-qx4kr
    @Ashok-qx4kr 2 роки тому

    great tutorial, thank you for sharing.

  • @gabymaymo8482
    @gabymaymo8482 2 роки тому

    So Great , usefull and clear. All you need.

  • @matthewronderos7428
    @matthewronderos7428 Рік тому

    thank you for taking the time to make this video

  • @HowToLinux
    @HowToLinux 2 роки тому +3

    Really Really good and easy understandable video. Thank you

  • @AtticusColdfield
    @AtticusColdfield Рік тому

    Beautiful. Thank you!

  • @fentech1535
    @fentech1535 2 роки тому +2

    OMG, the video just i need today

  • @evantobias4557
    @evantobias4557 2 роки тому

    Thank you Just the Video I needed

  • @realMenta
    @realMenta 2 роки тому +1

    Amazing tutorial.

  • @ukrainian333
    @ukrainian333 Рік тому

    The best Python OOP explanation ever!

  • @elbaymammadyarov8120
    @elbaymammadyarov8120 Рік тому

    As a gaming fan this tutorial hit everything right on point for me!

  • @yigitmadak552
    @yigitmadak552 2 роки тому +1

    Thank you, these things you just explained perhaps introduction to programming. However always looked down by other instructors or explained very quickly so you have to literally memorize not to learn..

  • @jakobsalomonsson1368
    @jakobsalomonsson1368 Рік тому

    Amazing. Thanks a lot!

  • @hugoc6486
    @hugoc6486 Місяць тому

    very well explained!!!!!!!

  • @PhuongPham-vb6fn
    @PhuongPham-vb6fn 2 роки тому

    Really helpfull. Thank You!

  • @tunaocal4480
    @tunaocal4480 2 роки тому +2

    you are awesome keep it up💪

  • @verdrehteseele8525
    @verdrehteseele8525 2 роки тому +1

    A tutorial from the best!

  • @Oldwhpsian
    @Oldwhpsian 2 роки тому

    This is some TOP quality education!

  • @kerimdemir275
    @kerimdemir275 Рік тому

    you always just come in time when I dropped the hole of "errr but!" great content buddy

  • @NgJunEn
    @NgJunEn 6 місяців тому

    This video made me understand OOP, Thank You!

  • @Jordan-tr3fn
    @Jordan-tr3fn 10 місяців тому

    really well explained

  • @sunmaitamang6160
    @sunmaitamang6160 Рік тому

    Generally, I do not comment too much bur just wanna say it is the best explaination

  • @HIDDENADHD
    @HIDDENADHD 11 місяців тому

    THIS WAS GREAT!!

  • @samperry8386
    @samperry8386 Рік тому

    You have a clear voice and the way you explain things is well thought out. Thank you

  • @KatinhoseTuelhinhos
    @KatinhoseTuelhinhos 2 роки тому +1

    Thank you so much for this amazing video. Your explanation is amazing, the pacing is perfect and your voice is very soothing. The small jokes u make (like cant spell monster correctly) are funny, i end up laughing and learning something.
    OOP always made me a bit uneasy but Im feeling way more confident now :)
    Keep up the amazing work.

  • @mansfieldj.pokana7720
    @mansfieldj.pokana7720 Місяць тому

    Thanks you. Now I understand..

  • @Aat8974
    @Aat8974 2 роки тому +2

    Isn't the self parameter pointing to object itself ? Why it's pointing to the class

    • @ClearCode
      @ClearCode  2 роки тому +2

      I meant object, sorry

  • @patmckinnely3956
    @patmckinnely3956 6 місяців тому

    Thank you!!!

  • @TheCotang
    @TheCotang Рік тому

    Thanks!

  • @vaibhavkrishna3227
    @vaibhavkrishna3227 2 роки тому

    you are the best teacher......

  • @BoriQ
    @BoriQ Рік тому +1

    Thank you very much! This tutorial helps me understand concepts like an inheritance that I was struggling with. I would like to know if there is any webpage where one can practice this level of exercises if anyone knows, thanks in advance!👍

  • @K5RTO
    @K5RTO 2 роки тому

    thank you

  • @jacobsola3521
    @jacobsola3521 Рік тому

    best tutorial

  • @dimka1699
    @dimka1699 Рік тому

    Thank you very much! This is the only tutorial which finally helped me to figure out how OOP works! Awesome🤩

  • @johnb6714
    @johnb6714 2 роки тому +1

    I really appreciate your tutorials. I watch them and code along in the daily 1 hour train drive to my job. Keep up the good work and I will definitly continue to support you!

    • @ClearCode
      @ClearCode  2 роки тому +1

      thank you so much! :)

    • @hollygreen8663
      @hollygreen8663 4 місяці тому

      ​@@ClearCode работай над акцентом чувак, тебя невозможно слушать

  • @skkid7799
    @skkid7799 Рік тому

    agora sim vai entrar OOP na cabeça, obrigado pelo tutorial!

  • @gamer-pv2dx
    @gamer-pv2dx 2 роки тому

    Fantastic

  • @flosrv3194
    @flosrv3194 Рік тому

    Thank you so much for your clear explanations! Would you think it's ok to name a foe with camelcase without uppercase at the beginning? Like eliteTroll for instance? i really like camelcase style and wish to use it more on other assets without confuse python with classes

    • @ClearCode
      @ClearCode  Рік тому

      The naming is entirely a convention thing, you can name a class anything as long as it is valid (so no spaces between names or dollar signs). Just be ready to be judged by other programmers when they see your code :)

  • @parultandon8566
    @parultandon8566 2 роки тому

    Nice 👍

  • @johnandlisalinderman6238
    @johnandlisalinderman6238 Рік тому

    Thanks so much for great explanations and clear code so to speak ;) I do have a ? in regards to one thing so far and I am about half way through the video but I am a person that gets hung up on things and can't move on until I understand maybe you can give a explanation
    when using the __dunder__ method __len__(self): why can you only return one thing or is there a way and or need to return multiple things meaning in this video we see a example
    def __len__(self):
    return self.health
    but you can not do
    def __len__(self):
    return self.health, self.energy
    or
    def __len__(self):
    return self.health
    return self.energy

    • @ClearCode
      @ClearCode  Рік тому +1

      hey, that would work. The single thing that is returned can be a list as well, or even a dictionary or a whole other class. And super happy to hear that the video is helpful :)

  • @captain_vegan
    @captain_vegan Рік тому

    1:21:00 when overwriting the move method i get this error:
    Signature of method 'shark.move()' does not match signature of the base method in class 'monster'
    i do exactly as in the tutorial, help
    it doesnt gives an error when i put the speed parameter after self, but he doesnt do that in the tutorial

  • @a.rowley406
    @a.rowley406 Рік тому

    Maybe the best Python tutorial I've seen - thanks so much!!!!!

  • @toonshindiHD
    @toonshindiHD 11 місяців тому

    what is great explaination bro subscribed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!😍😍😍😍😍😍😍😍😍😍

  • @sachinpant1101
    @sachinpant1101 4 місяці тому

    I really like the theme you are using, can you tell which one it is?

  • @jefersonjhf
    @jefersonjhf Рік тому

    This class was amazing! Very good.

  • @achronicstudent
    @achronicstudent Рік тому

    About complex inheritance, isn't it way more easier to initialize every parent class sperately? It is the same amount of code and way more easy i think but I'm new around here so I may be wrong. For example:
    class Monster:
    def __init__(self, health, energy):
    self.energy = energy
    self.health = health

    def attack(self):
    print("Isırdım")
    class Fish:
    def __init__(self, speed, has_scales):
    self.speed = speed
    self.has_scale = has_scales

    def swim(self):
    print(f"yüzüyorum şu hızda {self.speed}")

    class Shark(Monster, Fish):
    def __init__(self, bites, heath, energy, speed, has_scales):
    self.bites = bites
    Monster.__init__(self, health, energy)
    Fish.__init__(self, speed, has_scales)

    def deneme(self):
    print("oldu mu")

  • @dominiknowec9837
    @dominiknowec9837 9 місяців тому

    so as long as we are using **kwargs we dont need to know mro becouse the order doesnt matter? And we can alternatively use *args insted but then we would have to know mro and pass arguments in the exact same order?

  • @a-m-vclips9653
    @a-m-vclips9653 Рік тому

    Can we create multiple init method at time?

  • @user-ht6vy4gh7h
    @user-ht6vy4gh7h Рік тому

    What font you use in your slides?

  • @xzex2609
    @xzex2609 Рік тому

    why why why I did not see this tutorials 7 months ago , I really want to re-learn python

  • @danielvinokurov236
    @danielvinokurov236 2 роки тому +4

    I like your explanations, but I think, that class methods use not _class_ as first parameter, but _object_.
    Please, next time try to create 2 monsters and change their attributes to give more clear case how it works.

    • @ubidefeo
      @ubidefeo 11 місяців тому

      I had commented something wrong, tried to amend but it has been deleted

    • @ubidefeo
      @ubidefeo 11 місяців тому

      goes without saying that the first parameter refers to an instance, not the class itself

  • @addcoding8150
    @addcoding8150 2 роки тому +1

    I think this tutorial is well made, but I have to disagree on the graph and the need for classes argument at 15:00.
    What are classes? - They are state self-managing data instances.
    That means you should use classes when you need that and not else.
    It's common to see programs that do cohesion by class and not by file.
    So you end up having classes containing methods that surely could live without the additional namespace of the class.
    If you really wanted to you could use a package on top of the file if you want to additionally define an interface on top of the functions.
    On the other hand, if you are only concerned with data then use ... well the data.
    No need to shoehorn it into a class if the data could live without it.
    Yeah, your IDE will text complete a data class but not a dictionary key, but that's not an argument in my mind at least.
    So it's possible to have a project with thousands of lines, or more realistic; some packages/modules of a bigger program, which do not contain classes at all.
    A use case in which I think classes are the wrong approach is data transformation for example.

  • @rochoe4575
    @rochoe4575 2 роки тому +1

    Wordle would be a fun tutorial! Or maybe minesweeper?

  • @jesusnieto2740
    @jesusnieto2740 11 місяців тому

    I had been trying to understand this topic for a while now. All I needed was a good teacher. Thanks!

    • @ClearCode
      @ClearCode  11 місяців тому

      Thank you so much and glad it helped! :)

  • @uekihunter752
    @uekihunter752 Рік тому

    what text editor you are using?

  • @officialnoob4869
    @officialnoob4869 6 місяців тому

    but why cant you just use the for loop with monster.attr = value?