From ea2a7923db8bbe2c1348eb59eb3da4f72f1efb88 Mon Sep 17 00:00:00 2001 From: Grygorii Iermolenko Date: Fri, 8 Feb 2019 17:26:40 +0200 Subject: [PATCH] Add Videos section to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c2e752e98..581bfa925 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,17 @@ __Others__: | [hsm](patterns/other/hsm/hsm.py) | hierarchical state machine - non gang of four pattern | +Videos +------ +[Design Patterns in Python by Peter Ullrich](https://www.youtube.com/watch?v=bsyjSW46TDg) + +[Sebastian BuczyƄski - Why you don't need design patterns in Python?](https://www.youtube.com/watch?v=G5OeYHCJuv0) + +[You Don't Need That!](https://www.youtube.com/watch?v=imW-trt0i9I) + +[Pluggable Libs Through Design Patterns](https://www.youtube.com/watch?v=PfgEU3W0kyU) + + Contributing ------------ When an implementation is added or modified, please review the following guidelines: