There is a questions asking how to simulate static variables in python.
Also, on the web one can find many different solutions to create static variables. (Though I
The answer's pretty much the same as why nobody uses static methods (even though they exist). You have a module-level namespace that serves about the same purpose as a class would anyway.