The Elements of Python Style →
A proposed style guide for Python, not quite as specific as PEP8, but dealing with some things that PEP8 doesn’t.
I agree with most of this, but this one in particular stood out to me because it echoes what I said in my first impressions of Clojure:
No one wins any points for shortening “response” to “rsp”.
(Via Python Bytes, episode #14)