Polymorphic Dispatching with Python’s Singledispatch

Recently, I was refactoring a portion of a Python function that somewhat looked like this: Read more

Similar

Powerball in Python

Yesterday morning, before Christmas got going, I read about the big Powerball win Wednesday night. I figured that was as good an excuse as any to practice my new lotto math skills and wrote a short Python script to work out the game’s odds. (more…)

Read more »