6 ms·
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 jQuer
by jamongkad 17y 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.
- joshu 17y agoI'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!