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?
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.
9 comments
[ 2.7 ms ] story [ 37.6 ms ] threadAnd:
http://news.ycombinator.com/item?id=327710
http://news.ycombinator.com/item?id=599994
Flask[2] source code is also lovely.
[1] - https://github.com/django/django
[2] - https://github.com/mitsuhiko/flask
Lovely code and good documentation
https://github.com/kennethreitz/requests
Also checkout the Hitchhiker's Guide to Python
http://docs.python-guide.org/en/latest/index.html