Boosted by glyph ("Glyph"):
b0rk@jvns.ca ("Julia Evans") wrote:
another thing that's fun about working in Python (instead of Go) is that if I want to add a debug print statement deep inside some dependency to see what's going on I can just run `vim ./.venv/lib/python3.13/site-packages/django/db/backends/sqlite3/base.py` or whatever and edit it