Dependency Injection

Palpandi palpandi111 at gmail.com
Sat Apr 11 02:50:48 EDT 2015


Hi all,

Can anyone explain about the dependency injection concept in python?

I have a class A. A is used in all other classes(B, C, D, ..). Is it good to use dependency injection concept in this situation or else any other suggestions? 

Thanks in advance.



More information about the Python-list mailing list