Ideas for Beginner Python Programs Lesson 1. Texas Hold Em Dealer

Learn Texas Holdem Video Source & Info:

Using Python this tutorial will teach you on how to make a basic random Texas Hold Em card shuffler that gives players 2 different cards from a deck. Don’t forget to like comment and subscribe! More videos coming! If you have any ideas, please feel free to comment below.

Source: YouTube

Share this video:
Ideas for Beginner Python Programs Lesson 1. Texas Hold Em Dealer

8 thoughts on “Ideas for Beginner Python Programs Lesson 1. Texas Hold Em Dealer

  1. Study functions and classes to make your life easier. Well, the actual process of studying them will make it worse, but the use is beautiful.

  2. Well done, very helpful. You should upload a part 2 to this concerning chips: placing bets and the pot, as well as hand evaluations.

  3. We can collaborate on some projects if you want. This way both of us may benefit from the experience.

  4. I'm also a big poker fan, and also a beginner in python, although I already know some of other programming languages.

    I recomment trying a simple interface where you plug in the probability to win, amount lost when you lose, and amount won when you win, as well as show a simple EV calculation and even pull random numbers and show you hypothetical results… I did it in matlab, drew a couple plots, it was gorgeous. Looks remarkably similar to a poker graph. Wouldn't know how to do interfaces in python though, but can't be that hard.

Comments are closed.