python

Old habits die hard. I used Python’s breakpoint() function - released in 2018 - for the first time today. I’ve been using import pdb; pdb.set_trace() all this time.

June 17, 2025 Permalink #4

Pet peeve: When people use camelCase function names when explaining code snippets written in Python

June 17, 2025 Permalink #2