Python Data Classes Are AMAZING! Here's Why

Sdílet
Vložit
  • čas přidán 28. 08. 2024

Komentáře • 73

  • @TechWithTim
    @TechWithTim  Před 5 měsíci +2

    If you’re serious about becoming a developer check out my program with course career: techwithtim.net/dev

  • @sobi-94
    @sobi-94 Před 5 měsíci +10

    I've only just started watching this video but I just want to say you're really talented and informative. I think you're excellent at conveying what's going on in a simplified way. I think this is the earliest I've ever been for one of your videos haha. Please keep doing what you're doing for the computer science and data science space! Sending you blessings from the UK☺

  • @marktaylor9886
    @marktaylor9886 Před 5 měsíci +10

    I've been watching old videos, so good to finally see you on VS Code! haha

  • @DrDeuteron
    @DrDeuteron Před 5 měsíci +7

    I was given a csv file with 524 columns of date times, instrument telemetry, etc...dataclass saved the day...just cut and paste the column header names and let the decorator do the rest. Also put the in-spec limits in the field's metadata along with LaTex strings for y-axis labels. 524...times. data class ftw.

  • @rafacoluccijf
    @rafacoluccijf Před 5 měsíci +10

    I am still not conviced. Sure, for small classes with a few fields and logic it might be worth it. But in real world prod code you will have inheritance, polymorphism, logic, dependecies, etc. and you will end up having to implement all those "hacks" you mentioned. Simple classes will be much easier to understand and read and will have probably less overhead. Dont get me wrong, it is a nice tool to have in mind but call it AMAZING is a little too much IMHO. It would be much better if Dataclass just worked without having to implement all those hacks like post_init. I think it is designed to be use as placeholders for data you get from a database for example.

  • @Dot_Starshot
    @Dot_Starshot Před 5 měsíci +1

    Man this will be a good and convenient way of reduced my classes code in my current project. Thanks for such good content, and also at the perfect time 😜

  • @rockstarj3
    @rockstarj3 Před 5 měsíci +1

    Perfect timing for this video. I was able to use it right away in my project.

  • @repairstudio4940
    @repairstudio4940 Před 5 měsíci +1

    Oh this is wonderful, thanks Tim! 🎉

  • @tuannguyenanh7466
    @tuannguyenanh7466 Před 18 dny

    Oh, basically a decorator function that wrap a class. Nice

  • @y2ksw1
    @y2ksw1 Před 4 měsíci +1

    This decorator should be called @classes and inbuilt, without the need of a decorator 😊. Contrarily, with a @boilerplate decorator, that functionality could be then disabled, but I would like to see, how often that is going to be used 😅
    It is the missing link for building a fully functional class without being bothered with boilerplate code. Which I believe would be best to not require anyway.

    • @GasterLab
      @GasterLab Před 2 měsíci +1

      It's not gonna built-in because code generated by this is not cached

  • @Master_of_Chess_Shorts
    @Master_of_Chess_Shorts Před 5 měsíci +1

    I understand the decorator and how useful it is when you are defining a class. You explain really well and your video is edited well. I am not going to use it though. I like to understand code completely and I feel that this approach "hides" potential clarity for the benefit of saving just a few lines of code that originally made the class more readable. It can get complicated if you keep adding parameters like order. Resistance to change, I guess.

  • @jonathanmoore5619
    @jonathanmoore5619 Před 14 dny

    Tim, why is that bad practice in python, ref to list and list change between the calling of the same function? Is something to do with memory leaks or deconstruction / dangling pointers?

  • @sinaorojlo5980
    @sinaorojlo5980 Před 3 měsíci

    I use Vscode what is the theme name?

  • @MilahnMartin
    @MilahnMartin Před 5 měsíci

    Awesome video ! What switches do you have on your keyboard ? Does anyone know ?

  • @GiiT2024
    @GiiT2024 Před 5 měsíci

    Hello there Tim, am launching 200 days of python code challenge and am glad that you are that person who made me love python, but now tell me if there's away I should approach this 200 days of coding

  • @tech_with_unknown
    @tech_with_unknown Před 5 měsíci

    cool video Tim!

  • @johnschmitt9158
    @johnschmitt9158 Před 5 měsíci

    Well done. I wish instructors would at least mention that types are not necessary to write dataclasses. No field needs a type associated with it. Types are nothing but comments in Python, unless tools beyond bare python are invoked.

    • @carl2488
      @carl2488 Před 5 měsíci

      So you can just create fields like:
      class Point()
      x
      y
      Can you?

  • @user-ov1ps7go4m
    @user-ov1ps7go4m Před 5 měsíci

    Would you recommend Python/Pygame for aspiring Android Game Developers?

  • @hennadiiborysov7816
    @hennadiiborysov7816 Před 4 měsíci

    Good topic, please continue

  • @dfields9511
    @dfields9511 Před 2 dny

    Excellent

  • @DrDeuteron
    @DrDeuteron Před 5 měsíci

    on post init: beware doing work in the constructor....

  • @JorgeEscobarMX
    @JorgeEscobarMX Před 3 měsíci

    Is this video part of a playlist?

  • @richardmonteiro8694
    @richardmonteiro8694 Před 4 měsíci

    12.30 time line the super().__init__(self.side, self.side) should be super().__init__(self.height, self.width) right?

  • @midhunr3176
    @midhunr3176 Před 5 měsíci

    Thank you keep going

  • @rohitkumar34864
    @rohitkumar34864 Před 5 měsíci

    Which theme are you using?

  • @fr9714
    @fr9714 Před 5 měsíci

    Great tutorial

  • @helomydestiny8431
    @helomydestiny8431 Před 5 měsíci +1

    hey , this is quite outside the topic , but anyone know how to fix could not find and load class main ( in java in vscode ) . By the way when i output the small code such as "hi" , "hello world " , it works but when i print a large lines of code , the terminal doesn't give me the output and the output keeps saying could not find and load class main ?

    • @edwardmacnab354
      @edwardmacnab354 Před 5 měsíci +1

      go to stack overflow to get beat up and demeaned with a RTFM reply

    • @CattleRustlerOCN
      @CattleRustlerOCN Před 5 měsíci

      Try a different name other than main and see if it works

    • @lukemarshall1892
      @lukemarshall1892 Před 5 měsíci +1

      Get out of here you're scaring the children

    • @ssublexff3465
      @ssublexff3465 Před 5 měsíci

      Try reinstalling java dependencies as well as check it in some other IDE just so you know there is not some IDE kind of error.

    • @agnichatian
      @agnichatian Před 4 měsíci +1

      just hit alt-F4

  • @RishantKarn-ws3ce
    @RishantKarn-ws3ce Před 5 měsíci +2

    Can you tell something about devin please? is coders's job dead?

  • @ezrasamson-ez2mv
    @ezrasamson-ez2mv Před 5 měsíci

    Hi tim do you know any thing about odoo developers

  • @bibekbhusansahoo9412
    @bibekbhusansahoo9412 Před 5 měsíci

    It's same as record class in java

  • @englishsimple1052
    @englishsimple1052 Před 5 měsíci

    Hello Tim! How are you? I am going to be web developer in future. I downloaded VSCode. But I do not know how to start it. I need to start index.html and style.css I would be grateful If you could help me in this case.

    • @christislight
      @christislight Před 3 měsíci

      Python flask will help! Render index.html static js and static css

  • @Muhaiminul_coding_club
    @Muhaiminul_coding_club Před 5 měsíci

    this is super cool 😎 😎

  • @edwardmacnab354
    @edwardmacnab354 Před 5 měsíci +2

    invents python because perl was too weird . Python becomes weirder .

  • @ogif2
    @ogif2 Před 5 měsíci

    Sublime?🤔

  • @CodeWithArpitTech
    @CodeWithArpitTech Před 5 měsíci +1

    good

  • @Chill018
    @Chill018 Před 3 měsíci

    great video as always but.. am I the only one who heard him say "Codder" for color? :'D

  • @bechirzouaoui5821
    @bechirzouaoui5821 Před 5 měsíci

    I love the ide you are using can you share it with us ?

  • @rohanparasa8606
    @rohanparasa8606 Před 5 měsíci

    I think this is inspired from kotlin data classes

  • @GiannakYT
    @GiannakYT Před 5 měsíci +37

    "Object-oriented programming an exceptionally bad idea which could only have originated in California"-Dijkstra

    • @goodlookinouthomie1757
      @goodlookinouthomie1757 Před 4 měsíci

      What's the better option and why? In terms that a beginner like me would understand.

    • @GiannakYT
      @GiannakYT Před 4 měsíci

      @@goodlookinouthomie1757 are you asking why it is used?

    • @goodlookinouthomie1757
      @goodlookinouthomie1757 Před 4 měsíci

      @@GiannakYT Well just generally what is the alternative to OOP. And yes i suppose why you would use that.

    • @GiannakYT
      @GiannakYT Před 4 měsíci +1

      @@goodlookinouthomie1757 Functional programming is an alternative.

    • @sebastianquiroz7271
      @sebastianquiroz7271 Před 2 měsíci

      ​@@goodlookinouthomie1757 in reality it depends on the scope of your programming. Need a quick and simple script that youre not gonna change just write global variables and operations. What you will find quickly enough is that some steps are repeated and you can write those steps as a function. Then you would use a mix of global and functional programming. If you continue scaling your project is that some variables are used in a section and not used any more, so it makes sense to separate those steps in to bigger functions, to save memory, also you would gain more flexibility as you would know which variables are used in each function and changing it once changes it for the whole script. If you continue scaling your project you may find some functions are called many times and each of those times something little changes, so you create a class that calls those functions and may change it. Another option is you want your script to have individual features and features that are a mix of the others, so a class could group those features (functions) as one and you can call them individually or in a group as your new function. So mainly you sacrifice more work to implement functions and or classes but gain flexibility or save lines of code for repetitions. Note this are examples and theres more pros and cons for using each paradigm.

  • @Muhaiminul_coding_club
    @Muhaiminul_coding_club Před 5 měsíci

    i like this

  • @sweetphilly2
    @sweetphilly2 Před 2 měsíci

    Lombok for Python it seems

  • @murphygreen8484
    @murphygreen8484 Před 5 měsíci

    I only ever use dataclasses when making classes

  • @z.8477
    @z.8477 Před 5 měsíci

    please DO NOT USE THESE ANKWARD FACE CHANGES FOR THUMBNAIL LIKE OTHERS! its maybe working but it is stupid...

  • @TimoYlhainen
    @TimoYlhainen Před 5 měsíci +1

    As a programing language, Python is a total failure. And it's success and popularity is a tragedy.

  • @alexanderelgert6037
    @alexanderelgert6037 Před 5 měsíci +1

    def __str__(self):
    return self.__repr__()
    def __repr__(self):
    return class__repr(self)
    ...
    def class__repr(classo):
    d_ = classo.__dict__ # class dictionary
    i = '
    ' if d_ else ' ' # indent
    return f'{classo.__class__.__name__}() >'

    • @simonmasters3295
      @simonmasters3295 Před 3 měsíci +1

      I liked your code comment, but I don't understand it...

    • @alexanderelgert6037
      @alexanderelgert6037 Před 3 měsíci

      @@simonmasters3295 If you put the first two functions into a class, these ones are called if you want a string representation for the class instance object. The class__repr function is used to list all parameters assigned to this instance. This is very handy, if you want to know what data an instance owns.

    • @alexanderelgert6037
      @alexanderelgert6037 Před 3 měsíci

      @@simonmasters3295 If you look at the code at 0:24, there is a static __repr__ method. If you add another instance property you would have to extend the method. The approach I am using is generic, you can use it on every class and it happily list all the properties recursively.

    • @alexanderelgert6037
      @alexanderelgert6037 Před 3 měsíci

      @@simonmasters3295 trying to answer the third time ...

    • @alexanderelgert6037
      @alexanderelgert6037 Před 3 měsíci

      @@simonmasters3295 Please look at pos 0:24 in the video, the __repr__ function is static, if you extend the class, you have to extend the f-string. My solution is generic, it works for all classes. You can put the class__repr function in your own library, it lists all properties for an object using the classes __dict__ dictionary.