A live python coding session with screenshare about creating a function to randomly generate a series of 8 distinct numbers.
Sigiloso
As I coded I explained why I did things and the implications of certain choices. ex: I said that I was using an array of numbers as the pool of random to select from bc the pool isn't that large but if you had asked me to choose a random number from a larger pool like 10,000 than I would approach it like this [insert vague quick explanation]