Honestly? I switch between Python etree and lxml depending on the mood.
Small script? Etree. Big project? Lxml.
The real hidden gem is BeautifulSoup, though. It’s not *just* for HTML—it handles XML pretty well too, and the API is super intuitive.
Small script? Etree. Big project? Lxml.
The real hidden gem is BeautifulSoup, though. It’s not *just* for HTML—it handles XML pretty well too, and the API is super intuitive.
