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

preview_player
Показать описание
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:

Join my Discord server to chat with me:

Check out some code on my GitHub:

Tweet me something funny on Twitter:

Say hi over at Facebook:

Sincerely,
Engineer Man
Рекомендации по теме
Комментарии
Автор

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.

nikkoalschreck
Автор

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

druggero
Автор

Potential project for people to try: change the calc_hand function to handle the hand [A][A][10] correctly.

Wisecracka
Автор

Deserve way more subs. I'm hooked

Leo-difq
Автор

when doing if standing :
does that imply if standing == true?

ruhbb
Автор

thanks for a nice course! hope to see more python if it is possible :)

umutinevi
Автор

How can I program blackjack with multiple decks on Python?

MsCool
Автор

BTW have you noticed that a single shuffle still leaves clumps? I found i had to do 10 shuffles to ensure random dit it will

bernardputersznit
Автор

Do you have to import os if you use cmds from amd sea island guide (things like gfx pipe flush and text pipe flush)
Guide on gpu usages

louissebertiii
Автор

Which UI and Syntax Theme are you using?

gosinP
Автор

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.

benchung
Автор

I have a question about the calc_hand function if hand is AAK...seems like it would score bust instead of 12. Is that right?

RatKeg
Автор

To start the video, put playback speed on 0.5 and play chariots of fire

mamahu
Автор

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

ryanruppert
Автор

Hii thankyou for your tutorial.

Could you please do a video for multiplayer?

Samiimgr
Автор

What is the difference between == and ===?

pb-vjqs
Автор

404 for the code base - posting later?

bernardputersznit
Автор

but 8 MINUTES of robot jogging? ;-)
But thanks for what came after

bernardputersznit
Автор

Please put this on top line #!/usr/bin/python3 i wana be able to just make executable and then ./ it.

JNET_Reloaded