Python: Advanced Design Patterns

Python: Advanced Design Patterns

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 24m | 213 MB

Design patterns encourage clean programming. In this course, take a look at some advanced design patterns as applied to Python. Instructor Jungwoo Ryoo begins by looking at why-or why not-use design patterns in the first place. Jungwoo then steps through some design best practices, going over topics such as quality attributes and domain-specific patterns. He also introduces some practical design patterns described by the Gang of Four, including Command, Interpreter, and Memento. Plus, he helps you grasp how these patterns actually work at the code level by walking through sample scripts.

Topics include:

  • Architectural vs. design patterns
  • Why use design patterns?
  • Design best practices
  • Domain-specific patterns and security patterns
  • Gang of Four design patterns
  • Command, Mediator, and State
  • Template method