Posts

Takeaways from That Will Never Work

What I learned reading the memoir by Marc Randolph, Netflix’s first CEO.

Why the Order Boolean Expressions Matters in Python

if True or False could be slower than if False or True!

How to troubleshoot memory problems in Python

I provide a case study of how to debug memory problems in python using open source tools.

How to wager at the final questions in bar trivia

Using game theory to determine optimal wagers.

The probability you get randomly seated next to a friend on a flight

It’s less likely than getting struck by lightning!

Conditional random field tutorial

Building Sequence Models with Pytorch.

Expect to pay $215 to fill out your 2018 World Cup sticker album

Building a simulation in python.

Integer Programming Tutorial

Using python to solve optimization problems.

The power of Jeopardy's Daily Double

Analyzing historical jeopardy data to determine the importance of the daily double.