How-to articles, tricks, and solutions about CLASS-VARIABLES
Class (static) variables and methods
In Python, class variables are variables that are shared by all instances of a class.