Search Results

10
votes
13answers
2k views

Is there a simple, elegant way to define Singletons in Python?

There seem to be many ways to define Singletons in python. I was wondering if there is a consensus opinion on StackOverflow. …
3
votes

Is there a simple, elegant way to define Singletons in Python?

@Serge: I like this quote from Norvig. Before the Gang of Four got all academic on us, ``singleton'' (without …