Y
Hacker News
new
|
ask
|
show
|
jobs
by
moneywoes
2059 days ago
Where would you get started with Python web scraping
1 comments
karanbhangui
2059 days ago
https://www.crummy.com/software/BeautifulSoup/
https://github.com/encode/httpx
link
danpalmer
2058 days ago
I would recommend lxml over Beautiful Soup, it's got a much bigger API, which means more options for parsing awkward bits, it copes with badly formatted markup well, and it's considerably faster.
link
https://github.com/encode/httpx