I have two questions:
-
I’m trying to implement an Observer design pattern in Python. What is the easiest implementation for that?
I need it to observe the status of machines in a render farm that I’m currently building.
-
Are there any good Python design pattern books out there?
There are already some nice sources of information about design patterns in Python.
Here’s an interesting book on Python design patterns.
Last but not least…Alex Martelli gave a very interesting talk regarding this issue for Google Developer Day US.
Edit:
After reading that this is a duplicate of another StackOverflow question, I would recommend that everyone read that one as well. There are a lot of useful links and comments there.