Description:
Author: Jungwoo Ryoo
Language: English
Released: 2/21/2018
Torrent Contains: 36 Files, 6 Folders
Course Source:
https://www.lynda.com/Python-tutorials/Python-Advanced-Design-Patterns/656802-2.html Description
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.