17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
PluralSight - Python 3 Design Patterns Playbook
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
This course will teach you how to use proven object-oriented design patterns to significantly enhance the stability, testability, and maintainability of your Python development while decreasing your development time.
What you'll learn
Whether you're an experienced Python developer or just getting started, having ready-to-use solutions in your toolkit will make your job easier and more satisfying. In this course, Python 3 Design Patterns Playbook, you’ll learn to effectively use object-oriented design patterns in Python. First, you’ll explore the origins of design patterns and their applicability to programming projects of all sizes. Next, you’ll discover the many design patterns described in the well-known “gang of four” design patterns book on the topic. Finally, you’ll learn how to apply these patterns to solve real-world problems that occur in business and organizations of all sizes. When you’re finished with this course, you’ll have the skills and knowledge of object-oriented Python programming needed to build stable, maintainable, and extensible applications.
If You Need More Stuff, kindly Visit and Support Us -->> https://FreeCourseWeb.com
Get More Tutorials and Support Us -->> https://DevCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/01. Course Overview/01. Course Overview.mp4
3.1 MB
~Get Your Files Here !/02. Introduction/02. Introducing Design Patterns.mp4
3.9 MB
~Get Your Files Here !/02. Introduction/03. Seeing Real-world Examples.mp4
3.4 MB
~Get Your Files Here !/02. Introduction/04. Understanding the Design Pattern Classifications.mp4
2.3 MB
~Get Your Files Here !/02. Introduction/05. Setting up Your Working Environment.mp4
1.1 MB
~Get Your Files Here !/02. Introduction/06. Defining and Using Interfaces in Python.mp4
4.8 MB
~Get Your Files Here !/02. Introduction/07. Module Summary.mp4
1.1 MB
~Get Your Files Here !/03. Creational Patterns-Factory/08. Introducing the Factory Pattern.mp4
877.8 KB
~Get Your Files Here !/03. Creational Patterns-Factory/09. Motivating Example.mp4
4.7 MB
~Get Your Files Here !/03. Creational Patterns-Factory/10. Using the Simple Factory Pattern.mp4
8.8 MB
~Get Your Files Here !/03. Creational Patterns-Factory/11. Using the Full Factory Pattern.mp4
7.3 MB
~Get Your Files Here !/03. Creational Patterns-Factory/12. Module Summary.mp4
1.5 MB
~Get Your Files Here !/04. Creational Patterns-Abstract Factory/13. Introducing the Abstract Factory Pattern.mp4
1.5 MB
~Get Your Files Here !/04. Creational Patterns-Abstract Factory/14. Motivating Example.mp4
5 MB
~Get Your Files Here !/04. Creational Patterns-Abstract Factory/15. Understanding the Abstract Factory Pattern.mp4
2.3 MB
~Get Your Files Here !/04. Creational Patterns-Abstract Factory/16. Using the Abstract Factory Pattern in Python.mp4
4.2 MB
~Get Your Files Here !/04. Creational Patterns-Abstract Factory/17. Reviewing the Pattern.mp4
932.3 KB
~Get Your Files Here !/05. Creational Patterns-Builder/18. Introducing the Builder Pattern.mp4
2.1 MB
~Get Your Files Here !/05. Creational Patterns-Builder/19. Motivating Example.mp4
10.9 MB
~Get Your Files Here !/05. Creational Patterns-Builder/20. Implementing the Builder Pattern.mp4
6.6 MB
~Get Your Files Here !/05. Creational Patterns-Builder/21. Module Summary.mp4
1.2 MB
~Get Your Files Here !/06. Creational Patterns-Prototype/22. Introduction to the Prototype Pattern.mp4
3.2 MB
~Get Your Files Here !/06. Creational Patterns-Prototype/23. Understanding Shallow Cloning.mp4
6.4 MB
~Get Your Files Here !/06. Creational Patterns-Prototype/24. Implementing Deep Cloning.mp4
4 MB
~Get Your Files Here !/06. Creational Patterns-Prototype/25. Using a Prototype Manager.mp4
3.6 MB
~Get Your Files Here !/06. Creational Patterns-Prototype/26. Module Summary.mp4
1.4 MB
~Get Your Files Here !/07. Creational Patterns-Singleton/27. Introducing the Singleton Pattern.mp4
1.7 MB
~Get Your Files Here !/07. Creational Patterns-Singleton/28. Demo-Using an Intuitive Approach.mp4
4.4 MB
~Get Your Files Here !/07. Creational Patterns-Singleton/29. Understanding the Challenges and the Singleton Pattern Structure.mp4
2.8 MB
~Get Your Files Here !/07. Creational Patterns-Singleton/30. Demo-Implementing a Singleton Base Class.mp4
5.5 MB
~Get Your Files Here !/07. Creational Patterns-Singleton/31. Demo-Using a Metaclass.mp4
2.6 MB
~Get Your Files Here !/07. Creational Patterns-Singleton/32. Demo-Using the Alternative MonoState Implementation.mp4
2.2 MB
~Get Your Files Here !/07. Creational Patterns-Singleton/33. Module Summary.mp4
1.7 MB
~Get Your Files Here !/08. Structural Patterns-Adapter/34. Introducing the Adapter Pattern.mp4
1.9 MB
~Get Your Files Here !/08. Structural Patterns-Adapter/35. Demo-A Motivating Example.mp4
6 MB
~Get Your Files Here !/08. Structural Patterns-Adapter/36. Understanding the Object Adapter Pattern.mp4
3.3 MB
~Get Your Files Here !/08. Structural Patterns-Adapter/37. Demo-Implementing an Object Adapter.mp4
3.6 MB
~Get Your Files Here !/08. Structural Patterns-Adapter/38. Demo-Understanding and Implementing a Class Adapter.mp4
3.8 MB
~Get Your Files Here !/08. Structural Patterns-Adapter/39. Module Summary.mp4
2.6 MB
~Get Your Files Here !/09. Structural Patterns-Bridge/40. Introducing the Bridge Pattern.mp4
1.4 MB
~Get Your Files Here !/09. Structural Patterns-Bridge/42. Demo-Adding Support for Discounts.mp4
3.9 MB
~Get Your Files Here !/09. Structural Patterns-Bridge/43. Understanding the Problems Found and Looking at the Bridge Pattern.mp4
3.6 MB
~Get Your Files Here !/09. Structural Patterns-Bridge/44. Demo-Refactoring Using the Bridge Pattern.mp4
5.5 MB
~Get Your Files Here !/09. Structural Patterns-Bridge/45. Demo-Adding Support for Special Offers.mp4
3.5 MB
~Get Your Files Here !/09. Structural Patterns-Bridge/46. Module Summary.mp4
1.6 MB
~Get Your Files Here !/10. Structural Patterns-Composite/47. Introducing the Composite Pattern.mp4
2.3 MB
~Get Your Files Here !/10. Structural Patterns-Composite/48. Demo-A Motivating Example.mp4
4.3 MB
~Get Your Files Here !/10. Structural Patterns-Composite/49. Understanding the Composite Pattern.mp4
3.4 MB
~Get Your Files Here !/10. Structural Patterns-Composite/50. Demo-Refactoring Using the Composite Pattern.mp4
8.4 MB
~Get Your Files Here !/10. Structural Patterns-Composite/51. Reviewing the Consequences of the Composite Pattern and Module Summary.mp4
3 MB
~Get Your Files Here !/11. Structural Patterns-Decorator/52. Introducing the Decorator Pattern.mp4
1.9 MB
~Get Your Files Here !/11. Structural Patterns-Decorator/53. Demo-Using Subclasses.mp4
4.4 MB
~Get Your Files Here !/11. Structural Patterns-Decorator/54. Demo-Using Properties.mp4
3.8 MB
~Get Your Files Here !/11. Structural Patterns-Decorator/55. Understanding the Decorator Pattern.mp4
3.6 MB
~Get Your Files Here !/11. Structural Patterns-Decorator/56. Demo-Implementing the Decorator Pattern.mp4
6.2 MB
~Get Your Files Here !/11. Structural Patterns-Decorator/57. Decorator Pattern vs. Python Decorators.mp4
3.1 MB
~Get Your Files Here !/11. Structural Patterns-Decorator/58. Module Summary.mp4
805.5 KB
~Get Your Files Here !/13. Structural Patterns-Flyweight/64. Introducing the Flyweight Pattern.mp4
2.8 MB
~Get Your Files Here !/13. Structural Patterns-Flyweight/66. Exploring the Flyweight Pattern Structure.mp4
3.5 MB
~Get Your Files Here !/13. Structural Patterns-Flyweight/67. Demo-Refactoring Using the Flyweight Pattern.mp4
7.4 MB
~Get Your Files Here !/13. Structural Patterns-Flyweight/68. Module Summary.mp4
998 KB
~Get Your Files Here !/14. Structural Patterns-Proxy/69. Introducing the Proxy Pattern.mp4
949.8 KB
~Get Your Files Here !/14. Structural Patterns-Proxy/70. Looking at Proxy Types.mp4
2.8 MB
~Get Your Files Here !/14. Structural Patterns-Proxy/71. Demo-A Motivating Example.mp4
7 MB
~Get Your Files Here !/14. Structural Patterns-Proxy/72. Understanding the Proxy Pattern Structure.mp4
2.8 MB
~Get Your Files Here !/14. Structural Patterns-Proxy/73. Demo-Refactoring Using the Proxy Pattern.mp4
8.3 MB
~Get Your Files Here !/14. Structural Patterns-Proxy/74. Considering the Consequences of the Proxy Pattern.mp4
2.7 MB
~Get Your Files Here !/15. Behavioral Patterns-Strategy/75. Introducing the Strategy Pattern.mp4
2.2 MB
~Get Your Files Here !/15. Behavioral Patterns-Strategy/77. Visualizing the Strategy Pattern Structure.mp4
2.8 MB
~Get Your Files Here !/15. Behavioral Patterns-Strategy/78. Demo-Refactoring Using the Strategy Pattern.mp4
4.2 MB
~Get Your Files Here !/15. Behavioral Patterns-Strategy/79. Understanding the Advantages of the Strategy Pattern.mp4
1.3 MB
~Get Your Files Here !/15. Behavioral Patterns-Strategy/80. Demo-Using Variations.mp4
2.6 MB
~Get Your Files Here !/15. Behavioral Patterns-Strategy/81. Module Summary.mp4
979.3 KB
~Get Your Files Here !/16. Behavioral Patterns-Command/82. Introducing the Command Pattern.mp4
2 MB
~Get Your Files Here !/16. Behavioral Patterns-Command/83. Demo-A Motivating Example.mp4
5.2 MB
~Get Your Files Here !/16. Behavioral Patterns-Command/84. Understanding the Command Pattern.mp4
3.6 MB
~Get Your Files Here !/16. Behavioral Patterns-Command/85. Demo-Implementing the Command Pattern.mp4
10.1 MB
~Get Your Files Here !/16. Behavioral Patterns-Command/86. Demo-Implementing Undo.mp4
8.7 MB
~Get Your Files Here !/16. Behavioral Patterns-Command/87. Module Summary.mp4
1.2 MB
~Get Your Files Here !/17. Behavioral Patterns-State/88. Introducing the State Pattern.mp4
2.1 MB
~Get Your Files Here !/17. Behavioral Patterns-State/89. Using a Shopping Cart as a Model.mp4
2 MB
~Get Your Files Here !/17. Behavioral Patterns-State/91. Understanding the State Pattern.mp4
1.7 MB
~Get Your Files Here !/17. Behavioral Patterns-State/92. Demo-Refactoring Using the State Pattern.mp4
10.1 MB
~Get Your Files Here !/17. Behavioral Patterns-State/93. Consequences and Summary.mp4
2.6 MB
~Get Your Files Here !/18. Behavioral Patterns-Observer/100. Module Summary.mp4
1.5 MB
~Get Your Files Here !/18. Behavioral Patterns-Observer/94. Introducing the Observer Pattern.mp4
2.9 MB
~Get Your Files Here !/18. Behavioral Patterns-Observer/96. Understanding the Observer Pattern.mp4
3.6 MB
~Get Your Files Here !/18. Behavioral Patterns-Observer/97. Demo-Refactoring with the Observer Pattern.mp4
7.8 MB
~Get Your Files Here !/18. Behavioral Patterns-Observer/98. Reviewing the Results and Exposing a Bug.mp4
1.7 MB
~Get Your Files Here !/18. Behavioral Patterns-Observer/99. Demo-Implementing the Decorator Pattern Using Context Managers.mp4
2.9 MB
~Get Your Files Here !/19. Behavioral Patterns-Visitor/101. Introducing the Visitor Pattern.mp4
1.8 MB
~Get Your Files Here !/19. Behavioral Patterns-Visitor/102. Demo-Adding a Pretty Print Option.mp4
4.3 MB
~Get Your Files Here !/19. Behavioral Patterns-Visitor/103. Understanding the Visitor Pattern.mp4
4.2 MB
~Get Your Files Here !/19. Behavioral Patterns-Visitor/104. Demo-Implementing the Visitor Pattern.mp4
7.6 MB
~Get Your Files Here !/19. Behavioral Patterns-Visitor/105. Demo-Refactoring Get Oldest.mp4
3.7 MB
~Get Your Files Here !/19. Behavioral Patterns-Visitor/106. Consequences and Summary.mp4
3.1 MB
~Get Your Files Here !/20. Behavioral Patterns-Chain of Responsibility/107. Introducing the Chain of Responsibility Pattern.mp4
1.6 MB
~Get Your Files Here !/20. Behavioral Patterns-Chain of Responsibility/109. Understanding the Chain of Responsibility Pattern.mp4