Related Content from Around Faves
standard
-
Guido's recommendations for python coding conventions.
I don't follow the function naming conventions - as I'm too used to InitialCapital for function and method names (I think functions should look more like Classes than variables).
6 FaversViewed: 7 TimesQuoted: Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.
- Rich - May 16 20091 FaverViewed: 10 Times
- petersigrist - May 13 20091 FaverViewed: 36 Times

