mk <[EMAIL PROTECTED]> writes:
> http://www.python.org/dev/peps/pep-0008/
>
> "Function Names
>
> Function names should be lowercase, with words separated by
> underscores as necessary to improve readability."
>
> However, this PEP does not recommend any particular style for naming
> regula
http://www.python.org/dev/peps/pep-0008/
"Function Names
Function names should be lowercase, with words separated by underscores
as necessary to improve readability."
However, this PEP does not recommend any particular style for naming
regular (local) variables.
Personally I like "m