File: rules.rst

package info (click to toggle)
python-ws4py 0.5.1%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 736 kB
  • sloc: python: 4,520; makefile: 139; javascript: 96
file content (14 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. _rules:

Coding Rules
============

Python is a rather flexible language which favors conventions over configurations. 
This is why, over the years, some community rules were published that most Python developers follow.
ws4py tries to follow those principles for the most part and therefore.

Therefore please carefully read:

- :pep:`8` that suggests a set of coding rules and naming conventions
- :pep:`20` for the spirit behind Python coding