subprocess for curl in python works but yeah, feels janky.
Pycurl’s docs are rough, and debugging is a pain.
If you’re doing simple HTTP stuff, `httpx` is my go-to. Async support out of the box if you need it later.
Btw, post your curl command—maybe we can help translate it to python properly.
Pycurl’s docs are rough, and debugging is a pain.
If you’re doing simple HTTP stuff, `httpx` is my go-to. Async support out of the box if you need it later.
Btw, post your curl command—maybe we can help translate it to python properly.
