mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #435 from Hasimir/paragon-of-python
Grammar fixed as indicated in issue #429. Fixes #429
This commit is contained in:
@@ -8,11 +8,12 @@ one thing that Python programmers do is read code.
|
|||||||
One of the secrets of becoming a great Python programmer is to read,
|
One of the secrets of becoming a great Python programmer is to read,
|
||||||
understand, and comprehend excellent code.
|
understand, and comprehend excellent code.
|
||||||
|
|
||||||
Excellent code typically follows the guidelines outlined in :ref:`code_style`,
|
Excellent code typically follows the guidelines outlined in
|
||||||
and does its best to express a clear and concise intent to the reader.
|
:ref:`code_style`, and does its best to express a clear and concise
|
||||||
|
intent to the reader.
|
||||||
|
|
||||||
Included below is a list of recommended Python projects for reading. Each of
|
Included below is a list of recommended Python projects for
|
||||||
these projects are paragons of excellent Python code.
|
reading. Each one of these projects is a paragon of Python coding.
|
||||||
|
|
||||||
- `Howdoi <https://github.com/gleitz/howdoi>`_
|
- `Howdoi <https://github.com/gleitz/howdoi>`_
|
||||||
Howdoi is a code search tool, written in Python.
|
Howdoi is a code search tool, written in Python.
|
||||||
|
|||||||
Reference in New Issue
Block a user