Live data from Hacker News

Where is excellent Python code?

news.ycombinator.com

1–10 of 10 posts

Re: Where is excellent Python code?

#10

What about BeautifulSoup? It stands out to me as extremely usable and friendly. Any comments on how it looks under the hood?

Not a comment about under the hood, but, BeautifulSoup's use of CamelCase in module names and the fact that it's a parser for the ugliest shit out there (HTML) makes me believe the code is more soup than beautiful.