Python设计模式

Python设计模式

  • Python设计模式简介
  • Python工厂模式(Factory Pattern)
  • Python抽象工厂模式(Abstract Factory Pattern)
  • Python单例模式(Singleton Pattern)
  • Python原型模式(Prototype Pattern)
  • Python建造者模式(Builder Pattern)
  • Python适配器模式(Adapter Pattern)
  • Python装饰器模式(Decorator Pattern)
  • Python代理模式(Proxy Pattern)
  • Python外观模式(Facade Pattern)
  • Python桥接模式(Bridge Pattern)
  • Python组合模式(Composite Pattern)
  • Python享元模式(Flyweight Pattern)
  • Python 观察者模式(Observer Pattern)
  • Python策略模式(Strategy Pattern)
  • Python命令模式(Command Pattern)
  • Python迭代器模式(Iterator Pattern)
  • Python职责链模式(Chain of Responsibility Pattern)
  • Python备忘录模式(Memento Pattern)
  • Python访问者模式(Visitor Pattern)
  • Python状态模式(State Pattern)
  • Python解释器模式(Interpreter Pattern)
  • Python中介者模式(Mediator Pattern)

你可能感兴趣的:(python)