You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,31 @@ There are 4 possible ways to access the video content in this course,
35
35
36
36
All the code examples in the book can be found in these pages.
37
37
38
-
<!-- prettier-ignore -->
39
-
> **Note**
40
-
If you just want to read my design pattern articles, and you don't need to access the videos, then you can read them via [Medium Membership](https://sean-bradley.medium.com/membership)
38
+
---
41
39
40
+
**TIP**
42
41
42
+
> [Design Patterns In python](https://www.amazon.com/dp/B08XLJ8Z2J)**(Paperback/Kindle)** includes Video Access Codes to view videos for FREE from the official documentation website at [https://sbcode.net/python/](https://sbcode.net/python/)
43
+
44
+
---
45
+
46
+
**TIP**
47
+
48
+
> Get **Udemy Discount Coupons** at [https://sbcode.net/coupons](https://sbcode.net/coupons)
49
+
50
+
---
51
+
52
+
**Note**
53
+
54
+
> If you just want to read my design pattern articles, and you don't need to access the videos, then you can read them via [Medium Membership](https://sean-bradley.medium.com/membership)
43
55
44
56
## Overview
45
57
46
58
A Design Pattern is a description or template that can be repeatedly applied to a commonly recurring problem in software design.
47
59
48
60
A familiarity of Design Patterns will be very useful when planning, discussing, managing and documenting your applications from now on and into the future.
49
61
50
-
Also, throughout the book, as each design pattern is discussed and demonstrated using example code, I also introduce new python coding concepts with each new design pattern. So that as you progress through the book and try out the examples, you will also get experience and familiarity with some of the finer details of programming with python.
62
+
Also, throughout the book, as each design pattern is discussed and demonstrated using example code, I also introduce new python coding concepts with each new design pattern. So that as you progress through the book and try out the examples, you will also get experience and familiarity with some finer details of programming with python.
51
63
52
64
So, in this book, you will learn about these 23 Design Patterns,
53
65
@@ -80,8 +92,8 @@ So, in this book, you will learn about these 23 Design Patterns,
80
92
81
93
## Pattern Types
82
94
83
-
_...Refer to Bookor Videos for extra content._
95
+
_...Refer to [Book](https://www.amazon.com/dp/B08Z282SBC), pause [Video Lectures](#videos)or subscribe to [Medium Membership](https://sean-bradley.medium.com/membership) to read textual content._
84
96
85
97
## Class Scope and Object Scope Patterns
86
98
87
-
_...Refer to Bookor Videos for extra content._
99
+
_...Refer to [Book](https://www.amazon.com/dp/B08Z282SBC), pause [Video Lectures](#videos)or subscribe to [Medium Membership](https://sean-bradley.medium.com/membership) to read textual content._
0 commit comments