Deleted first paragraph

The subject of this section is finding examples of excellent code, not "readability matters".
This commit is contained in:
Marc Poulin
2018-09-24 14:29:11 -06:00
parent 3bdbae8d8c
commit 71b2afae23
-4
View File
@@ -3,10 +3,6 @@ Reading Great Code
.. image:: /_static/photos/34689452831_93d7fd0571_k_d.jpg
One of the core tenets behind the design of Python is creating
readable code. The motivation behind this design is simple: The number
one thing that Python programmers do is read code.
One of the secrets of becoming a great Python programmer is to read,
understand, and comprehend excellent code.