From 93e695d93bf810e1eb32e2cc6115771330635659 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 29 May 2017 10:19:23 +0300 Subject: [PATCH] Add section "Useful links" to di_in_python.rst --- docs/introduction/di_in_python.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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::