top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Card Counting Python Project

Date

June 2, 2022

This coding project uses basic strategy and the high-low card counting method to maximize blackjack profits. As the game is played, you can input the cards that come into the software from yourself, the dealer, and other players around the board. Your total is counted and the code uses basic strategy to tell you which is the best move in the current scenario and the high-low counting method to determine the optimal betting amount at that moment.

bottom of page