written on July 24, 2009 The infamous Singleton design pattern is now widely seen as stupid and evil and also causes some hatred. Fortunately singletons in Python are not that common and few people use it. It seems to be a natural thing not to create a singleton class. But beware. Just because you do not implement the singleton design pattern it does not mean you avoid the core problem of a single
