![]() |
PluralSight Design Patterns in Python 3 Bookware-EDiSO - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: PluralSight Design Patterns in Python 3 Bookware-EDiSO (/Thread-PluralSight-Design-Patterns-in-Python-3-Bookware-EDiSO) |
PluralSight Design Patterns in Python 3 Bookware-EDiSO - AD-TEAM - 07-10-2024 ![]()
Download Free Download : PluralSight Design Patterns in Python 3 Bookware-EDiSO
mp4 | Video: h264,1920X1080 | Audio: AAC, 44.1 KHz Genre:eLearning | Language: English | Size:779.41 MB Files Included : 01 Course Overview.mp4 (4.62 MB) MP4 02 Introducing Design Patterns in Python.mp4 (6.51 MB) MP4 03 Seeing Examples of Design Patterns in the World around Us.mp4 (4.7 MB) MP4 04 Classifying Design Patterns.mp4 (2.62 MB) MP4 05 Installing the Tools You Will Need.mp4 (1.58 MB) MP4 06 Creating Interfaces in Python.mp4 (5.63 MB) MP4 07 Reviewing This Module.mp4 (1.67 MB) MP4 08 Introducing the Factory Creational Pattern.mp4 (1.38 MB) MP4 09 Demo 1 - A Motivating Example.mp4 (6.52 MB) MP4 10 Demo 2 - The Simple Factory Pattern Structure.mp4 (12.06 MB) MP4 11 Demo 3 - The Full Factory Pattern.mp4 (10.25 MB) MP4 12 Module Summary.mp4 (2.17 MB) MP4 13 Introducing the Abstract Factory Pattern.mp4 (2.39 MB) MP4 14 Demo 1 - A Motivating Example.mp4 (7.47 MB) MP4 15 Understanding Abstract Factory.mp4 (2.8 MB) MP4 16 Demo 2 - Implementing the Abstract Factory Pattern.mp4 (6.06 MB) MP4 17 Module Summary.mp4 (1.35 MB) MP4 18 Introducing the Builder Pattern.mp4 (3.14 MB) MP4 19 Demo 1 - A Motivating Example.mp4 (15.4 MB) MP4 20 Demo 2 - Implementing the Builder Pattern.mp4 (9.02 MB) MP4 21 Module Summary.mp4 (1.76 MB) MP4 22 Introducing the Prototype Pattern.mp4 (4.9 MB) MP4 23 Demo 1 - Understanding Shallow Cloning.mp4 (10.14 MB) MP4 24 Demo 2 - Implementing Deep Cloning.mp4 (5.85 MB) MP4 25 Demo 3 - Using a Prototype Manager.mp4 (6.01 MB) MP4 26 Module Summary.mp4 (2.19 MB) MP4 27 Introducing the Singleton Pattern.mp4 (2.51 MB) MP4 28 Demo 1 - The Classic Singleton.mp4 (6.17 MB) MP4 29 Reviewing the Problems Discovered.mp4 (3.56 MB) MP4 30 Demo 2 - Using a Base Class.mp4 (7.86 MB) MP4 31 Demo 3 - Using a Metaclass.mp4 (4.03 MB) MP4 32 Demo 4 - Implementing MonoState.mp4 (3.12 MB) MP4 33 Module Summary.mp4 (2.41 MB) MP4 34 Introducing the Adapter Pattern.mp4 (2.6 MB) MP4 35 Demo 1 - A Motivating Example.mp4 (8.63 MB) MP4 36 Understanding the Adapter Pattern.mp4 (4.18 MB) MP4 37 Demo 2 - Implementing an Object Adapter.mp4 (5.09 MB) MP4 38 Demo 3 - Implementing a Class Adapter.mp4 (4.95 MB) MP4 39 Comparing Object and Class Adapters.mp4 (3.52 MB) MP4 40 Introducing the Bridge Pattern.mp4 (2.22 MB) MP4 41 Demo 1 - Solving a Problem Using Subclassing.mp4 (6.63 MB) MP4 42 Demo 2 - Adding Discounts.mp4 (5.71 MB) MP4 43 Understanding the Problems Found.mp4 (4.26 MB) MP4 44 Demo 3 -- Implementing the Bridge Pattern.mp4 (7.72 MB) MP4 45 Demo 4 - Adding the Special Offer Feature.mp4 (5.23 MB) MP4 46 Module Summary.mp4 (2.3 MB) MP4 47 Introducing the Composite Pattern.mp4 (3.47 MB) MP4 48 Demo 1 - Motivating Example.mp4 (6.34 MB) MP4 49 Understanding the Composite Pattern.mp4 (4.23 MB) MP4 50 Demo 2 - Implementing the Composite Pattern.mp4 (11.5 MB) MP4 51 Module Summary.mp4 (4.1 MB) MP4 52 Introducing the Decorator Pattern.mp4 (2.62 MB) MP4 53 Demo 1 - A Naïve Approach.mp4 (6.04 MB) MP4 54 Demo 2 - Second Attempt.mp4 (5.39 MB) MP4 55 Understanding the Issues and the Decorator Pattern.mp4 (4.35 MB) MP4 56 Demo 3 - Implementing the Decorator Pattern.mp4 (8.51 MB) MP4 57 How Python Decorators Differ.mp4 (3.96 MB) MP4 58 Module Summary.mp4 (1.16 MB) MP4 59 Introducing the Façade Pattern.mp4 (2.99 MB) MP4 60 Demo 1 - A Naïve Approach.mp4 (7.91 MB) MP4 61 Understanding the Façade Pattern.mp4 (4.73 MB) MP4 62 Demo 2 -- Implementing Façade.mp4 (9.51 MB) MP4 63 Module Summary.mp4 (1.49 MB) MP4 64 Introducing the Flyweight Pattern.mp4 (3.74 MB) MP4 65 Demo 1 - Trying A Naïve Approach.mp4 (7.37 MB) MP4 66 Understanding the Pros and Cons of Flyweight.mp4 (3.99 MB) MP4 67 Demo 2 - Implementing the Flyweight Pattern.mp4 (10.19 MB) MP4 68 Module Summary.mp4 (1.46 MB) MP4 69 Introducing the Proxy Pattern.mp4 (1.48 MB) MP4 70 Module Overview.mp4 (4.15 MB) MP4 71 Demo 1 - Naïve Implementation.mp4 (9.64 MB) MP4 72 Understanding the Proxy Pattern.mp4 (3.24 MB) MP4 73 Demo 2 - Implementing the Proxy Pattern.mp4 (11.69 MB) MP4 74 Module Summary.mp4 (3.78 MB) MP4 75 Introducing the Strategy Pattern.mp4 (3.2 MB) MP4 76 Demo 1 - A Naïve Implementation.mp4 (8.8 MB) MP4 77 Understanding the Proxy Pattern.mp4 (3.73 MB) MP4 78 Demo 2 - Implementing Strategy.mp4 (6.21 MB) MP4 79 Strategic Advantages.mp4 (1.67 MB) MP4 80 Demo 3 - Working on Useful Variations.mp4 (3.9 MB) MP4 81 Module Summary.mp4 (1.43 MB) MP4 82 Introducing the Command Pattern.mp4 (3.13 MB) MP4 83 Demo 1 - A Naïve Implementation.mp4 (7.47 MB) MP4 84 Understanding the Command Pattern.mp4 (4.07 MB) MP4 85 Demo 2 - Implementing the Command Pattern.mp4 (13.83 MB) MP4 86 Demo 3 - Undo.mp4 (12.72 MB) MP4 87 Module Summary.mp4 (1.75 MB) MP4 88 Introducing the State Pattern.mp4 (3.9 MB) MP4 89 Overview - the Big Picture.mp4 (2.45 MB) MP4 90 Demo 1 - A Naïve Implementation.mp4 (10.42 MB) MP4 91 Understanding the State Pattern.mp4 (2.16 MB) MP4 92 Demo 2 - Implementing the State Pattern.mp4 (14.01 MB) MP4 93 Module Summary.mp4 (3.59 MB) MP4 100 Module Summary.mp4 (2.11 MB) MP4 94 Introducing the Observer Pattern.mp4 (5.25 MB) MP4 95 Demo 1 - A Naïve Implementation.mp4 (4.9 MB) MP4 96 Understanding the Observer Pattern.mp4 (4.41 MB) MP4 97 Demo 2 - Implementing the Observer Pattern.mp4 (11.05 MB) MP4 98 Observing the Results and Noticing a Bug.mp4 (2.03 MB) MP4 99 Demo 3 - Fixing the Bug.mp4 (4.36 MB) MP4 101 Introducing the Visitor Pattern.mp4 (2.84 MB) MP4 102 Demo 1 - A Naïve Approach.mp4 (6.26 MB) MP4 103 Understanding the Visitor Pattern.mp4 (5.19 MB) MP4 104 Demo 2 - Implementing the Visitor Pattern.mp4 (10.94 MB) MP4 105 Demo 3 - Finding the Oldest Using Visitor.mp4 (5.53 MB) MP4 106 Consequences and Summary.mp4 (4.35 MB) MP4 107 Introducing the Chain of Responsibility Pattern.mp4 (2.5 MB) MP4 108 Demo 1 - A Naïve Approach.mp4 (5.95 MB) MP4 109 Understanding the Pattern.mp4 (2.02 MB) MP4 110 Demo 2 - Implementing Chain of Responsibility.mp4 (7.86 MB) MP4 111 Demo 3 - Replacing a Chain with a List.mp4 (2.99 MB) MP4 112 Module Summary.mp4 (1.54 MB) MP4 113 Introducing the Mediator Pattern.mp4 (5.34 MB) MP4 114 Demo 1 - A Naïve Approach.mp4 (8.76 MB) MP4 115 Understanding the Mediator Pattern.mp4 (2.42 MB) MP4 116 Demo 2 - Implementing Mediator.mp4 (9.62 MB) MP4 117 Considering the Consequences.mp4 (2.3 MB) MP4 118 Module Summary.mp4 (1.95 MB) MP4 119 Introducing the Memento Pattern.mp4 (2.94 MB) MP4 120 Demo 1 - Before Memento.mp4 (5.44 MB) MP4 121 Understanding the Memento Pattern.mp4 (1.56 MB) MP4 122 Demo 2 - Implementing the Memento Pattern.mp4 (5.35 MB) MP4 123 Module Summary.mp4 (1.77 MB) MP4 124 Introducing the Null Pattern.mp4 (1.66 MB) MP4 125 Demo 1 Before Null.mp4 (3.45 MB) MP4 126 Demo 2 Implementing the Null Pattern.mp4 (2.52 MB) MP4 127 Module Summary.mp4 (1.57 MB) MP4 128 Introducing the Template Pattern.mp4 (1.55 MB) MP4 129 Demo 1 - Before Template.mp4 (4.63 MB) MP4 130 Understanding the Template Pattern.mp4 (2.16 MB) MP4 131 Understanding the Pattern Structure.mp4 (1.46 MB) MP4 132 Demo 2 - Implementing Template.mp4 (6.25 MB) MP4 133 Exploring the Consequences of Template.mp4 (2.47 MB) MP4 134 Introducing the Iterator Pattern.mp4 (3.58 MB) MP4 135 Demo 1 - Before Iterator.mp4 (10.05 MB) MP4 136 Understanding the Iterator Pattern and Python Support.mp4 (5.74 MB) MP4 137 Demo 2 - Implementing the Template Pattern.mp4 (5.93 MB) MP4 138 Demo 3 - Using Generators as Iterators.mp4 (4.18 MB) MP4 139 Exploring the Consequences of Iterator.mp4 (2.26 MB) MP4 140 Introducing the Interpreter Pattern.mp4 (2.16 MB) MP4 141 Understanding Domain Specific Languages.mp4 (1.33 MB) MP4 142 Reviewing Backus Normal Form.mp4 (2.66 MB) MP4 143 Building a Grammar.mp4 (2.81 MB) MP4 144 Understanding the Structure of Iterator.mp4 (2.2 MB) MP4 145 Demo 1 - Implementing the Iterator Pattern.mp4 (12.1 MB) MP4 146 Exploring the Consequences of Iterator.mp4 (1.36 MB) MP4 147 Module Summary.mp4 (1.36 MB) MP4 148 You Made It.mp4 (963.1 KB) MP4 149 Kudos to the Gang of Four.mp4 (947.75 KB) MP4 150 Recalling SOLID.mp4 (1.06 MB) MP4 151 Dont Repeat Yourself.mp4 (1.19 MB) MP4 152 Reviewing Python Abstract Base Classes.mp4 (1.4 MB) MP4 153 Other Design Patterns.mp4 (1.02 MB) MP4 154 Thanks.mp4 (306.64 KB) MP4 [To see links please register or login] |