python - PySide code convention and naming -
is exists docs can find strict rules naming in python code use pyside?
if not should use camelcase or unde_score?
try follow pep8, python style guide. however, "new modules , packages (including third party frameworks) should written these standards, existing library has different style, internal consistency preferred." python uses camelcase classes, , seperation_by_underscores else.
Comments
Post a Comment