今回はまたもやデザインパターンの話と、Pythonがきてる?という話などをしたいと思います。 Bridgeパターンというのは、デザインパターンの一個です。 どういうものかというと、Abstract Factoryパターンよりも簡単です。 委譲というのと、インターフェースを ...
Pattern Program in Python This repository contains a collection of pattern programs written in Python. These programs demonstrate different types of patterns that can be created using loops in Python.