Question #936

Which naming convention should be followed to write a class name?

According to PEP 8, class names in Python should follow the PascalCase (or CapWords) convention. (python.org/dev/peps/pep-0008/#class-names)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: