Where is excellent Python code?

23 points by jmasonherr ↗ HN
I'm a self taught programmer looking to see what others consider very good looking code. I want good style, so I'm looking for others to emulate. Are there any packages out there that come to mind? Why?

9 comments

[ 2.7 ms ] story [ 37.6 ms ] thread
I guess built-in libraries may be a good start.
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.