-
Article Help - Dependency Injection in Python
I believe dependency injection can improve the design and quality of Python applications. It seems this idea is somewhat controversial. My previous post invoked a... (continue reading) -
A figleaf Text Coverage Report
figleaf is an indispensable tool for calculating code coverage. I use it to ensure my unit tests are testing a significant portion my code. It... (continue reading) -
snake-guice Binder Options
snake-guice provides a simple DSL to wire up an application's dependencies. The current version implements this with chained method calls like google-guice. An example from... (continue reading) -
ANN: snake-guice Preview - A Dependency Injection Framework
snake-guice is a dependency injection framework for Python. It has been heavily inspired by google-guice.snake-guice is still in development and will not be ready to... (continue reading) -
Turning Off Import Warnings In Python
This works for all warnings.http://docs.python.org/lib/warning-filter.htmlcab2ffde41d8420b4218a5aa306477f3... (continue reading)