Why Nostr? What is Njump?
2025-03-19 22:15:30 UTC

sudocarlos on Nostr: I've always used `requests` library in Python, but just worked on something that only ...

I've always used `requests` library in Python, but just worked on something that only did `GET`s with no need for headers or anything special so I tried `urllib.request`.

Now I feel like most stuff I've created has unnecesary bloat 😩 but I'm not going back to fix it