From 1c1f87c4dcbee43b1398821c1902e67152cab2d8 Mon Sep 17 00:00:00 2001 From: Byrone Songa Date: Wed, 2 Jul 2025 05:08:32 +0300 Subject: [PATCH] new changes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05222bc9..6fa4e171 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ python-patterns =============== A collection of design patterns and idioms in Python. +My first time to work on an open_source project in Python building on Python patterns. Remember that each pattern has its own trade-offs. And you need to pay attention more to why you're choosing a certain pattern than to how to implement it.