PyLucid CMS Logo

Our used python code style

Our source code style based on PEP-8.

Some points:

The source code header should look like this:

Python
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# coding: utf-8

"""
    the Headline
    ~~~~~~~~~~~~

    Some Info about the file.

    :copyleft: 2011 by the PyLucid team, see AUTHORS for more details.
    :license: GNU GPL v3 or above, see LICENSE for more details.
"""

...

↑ PyDev code formatter settings  #

Window -> Preferences -> Pydev -> Editor -> Code Style -> Code Formatter

PyDev code formatter settings

0 comments for 'code style':
    there exist no comment for 'code style'
Leave a comment
tag navi developing

django-processinfo: 6.0 ms of 224.6 ms (2.7%)