You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lower_case: use lower case names (separated by underscores if necessary) for variables, function names, method names, "public" attributes
_underscore: weak "internal use" indicator for variables, methods and attributes - E.g. from M import * does not import objects whose name starts with an underscore.
__two_underscores: private variables and methods
ALL_CAPS: module level constants, for example: MAX_OVERFLOW, TOTAL.
remove
The text was updated successfully, but these errors were encountered: