Skip to content

Commit 14414ac

Browse files
authored
Update README.md
1 parent 5b8e7bb commit 14414ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# HeadFirstDesignPatterns_python
1+
# Head First Design Patterns python code
22

33
<img src="images\learning.oreilly.jpg" alt="Head First Design Patterns Second Edition" width="200" align="right">Example code from [Head First Design Patterns second edition](https://www.wickedlysmart.com/head-first-design-patterns/) translated to python to help me understand and memorise the patterns.
44

55
I have added examples of pattern usage in the Python standard library and pypi - I am starting to see patterns everywhere!
66

77
> **Note**
8-
> I am aiming for a reasonably literal translation whilst trying to make the code a little more pythonic by, e.g. using python conventions for `ClassNames` and `method_names` and putting all of the code in a single file where it makes sense to do so.
8+
> I am aiming for a mostly literal translation whilst trying to make the code a little more pythonic by, e.g. using python conventions for `ClassNames` and `method_names` and putting all of the code in a single file where it makes sense to do so.
99
1010
## Patterns Implemented
1111

0 commit comments

Comments
 (0)