Pythonの命名規則とかないかな、と思って探したらあった。
Python自体のコーディング規約だが、基本的にこれを使うのが良いと思う。
PEP 8 - Style Guide for Python Code
https://www.python.org/dev/peps/pep-0008/
日本語訳
https://dl.dropboxusercontent.com/u/555254/pep-0008.ja.html
GoogleのGoogle Python Style Guide
http://google-styleguide.googlecode.com/svn/trunk/pyguide.html