🦉
Pinned Loading
-
-
The Zen of Python, by Tim Peters
The Zen of Python, by Tim Peters 1# The Zen of Python ([PEP 20](https://www.python.org/dev/peps/pep-0020/))
23```plain
4Beautiful is better than ugly.
5Explicit is better than implicit.
-
API Design by J. Bloch
API Design by J. Bloch 11. **All programmers are API designers.** Good programs are modular, and intermodular boundaries define APIs. Good modules get reused.
22. **APIs can be among your greatest assets or liabilities.** Good APIs create long-term customers; bad ones create long-term support nightmares.
33. **Public APIs, like diamonds, are forever.** You have one chance to get it right so give it your best.
44. **APIs should be easy to use and hard to misuse.** It should be easy to do simple things; possible to do complex things; and impossible, or at least difficult, to do wrong things.
55. **APIs should be self-documenting**: It should rarely require documentation to read code written to a good API. In fact, it should rarely require documentation to write it.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.