Skip to content

Commit 1423ad5

Browse files
committed
updates
1 parent d205f22 commit 1423ad5

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,31 @@ There are 4 possible ways to access the video content in this course,
3535

3636
All the code examples in the book can be found in these pages.
3737

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+
---
4139

40+
**TIP**
4241

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)
4355
4456
## Overview
4557

4658
A Design Pattern is a description or template that can be repeatedly applied to a commonly recurring problem in software design.
4759

4860
A familiarity of Design Patterns will be very useful when planning, discussing, managing and documenting your applications from now on and into the future.
4961

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.
5163

5264
So, in this book, you will learn about these 23 Design Patterns,
5365

@@ -80,8 +92,8 @@ So, in this book, you will learn about these 23 Design Patterns,
8092

8193
## Pattern Types
8294

83-
_...Refer to Book or 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._
8496

8597
## Class Scope and Object Scope Patterns
8698

87-
_...Refer to Book or 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

Comments
 (0)