June 2017
Beginner to intermediate
274 pages
6h 49m
English
The overriding rule of Python naming conventions is that the naming style for an object should make it plain how the object is used, not what the object is underneath. This means, for example, that a top-level function, which is called to create new objects and which therefore behaves like a class, should be named like a class.
Read now
Unlock full access