Group of toy codes in Python. Used for warm-ups, to illustrate common concepts, teaching and general fun.
bball.py - a simulation comparing two basketball games, which one will you win given the probability 'p' of making a hoop
shuffle.py - shuffles a deck of cards
coinProblem.py - makes change with the minimum number of coins
rpsls.py - implements rock-paper-scissors-lizard-spock
OLS.py - work in progress (implementing ordinary least squares)