Object-oriented Programming in Python 101 - Classes, Methods, and __init__ Constructor Tutorials

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 16

  • @Trullatz
    @Trullatz 2 года назад +1

    Phenomenal explanation. I went from knowing nothing to feeling like I know everything! Thank you.

  • @venkateshvilapakam7248
    @venkateshvilapakam7248 2 года назад

    I came to this lecture after going thru Udemy... Wanted to understand classes and objects better... Very well explained... Thanks

  • @wtfantastic2719
    @wtfantastic2719 3 года назад +4

    I just found it randomly and now I am in love

  • @JN-xs2xr
    @JN-xs2xr 2 года назад

    Thank you for this content. If I could like it twice, I would.

  • @interlightstudio1645
    @interlightstudio1645 2 года назад +1

    Good videos

  • @MoFer-jf8gw
    @MoFer-jf8gw 2 года назад

    Hi Kris, thank you very much for your great explanation. By the way, which writing tool do you use?

    • @KrisJordan
      @KrisJordan  2 года назад

      I use a Wacom tablet and blackboard.krisjordan.com

  • @truewisdom1123
    @truewisdom1123 2 года назад

    Please can you upload a video of COMP210 You talk about earlier, on data structures like Tress and Graphs

  • @apstl7106
    @apstl7106 2 года назад

    What is your font in vscode?

  • @mikeweber2663
    @mikeweber2663 3 года назад

    Why does pythong ignore your : after your type hints?

  • @mikeweber2663
    @mikeweber2663 3 года назад +2

    Can you also comment on using a_pizza: Pizza = Pizza() vs just doing a_pizza = Pizza()?

    • @KrisJordan
      @KrisJordan  3 года назад +1

      It's totally fine not to include the type annotation in this instance. We tend to intentionally and explicitly type variables in my first programming class, but as you get more comfortable it's often unnecessary when initializing variables on the same line.

  • @Dailymotivationsq
    @Dailymotivationsq 2 года назад

    Ello I like your video I give you 10,000 $

  • @aminacebo386
    @aminacebo386 3 года назад +1

    Can you bring pizza to class?

    • @KrisJordan
      @KrisJordan  3 года назад +5

      Yes, but probably not enough.