Has anyone in Python's scientific computing community ever imported numpy as something other than np?
July 17, 2026 Permalink
Has anyone in Python's scientific computing community ever imported numpy as something other than np?
For a project named "Ruff", this Python linter is smooth AF.
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