Recommended python packages
By Niraj Zade | 2024 Oct 14 | 0 min read
httpx
(built on top of requests. Brings in async support, http2)requests
- not recommended as httpx
now exists.selectolax
- generally 20x faster than beautifulsoup4
.beautifulsoup4
- simple to use. Has limited parallelism as its HTTP calls are blocking.Table Of Contents
None