File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ one thing that Python programmers do is read code.
8
8
One of the secrets of becoming a great Python programmer is to read,
9
9
understand, and comprehend excellent code.
10
10
11
- Excellent code typically follows the guidelines outlined in :ref: `code_style `,
12
- and does its best to express a clear and concise intent to the reader.
11
+ Excellent code typically follows the guidelines outlined in
12
+ :ref: `code_style `, and does its best to express a clear and concise
13
+ intent to the reader.
13
14
14
- Included below is a list of recommended Python projects for reading. Each of
15
- these projects are paragons of excellent Python code .
15
+ Included below is a list of recommended Python projects for
16
+ reading. Each one of these projects is a paragon of Python coding .
16
17
17
18
- `Howdoi <https://github.com/gleitz/howdoi >`_
18
19
Howdoi is a code search tool, written in Python.
You can’t perform that action at this time.
0 commit comments