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.
Pet peeve: When people use camelCase function names when explaining code snippets written in Python