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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -