@@ -3,10 +3,6 @@ Reading Great Code
33
44.. image :: /_static/photos/34689452831_93d7fd0571_k_d.jpg
55
6- One of the core tenets behind the design of Python is creating
7- readable code. The motivation behind this design is simple: The number
8- one thing that Python programmers do is read code.
9-
106One of the secrets of becoming a great Python programmer is to read,
117understand, and comprehend excellent code.
128
@@ -28,12 +24,12 @@ reading. Each one of these projects is a paragon of Python coding.
2824- `Diamond <https://github.com/python-diamond/Diamond >`_
2925 Diamond is a python daemon that collects metrics
3026 and publishes them to Graphite or other backends.
31- It is capable of collecting cpu , memory, network, i/o , load and disk metrics.
27+ It is capable of collecting CPU , memory, network, I/O , load, and disk metrics.
3228 Additionally, it features an API for implementing custom collectors
3329 for gathering metrics from almost any source.
3430
3531- `Werkzeug <https://github.com/mitsuhiko/werkzeug >`_
36- Werkzeug started as simple collection of various utilities for WSGI
32+ Werkzeug started as a simple collection of various utilities for WSGI
3733 applications and has become one of the most advanced WSGI utility modules.
3834 It includes a powerful debugger, full-featured request and response objects,
3935 HTTP utilities to handle entity tags, cache control headers, HTTP dates,
0 commit comments