Timur Izhbulatov — Independent Electronic Music

Singleton in Python

Wed, 17 Dec 2008 01:02:00 in Tech stuff | permalink

pattern python singleton

Updated 2009-03-03. Arbitrary constructor arguments (Mark's suggestion).

Updated 2008-12-30. Thread-safety.

A recent discussion has drawn my attention again to the use of the Singleton pattern in Python. Here's how and why I do this.

(Read more...)