The Zen of Python distils the guiding principles for Python into 20 aphorisms but lists only 19. What's the twentieth?

Posted by Jeff Walden on Stack Overflow See other posts from Stack Overflow or by Jeff Walden
Published on 2010-12-21T22:18:17Z Indexed on 2011/01/07 1:53 UTC
Read the original article Hit count: 549

Filed under:
|
|

From PEP 20, The Zen of Python:

Long time Pythoneer Tim Peters succinctly channels the BDFL's guiding principles for Python's design into 20 aphorisms, only 19 of which have been written down.

What is this twentieth aphorism? Does it exist, or is the reference merely a rhetorical device to make the reader think?

(One potential answer that occurs to me is that "You aren't going to need it" is the remaining aphorism. If that were the case, it would both exist and act to make the reader think, and it would be characteristically playful, thus fitting the list all the better. But web searches suggest this to be an extreme programming mantra, not intrinsically Pythonic wisdom, so I'm stumped.)

© Stack Overflow or respective owner

Related posts about python

Related posts about pythonic