diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index 81fa0dc1..7fe4f95a 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -130,5 +130,15 @@ using :doc:`Dependency Injector <../index>`: :language: python :linenos: +Userful links +~~~~~~~~~~~~~ + +There are some useful links related to dependency injection design pattern +that could be used for further reading: + ++ https://en.wikipedia.org/wiki/Dependency_injection ++ https://martinfowler.com/articles/injection.html ++ https://github.com/ets-labs/python-dependency-injector ++ https://pypi.python.org/pypi/dependency_injector .. disqus::