Conversation
Notices
-
Trying to get familiar with #BeautifulSoup so I can make a script to parse a HTML table and output #RSS in !python
- Max likes this.
-
@ddevine Have you taken a look at lxml.html? It's simpler for some things, and faster.
-
@samatjain I did look at lxml.html but I found beautiful soup easier to understand.
-
@ddevine It depends on what you're doing. Take a look at http://ur1.ca/2ckcf
-
@ddevine But I have to agree, the lxml docs are sort of crap
-
@ddevine By the way, also useful is pyQuery (jQuery-like API for !Python, based on lxml) http://ur1.ca/2ckef
Carlo E. T. Oliveira likes this. -
@samatjain Cool. I'll check it out!