Design Patterns in Python

所在平台: Udemy

课程主页: https://www.udemy.com/course/design-patterns-in-python/

课程评论:没有评论

第一个写评论        关注课程

课程简介

## Python 设计模式课程总结 本课程旨在教授 **23 种 GoF(Gang of Four)设计模式**,并使用 **Python 语言**进行实现。 **课程核心内容:** * **设计模式的理解与应用:** 设计模式是软件设计中针对常见问题的可重复应用的模板或描述。学习设计模式有助于在规划、讨论、管理和文档化应用程序时,建立清晰、专业且可复用的沟通和解决方案。 * **Python 语言特性整合:** 在讲解每个设计模式时,课程会同步介绍相关的 Python 编程概念和技巧。通过实践示例代码,学员可以深入理解 Python 的细节,提升 Python 编程能力。 * **23 种 GoF 设计模式的全面覆盖:** * **创建型模式 (Creational Patterns):** 关注对象的创建过程,实现实例化过程的抽象,使对象的组合与表示之间存在逻辑分离。 * **结构型模式 (Structural Patterns):** 侧重于如何通过不同的结构技术组合类和对象,形成更灵活的结构。 * **行为型模式 (Behavioral Patterns):** 关注算法、流程、责任分配以及对象间的通信。 * **提高软件设计能力:** 设计模式提供了一套通用且有用的术语,方便在设计、文档编写、分析和重构新旧软件项目的过程中进行沟通和协作。 **学习价值:** * 掌握软件设计领域的核心概念。 * 提升使用 Python 进行面向对象编程的实践能力。 * 能够清晰地表达和理解软件设计思路。 * 为未来的软件开发项目打下坚实的基础。 **讲师:** Sean Bradley

课程评论(0条)

课程详情

Learn All of the 23 GoF (Gang of Four) Design Patterns and Implemented them in Python.Design Patterns are descriptions or templates that can be repeatedly applied to commonly recurring problems during in software design.A familiarity of Design Patterns is very useful when planning, discussing, managing and documenting your applications from now and into the future.Also, throughout the course, as each design pattern is discussed and demonstrated using example code, I introduce new Python coding concepts along with each new design pattern. So that as you progress through the course and try out the examples, you will also get experience and familiarity with some of the finer details of the Python programming language.In this course, you will learn about these 23 Design Patterns, CreationalFactoryAbstract FactoryBuilderPrototypeSingletonStructuralDecoratorAdapterFacadeBridgeCompositeFlyweightProxyBehavioralCommandChain of ResponsibilityObserver PatternInterpreterIteratorMediatorMementoStateStrategyTemplateVisitorIn the list of patterns above, there are Creational, Structural and Behavioral patterns.Creational: Abstracts the instantiation process so that there is a logical separation between how objects are composed and finally represented.Structural: Focuses more on how classes and objects are composed using the different structural techniques, and to form structures with more or altered flexibility.Behavioral: Are concerned with the inner algorithms, process flow, the assignment of responsibilities and the intercommunication between objects. Design patterns will give you a useful and common vocabulary for when designing, documenting, analyzing, restructuring new and existing software development projects from now and into the future.I look forward to having you take part in my course.Sean Bradley

课程标签

0人关注该课程

主题相关的课程