Skip to content

Commit f87320a

Browse files
committed
Added a README
1 parent 90f881d commit f87320a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## A Pythonic approach to Design Patterns
2+
3+
This repo hosts the #DPOTW series where a particular object-oriented design-pattern will be implemented
4+
every week in a Pythonic way and in its various implementation avatars.
5+
6+
Discussions will happen in my twitter handle https://twitter.com/skeptichacker . Please follow the hash-tag
7+
#DPOTW .
8+
9+
1. Week #1 [08-05-2017] - Implemented the singleton pattern in its different avatars.
10+
2. Week #2 [15-05-2017] - Prototype pattern (coming soon!)
11+

0 commit comments

Comments
 (0)