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
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.
I thought you explained that really well, thanks very much
how about a text adventure using classes
you are able to int the input, instead of using another line
Well done, very helpful. You should upload a part 2 to this concerning chips: placing bets and the pot, as well as hand evaluations.
What editor are using in this tutorial ?
We can collaborate on some projects if you want. This way both of us may benefit from the experience.
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.