Python
======
There is a style guide for Python code: `PEP 8 `_,
which is analysed in the following sections.
`The Zen of Python `_
is a set of aphorisms to guide Python's design
.. ipython:: python
import this
.. toctree::
:maxdepth: 2
:caption: Tips:
names
space
import
function
docs
structure
various