Interactive Python Stream, Coding Blackjack – Engineer Man Live – Feb 2019 #2

Learn Blackjack Video Source & Info:

Coding blackjack live and with the participants. Make sure you have your editor ready, a terminal open, and Python 3 installed.

Check out this code here:
https://github.com/engineer-man/youtube-code/tree/master/stream014

Join my Discord server to chat with me:
https://discord.gg/engineerman

Check out some code on my GitHub:
https://github.com/ebrian/engineerman

Tweet me something funny on Twitter:

Say hi over at Facebook:
https://www.facebook.com/engineermanyt

Sincerely,
Engineer Man

Source: YouTube

Share this video:
Interactive Python Stream, Coding Blackjack – Engineer Man Live – Feb 2019 #2

10 thoughts on “Interactive Python Stream, Coding Blackjack – Engineer Man Live – Feb 2019 #2

  1. This is cool but it would have been easier to code if you had first created a flow chart or diagram to visually illustrate the game loop and mechanics before implementing the code.

  2. Started learning Python. Your Blackjack course was great and helped me to get a better understanding of Python. Thank you!

  3. Hey man how would I ask the user if they want to play again and then run the code again?

  4. This was so fun! I just followed along and learned a lot, was exposed to new concepts. I am learning Python on my own. Thank you. I will be checking out a lot of your videos and I joined your Discord.

  5. There is a bug I just found from the cal_hand function. Think about that, you get two 'A' at the beginning, which is 2, then you hit and you get a 10, you should be 12 now instead of 22.

Comments are closed.