Blackjack Convert Ace To One – Python Tkinter GUI Tutorial 212

Learn Blackjack Video Source & Info:

In this video I’ll show you how to convert aces from 11 to 1 for our Blackjack game with Tkinter and Python.

In Blackjack, an ace can be worth either 11 points or 1 point, depending on the situation.

In this video we’ll convert our aces from elevens to ones when we need to do that.

#tkinter #codemy #JohnElder

Timecodes

0:00​​ – Introduction
2:17 – Check For Ace Conversion
2:38 – Enumerate Player_Score List
3:10 – Change Ace From 11 To 1
3:19 – Recalculate Totals
4:25 – Check For 21 Or Bust
5:50 – Make Player_Score global
6:15 – Test It Out!
7:33 – Conclusion

Source: YouTube

Share this video:
Blackjack Convert Ace To One – Python Tkinter GUI Tutorial 212

8 thoughts on “Blackjack Convert Ace To One – Python Tkinter GUI Tutorial 212

  1. bro, how i can download postgresql to use it with heroku with python flask?

  2. ▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My YouTube Channel:
    http://bit.ly/2UFLKgj http://bit.ly/2IGzvOR
    ▶️ See More At: ✅ Join My Facebook Group:
    https://Codemy.com http://bit.ly/2GFmOBz
    ▶️ Learn to Code at https://Codemy.com ✅ Buy a Codemy T-Shirt!
    Take $30 off with coupon code: youtube1 http://bit.ly/2VC9WUN
    ▶️ Get The Code
    https://bit.ly/3hvRXcm

  3. Hi, John
    I have recently subscribed to your channel, saw your playlist till building a text editor…. could you pls share the vide of how to create a print dialog box and not just save and print

  4. I was wondering why you just didn't subtract ten if you had an ace when you went over?

  5. Sir i have a question that i build a CRM database software from your tutorials with MYSQL. And then when i convert it into the .exe it does not run on the other pc. Why ??

  6. John, what happens when the player has 2 aces in hand, one of which is opted to be an 11 and the other opted to be a 1?

Comments are closed.