- Avoid lines longer than 79 characters.
-
Make your code conform to pep8 and pyflakes
-
Use four spaces for indentation.
-
New code should be written using Gtk3, Gst-1.0, etc.
-
Use json, ...
-
Use sugargames when interfacing to pygames
- Methods documentation should be "attached" to the methods (See http://www.python.org/dev/peps/pep-0257)