Month: February 2022

Total 2 Posts

100 Days of Python: Days 11-15

Day 11 Blackjack Capstone project Successfully completed project Blackjack game. Reviewed Angela Yu’s solution for the project. Observations: Angela’s project was somewhat heavier with its function usage.  She used a function for every major (and repeatable) action in the game (dealing a card, calculating scores, comparing scores).  I used a

Continue Reading

100 Days of Python: Days 6 – 10

Day 6 Discussed functions, including built-in functions and user-defined functions. Reviewed Indentation.  Python guidelines recommend using spaces, but the point is somewhat moot considering IDEs can be set to interpret tabs as the correct number of spaces. Reviewed While loops. Generally, For loops are for when you need to do

Continue Reading