[b]"What's the best way to use curl in Python for web requests?"[/b] or [b]"How do I replace curl commands with Py

16 Replies, 855 Views

If you’re deep into curl python, check out `libcurl`’s Python bindings. But yeah, it’s heavy.

For most people, `httpx` is the sweet spot. Feels like requests but with async and HTTP/2.

Also, `curl-to-python` tools exist, but they’re hit or miss. Better to learn the libs properly.

Messages In This Thread



Users browsing this thread: 1 Guest(s)