Filed under
#coding
Dec
2025
2025
Posts
Read the full piece
Printing from Python on a Mac
I recently automated the download of one of my favorite cryptic crosswords, both because I am nerdy and because it went behind an extravagantly high paywall. In the process I decided I wanted Sunday mornings to be even more leisurely and made the script …
Dec
2014
2014
Posts
Read the full piece
Exception Handling
I’ve been thinking about exception handling a lot recently. A., because I’m stultifying and B., because it’s been a source of contention in the codebase I’m responsible for. I wrote some formal documentation last week to try to normalize our approach, but I’m …