Can you earn money playing Blackjack? (The software engineer's approach)

Поділитися
Вставка
  • Опубліковано 12 чер 2024
  • 🃏 Exploring Blackjack: Understanding Card Counting 🃏
    Greetings, coding enthusiasts! Today, let's dive into the fascinating world of Blackjack. I'm Nikola, and I'm excited to walk you through an exploration of this renowned card game, focusing particularly on the intriguing concept of card counting.
    In this video, we'll start by brushing up on the basics of Blackjack, ensuring everyone's on the same page. Then, we'll delve into implementing and discussing the basic strategy that offers players the best odds, without factoring in card counting.
    Following that, we'll shift our attention to card counting-a strategy whispered about in gambling circles for its potential to swing the odds in the player's favor. Through practical implementation and analysis, we'll assess its effectiveness and whether it's a viable tactic for beating the casino.
    So, if you're keen to unravel the mysteries of Blackjack and explore the realm of card counting, join me on this analytical journey. Hit play, and let's get started! And hey, if you find this exploration insightful, don't forget to like, share, and subscribe for more coding adventures!
    Resources
    🃏 How to play Blackjack (rules + basic strategy): bicyclecards.com/how-to-play/...
    🔍 Illustrious 18 and Fab 4 deviations: www.casinoguardian.co.uk/blac...
    📚 Blackjack Attack: Playing Pros Way by Don Schlesinger (affiliate link): www.amazon.com/Blackjack-Atta...
    🚀 If you found this video helpful, don't forget to like, share, and subscribe for more tech tutorials!
    Source code available for my Patreon supporters at: / source-code-99082226
    🔗 Connect with me:
    Support me on patreon: / techwithnikola
    LinkedIn: / nikola-stojiljkovic-67...
    Join my discord: / discord
    Visit my blog: techwithnikola.com
    Follow me on Instagram: / techwithnikola
    Follow me on Twitter: / techwithnikola
    Timecodes
    00:00 - Intro
    00:38 - Contents
    01:05 - Blackjack Rules Overview
    04:41 - Implementing Blackjack Engine
    08:12 - Implementing (part of) Basic Strategy
    09:28 - Running Simulations
    10:22 - Implementing all rules in Basic Strategy
    12:27 - Hi-Lo Card Counting Method
    14:00 - Implementing Hi-Lo Card Counting
    15:08 - Smarter Bets lead to profit
    15:55 - Illustrios 18 deviations
    18:25 - The analysis. Is it worth it?
    19:29 - Surrender using Fab 4
    20:19 - Outro
  • Наука та технологія

КОМЕНТАРІ • 10

  • @conter888
    @conter888 3 місяці тому +2

    Thanks! Very interesting

  • @noelgallagher3646
    @noelgallagher3646 2 місяці тому +2

    Monte Carlo simulation can be fun to explore

  • @ba8e
    @ba8e 3 місяці тому +2

    Such a soul crushing way to earn a living...

  • @tiberiusvetus9113
    @tiberiusvetus9113 3 місяці тому +1

    Really cool. Any chance you can share your python?

    • @monsieurLDN
      @monsieurLDN 3 місяці тому +1

      It's an exercise for the viewer

    • @TechWithNikola
      @TechWithNikola  3 місяці тому +1

      Thanks. Unfortunately, the code is only available for my Patreon supporters at this stage. With that said, I will likely publish it in a few months.