DEV Community

Discussion on: Do you use BeautifulSoup or LXML to parse your HTML markup in Python?

Collapse
 
guy profile image
Guy

I've only used BeautifulSoup, and have found it to be fast enough for the simple scripts I need to write. Its documentation is excellent. I'd suggest starting out using it and if performance does become a hinderance, look elsewhere at that point.