Reading Great Code
Excellent code typically follows the guidelines outlined inCode Style, and does its best to express a clear and conciseintent to the reader.
- Howdoi is a code search tool, written in Python.
- DiamondDiamond is a Python daemon that collects metricsand publishes them to Graphite or other backends.It is capable of collecting CPU, memory, network, I/O, load, and disk metrics.Additionally, it features an API for implementing custom collectorsfor gathering metrics from almost any source.
- Requests is an Apache2 Licensed HTTP library, written in Python,for human beings.
Todo
Todo