Y
Hacker News
new
|
ask
|
show
|
jobs
by
avtar
4624 days ago
"And quite frankly, I stumble upon badly written Python way more often than C."
I'm curious, which public codebases would you consider to be examples of well written Python?
1 comments
matthiasv
4624 days ago
The often cited requests library, flask and Django. Some counter examples are high profile projects such as IPython and Matplotlib.
link
avtar
4623 days ago
Thanks. I'll spend some time with Requests over the weekend. It looks like the person who maintains that library is also behind this
http://docs.python-guide.org/en/latest/#writing-great-code
link