Here is an example from Peter Norvig's Python IAQ How do I do the Singleton Pattern in Python? (You should use search feature of you your browser to find this question, there is no direct link, sorry)
Also Bruce Eckel has another example in his book Thinking in Python (again there is no direct link to the code)
