[Tutor] name conventions

eryksun eryksun at gmail.com
Mon Oct 22 19:55:15 CEST 2012


On Mon, Oct 22, 2012 at 1:43 PM, Mike McTernan <livingmike at gmail.com> wrote:
> Hi there,
>
> I am doing some online tutorials and have found two approaches to
> naming things: this_is_a_name and thisIsAName.

Read PEP 8, specifically the section on Naming Conventions:

http://www.python.org/dev/peps/pep-0008/#naming-conventions


More information about the Tutor mailing list