Skip to content

Commit c625477

Browse files
committed
updates
1 parent 3d16297 commit c625477

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,24 @@ It is supplementary to my book titled **Design Patterns In Python** (ASIN : B08X
1515
&nbsp;<a href="https://www.amazon.co.jp/dp/B08XLJ8Z2J"><img src="/img/flag_jp.gif">&nbsp; https://www.amazon.co.jp/dp/B08XLJ8Z2J</a><br/>
1616
&nbsp;<a href="https://www.amazon.ca/dp/B08XLJ8Z2J"><img src="/img/flag_ca.gif">&nbsp; https://www.amazon.ca/dp/B08XLJ8Z2J</a>
1717

18+
## Course Access
19+
20+
There are 4 possible ways to access the video content in this course,
21+
22+
1. YouTube Membership : [https://www.youtube.com/channel/UCmUILI2AWt2MSUgPlZwFdOg/join](https://www.youtube.com/channel/UCmUILI2AWt2MSUgPlZwFdOg/join)
23+
2. Udemy : [https://www.udemy.com/course/design-patterns-in-python/?referralCode=7493DBBBF97FF2B0D24D](https://www.udemy.com/course/design-patterns-in-python/?referralCode=7493DBBBF97FF2B0D24D)
24+
3. Skillshare : [https://skl.sh/34SM2Xg](https://skl.sh/34SM2Xg)
25+
4. Book : [https://www.amazon.com/dp/B08XLJ8Z2J](https://www.amazon.com/dp/B08XLJ8Z2J) : ASIN B08XLJ8Z2J
26+
27+
28+
> **Book** [Design Pattern In Python](https://www.amazon.com/dp/B08XLJ8Z2J) includes Video Access Codes to view videos for FREE from this official documentation website at [https://sbcode.net/python/](https://sbcode.net/python/)
29+
30+
> Get **Udemy Discount Coupons** at [https://sbcode.net/coupons](https://sbcode.net/coupons)
1831
1932
All the code examples in the book can be found in these pages.
2033

34+
## Overview
35+
2136
A Design Pattern is a description or template that can be repeatedly applied to a commonly recurring problem in software design.
2237

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

0 commit comments

Comments
 (0)