<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Design-Patterns on DailyPyTips</title><link>https://dailypytips.com/tags/design-patterns/</link><description>Recent content in Design-Patterns on DailyPyTips</description><generator>Hugo -- 0.161.1</generator><language>en-us</language><lastBuildDate>Mon, 04 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://dailypytips.com/tags/design-patterns/index.xml" rel="self" type="application/rss+xml"/><item><title>Stop Hardcoding Object Creation: Factory Pattern for Real Systems</title><link>https://dailypytips.com/posts/design_patterns_2/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://dailypytips.com/posts/design_patterns_2/</guid><description>A practical guide to the Factory Pattern in Python. Learn how to centralize object creation, reduce coupling, and evolve toward DI in real systems.</description></item><item><title>Stop Writing Endless if-else: Strategy Pattern for Real Systems</title><link>https://dailypytips.com/posts/design_patterns_1/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://dailypytips.com/posts/design_patterns_1/</guid><description>A practical, real-world guide to the Strategy Pattern in Python. Learn how to eliminate if-else chaos and build scalable, extensible systems.</description></item></channel></rss>