You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro/community.rst
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,27 @@ There are three different types of PEPs (as defined by `PEP1 <http://www.python.
25
25
Describes a process related to Python.
26
26
27
27
28
+
Notable PEPs
29
+
~~~~~~~~~~~~
30
+
28
31
There are a few PEPs that could be considered required reading:
29
32
30
-
- `PEP8 <http://www.python.org/dev/peps/pep-0008/>`_: The Python Style Guide. Read this. All of it. Follow it.
33
+
- `PEP8 <http://www.python.org/dev/peps/pep-0008/>`_: The Python Style Guide.
34
+
Read this. All of it. Follow it.
31
35
32
-
- `PEP20 <http://www.python.org/dev/peps/pep-0020/>`_: The Zen of Python. A list of 19 statements that briefly explain the philosophy behind Python.
36
+
- `PEP20 <http://www.python.org/dev/peps/pep-0020/>`_: The Zen of Python.
37
+
A list of 19 statements that briefly explain the philosophy behind Python.
33
38
34
-
- `PEP257 <http://www.python.org/dev/peps/pep-0257/>`_: Docstring Conventions. Gives guidelines for semantics and conventions associated with Python docstrings.
0 commit comments