Examples of Python implementations of the observer design pattern can be found in the following books:
- Data formatter: "Every time the value of the default formatter is updated, the registered formatters are notified and take action." [Mastering Python Design Patterns, section "The Observer Pattern" subsection "Implementation" / Kindle pos. 2416]
- "(... ) Every observer gets a Unit timestamp an will print it out in either the USA (12 hour) format or the (24 hour) EU format." [Learning Python Design Patterns, section "Observer design pattern" subsection "Implementation in Python" /Kindle pos. 900]
Kasampalis, Sakis | Mastering Python Design Patterns | Packt Publishing Ltd. | 1st | 2015
Zlobin, Gennadiy | Learning Python Design Patterns | Packt Publishing Ltd. | 1st | 2013
By the way: A lot of other references to design pattern implementation examples in Python can be found on eswp3.org.