Am I crazy regarding the style guide for function names?

Leif K-Brooks eurleif at ecritters.biz
Fri Jun 18 22:16:04 EDT 2004


I try to make my code comply to the Python style guide 
(http://www.python.org/peps/pep-0008.html). Last time I read it, I swear 
that it said to use CamelCase for often-used functions and 
lower_case_with_underscores for rarely-used utility functions. Now it 
says to use low_case_with_underscores for everything, but it claims to 
be last updated in 2001. Am I crazy?



More information about the Python-list mailing list