Python OOP - Deck of Cards

Card, Deck, and Player classes written in Python 2.7.
You can use this as a starting point to write any card game you can think of!
The code can be found at:
github.com/eli-byers/Deck-Of-...

Пікірлер: 156

  • @jeffreykrenitsky6190
    @jeffreykrenitsky6190

    One of the most helpful, informative, and succinct tutorials I've seen on KZread.

  • @SprocketN
    @SprocketN3 жыл бұрын

    Though this is an older version of Python than I use. It is the first video that explained classes in a way that I could understand enough to create my own class for a tile based game I’m writing, while learning Python. I have a lot yet to learn, but you have really helped.

  • @frambuella
    @frambuella2 жыл бұрын

    Yooo! I just started learning oop in python last week and this is such a great way to learn about classes and objects using a deck of cards! Thanks for the video!

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

    I genuinly believe this is the best thing I have ever seen on youtube. I have been looking for an OOP example to help me wrap my head around it but all channels keep saying the same generic stuff. Thanks for this video.

  • @malabikasen2401
    @malabikasen24013 жыл бұрын

    Thank you! This is a very nice video to get the concepts of OOP in

  • @jamesgebler5738
    @jamesgebler57384 жыл бұрын

    Thank you so much for this video! This is incredibly helpful. I was trying to understand how to create a deck of cards myself, and this solved my problem!

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

    Perfect video to comprehand things about OPP. Thank you very much.

  • @diegodocarmoespindola9660
    @diegodocarmoespindola96602 жыл бұрын

    thank you, I enjoyed watching this, it's helping me to understand more about object oriented programming

  • @barrettsmith5377
    @barrettsmith53775 жыл бұрын

    Awesome video! Would defo watch more Python videos if you put them out!

  • @tribacioustee2846
    @tribacioustee28466 жыл бұрын

    Good video. Exactly what I was looking for.

  • @lamedev1342
    @lamedev13424 жыл бұрын

    I struggled with classes but you really make me understand them better

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

    I started learning OOP recently and this project was really awesome. It also cleared my OOP concepts. Soon I will create its python 3 version and send it to you if you wanna add it in your source code repository.

  • @BaerenPole
    @BaerenPole5 жыл бұрын

    the hdd sound makes me so chill :)

  • @xxsurajbxx
    @xxsurajbxx5 жыл бұрын

    what was the build(self) method in the deck class?

  • @emzx111
    @emzx1117 жыл бұрын

    this is great! thanks for the clarity

  • @aquacube
    @aquacube4 жыл бұрын

    Great for me getting my head around implementing oop, ty.

  • @verdi0756
    @verdi07566 жыл бұрын

    Hello! What i dont really understand is how does the program know which show function are we refering to, the one we created in the Card class, or the otherone in the Deck class. Im a little confused with OOP yet hehe

  • @fun-fauna
    @fun-fauna5 жыл бұрын

    THIS IS AMAZING!!!

  • @harishpuvvada1877
    @harishpuvvada18776 жыл бұрын

    Clear explanation. Thanks :)

  • @shanemarchan658
    @shanemarchan6584 жыл бұрын

    11:39