A ‘Frozen’ Dictionary for Python

Dictionaries are ubiquitous in Python code; they are the data structure of choice for a wide va […]… 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 »