Dev with Serdar
Learn coding in Python, Go and Rust from Serdar Yegulalp, software dev specialist and senior writer at InfoWorld.
How to get better web requests in Python with httpx
Overview
If you use Python for accessing API endpoints or web scraping, odds are you're using either Python's native http libraries or a third-party module like requests. In this video, we take a look at the httpx library โ an easy, powerful, and future-proof way to make HTTP requests. It provides tools for everything from sending form data to handling multipart file uploads, and works with both synchronous and async code.


