Data classes are Perfect after learning OOP

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 12

  • @jimshapedcoding
    @jimshapedcoding  2 ปีที่แล้ว +5

    What you like the most in Data Classes ?

    • @DJ4Clips
      @DJ4Clips 2 ปีที่แล้ว

      It is a good concept to work with

  • @racrity
    @racrity 2 ปีที่แล้ว +4

    Being part of my college teachers Council made me understand and appreciate a lot more about teaching methods. There's a lot of people out there teaching coding stuff, but not all of them really knows how to exactly get 100% to the audience in terms of comprehension. So let me tell you Jim, BOY YOU GOT IT! Your videos are Awesome. Thanks for being in here for all of us!

    • @jimshapedcoding
      @jimshapedcoding  2 ปีที่แล้ว +2

      Hey Rafael, I read your comment more than once and it was really meaningful comment to me and raises motivation to create more content here! Thanks again and much appreciation

  • @DJ4Clips
    @DJ4Clips 2 ปีที่แล้ว +1

    Have been learning a lot bro
    Soon be presenting my projects

  • @SmartC2007
    @SmartC2007 2 ปีที่แล้ว +1

    Thanks for your explanations.

  • @wajidmohammed6524
    @wajidmohammed6524 2 ปีที่แล้ว

    v nicely explained with a simple example .. good job Jim :)

  • @idanmenaged6337
    @idanmenaged6337 2 ปีที่แล้ว

    4:44 just so you know, variables don’t have to be assigned in the __init__ method even without data classes.
    class MyClass:
    var = “some value”
    will work just as well
    other then that great work!

  • @BJJGUS
    @BJJGUS 2 ปีที่แล้ว +1

    Hello I am having problems with classes and object in python it says unexpected argument . Can you help me please