Is there a framework equivalent to Guice (http://code.google.com/p/google-guice) for Python?
pinject (https://github.com/google/pinject) is a newer alternative. It seems to be maintained by Google and follows a similar pattern to Guice (https://code.google.com/p/google-guice/), it's Java counterpart.