commit
0d0236d932
38
pep-0020.txt
38
pep-0020.txt
|
@ -5,19 +5,24 @@ Last-Modified: $Date$
|
||||||
Author: tim.peters@gmail.com (Tim Peters)
|
Author: tim.peters@gmail.com (Tim Peters)
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Content-Type: text/plain
|
Content-Type: text/x-rst
|
||||||
Created: 19-Aug-2004
|
Created: 19-Aug-2004
|
||||||
Post-History: 22-Aug-2004
|
Post-History: 22-Aug-2004
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
|
||||||
|
|
||||||
Long time Pythoneer Tim Peters succinctly channels the BDFL's
|
Abstract
|
||||||
guiding principles for Python's design into 20 aphorisms, only 19
|
========
|
||||||
of which have been written down.
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
The Zen of Python
|
The Zen of Python
|
||||||
|
=================
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
Beautiful is better than ugly.
|
Beautiful is better than ugly.
|
||||||
Explicit is better than implicit.
|
Explicit is better than implicit.
|
||||||
|
@ -41,19 +46,24 @@ The Zen of Python
|
||||||
|
|
||||||
|
|
||||||
Easter Egg
|
Easter Egg
|
||||||
|
==========
|
||||||
|
|
||||||
>>> import this
|
::
|
||||||
|
|
||||||
|
>>> import this
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
=========
|
||||||
|
|
||||||
This document has been placed in the public domain.
|
This document has been placed in the public domain.
|
||||||
|
|
||||||
|
|
||||||
|
..
|
||||||
Local Variables:
|
Local Variables:
|
||||||
mode: indented-text
|
mode: indented-text
|
||||||
indent-tabs-mode: nil
|
indent-tabs-mode: nil
|
||||||
sentence-end-double-space: t
|
sentence-end-double-space: t
|
||||||
fill-column: 70
|
fill-column: 70
|
||||||
End:
|
End:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue