[b]"What's the best way to parse HTML with Python lxml?"[/b] or [b]"Python lxml vs. BeautifulSoup – which one do y

20 Replies, 1187 Views

If you’re scraping modern JS-heavy sites, neither might cut it. Check out `requests-html` or `selenium` for the real messy stuff.

But for static pages? python lxml + XPath is *chef’s kiss*. Just gotta power through the learning curve.



Users browsing this thread: 1 Guest(s)