Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Python coding guidelines
authored
Oct 21, 2021
by
Moreau Nicolas
Show whitespace changes
Inline
Side-by-side
Python-coding-guidelines.md
View page @
8a5fa59b
[[
_TOC_
]]
# Purpose
This documents aims at defining standard coding rules for all Python code in the application. It is based on
\[
PEP 8
\]
(
<https://www.python.org/dev/peps/pep-0008/>
).
...
...