Diving Into List Comprehensions in Python3: an IPy Notebook


Today, I wrote a solution to a “simple” problem that started timing out. I realized I missed a simple error because I failed to consider what Python’s abstractions were doing. I used this as an excuse to finally check out dis, and learn more about what’s happening inside my favorite language.