classname

Association between naming classes and naming their files in python (convention?)

Association between naming classes and naming their files in python (convention?) Question: In python (and some other languages) I have learned, that the name of a class should be written in small letters except for the first letter of each word, which should be a capital letter. Example: class FooBar: … A class should go …

Total answers: 2