Hacker News new | ask | show | jobs
by jamongkad 6060 days ago
Upvote I used to dig BeautifulSoup. It's latest release is slower than it's predecessors. That's why I use PyQuery nowadays, it's based on lxml and uses a jQuery like API to access the DOM.
1 comments

I'm always terrified that these conversations will unearth a library or technique that will immediately obsolete most of the code in my current pet project.

Thanks!