Python's Magic Method __repr__ Tutorial - Automagically produce string representations of objects.

Пікірлер: 11

  • @pythonixed4448
    @pythonixed44482 жыл бұрын

    Nice explanation of repr and magic methods. Thanks!

  • @helenlai7701
    @helenlai77012 жыл бұрын

    This is so helpful!! Pls keep uploading new videos :D

  • @lilrun7741
    @lilrun77412 жыл бұрын

    Your teaching is very gppd and easy to understand, love it!

  • @afanoromolyricsofficial
    @afanoromolyricsofficial Жыл бұрын

    Your videos are as outstanding as always. Thanks Kris.

  • @gregap8282
    @gregap8282 Жыл бұрын

    Understood everything, except what is p0: Point = Point() and p0.x = 1.0.? like what is the Point doing and what is p0.x? so lost

  • @eeemagic7729
    @eeemagic7729 Жыл бұрын

    Thank you for your great video. One thing is confusing for me. You have used f"...." as the string. What type of string is it?

  • @kannalix-amsmhss4369
    @kannalix-amsmhss43692 жыл бұрын

    how are you, man!

  • @valorien1
    @valorien12 жыл бұрын

    You've confused the purpose of dunder repr with that of dunder str.