In conceptually related news, you might remember how a year or so ago I was obsessed with configuration interfaces. I even wrote a paper about them. Well, today Anthony Baxter talks about his client-side GUI implementation of a configuration interface. Thu Jun 24 2004 21:21 PST:
Beautiful Soup is proving quite popular. Looking at people's weblog entries that mention it I'm seeing lots of other HTML parsers. So far the closest one to Beautiful Soup is pullparser. I say it's the closest because it has a tree traversal method--to me tree traversal has always been the most annoying part of screen-scraping. It's not as forgiving of bad HTML as Beautiful Soup, though (the second most annoying part of screen-scraping).
Filed under: technology:software