23 OCT 2025 - We are back! If you have been following us over the last few years, you will know that the last 2 months have been rough. We website was practically not loading. Sorry for the mess. We are back though and everything should run smoothly now. New servers. Updated domains. And new owners. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - Python - SOLID Principles And Top Design Patterns
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Learn how to improve your Python code through mastery of S.O.L.I.D principles and the Top GoF Design Patterns.
What you'll learn
*Master* the most important and fundamental design patterns in modern Software Engineering within the *Python* ecosystem
Learn and internalize the S.O.L.I.D principles of design like seasoned *Senior Developers* do.
Get a deep understanding of the WHAT, WHY, and HOW for those *Fundamental Design Patterns*.
Get a full Architectural exposition (with UML) of each pattern as well as *real-world* scenarios with hands-on coding examples for each pattern.
Work on and complete Object Oriented *Python* assignments that will push your understanding of those patterns deeper and more fundamentally.
Learn how to *identify* the *best pattern* for the given Architectural challenge.
Requirements
It is assumed that you know your way around Python. Only basic experience is required. We have a OOP refresher if you need it.
You should be able to run the Python code that is provided with the course. We will use Visual Studio Code as our IDE but you can use any IDE you like.
Access to a computer. A Mac, Windows, or a Linux based operating system is equally fine. All the tools are OS Independent.
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.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 !/1. Introduction/1. What are Design Patterns and why do we need them.mp4
15.7 MB
~Get Your Files Here !/1. Introduction/2. The Design Patterns Covered in This course..mp4
17.9 MB
~Get Your Files Here !/1. Introduction/3. Quick Quiz about design pattern families.html
198 B
~Get Your Files Here !/1. Introduction/4. The WHY Of Software Architecture..mp4
27.5 MB
~Get Your Files Here !/1. Introduction/5. Why use UML.mp4
18.8 MB
~Get Your Files Here !/1. Introduction/6. Organized vs. Unorganized code..mp4
10.1 MB
~Get Your Files Here !/1. Introduction/7. Setting Up the IDE and Python Environment.mp4
55.2 MB
~Get Your Files Here !/1. Introduction/8. OPTIONAL UML Refresher..mp4
38.3 MB
~Get Your Files Here !/10. State Design Pattern/1. Understanding the State Design Pattern.mp4
60.6 MB
~Get Your Files Here !/10. State Design Pattern/2. Architectural Consideration for the State Design Pattern.mp4
35.7 MB
~Get Your Files Here !/10. State Design Pattern/3. Coding the State Design Pattern.mp4
61.3 MB
~Get Your Files Here !/11. Course Assignment - The Game of Life/1. About John Conway's Game Of Life Simulation.mp4
76.1 MB
~Get Your Files Here !/11. Course Assignment - The Game of Life/2. A Word about the Game of Life Architecture.mp4
14.9 MB
~Get Your Files Here !/12. Final Thoughts/1. Where do you go from here.mp4
10.5 MB
~Get Your Files Here !/12. Final Thoughts/2. Thank you!.mp4
3.3 MB
~Get Your Files Here !/2. Python OOP Refresher/1. Python OOP Refresher - Theory Part #1.mp4
88.8 MB
~Get Your Files Here !/2. Python OOP Refresher/2. Python OOP Refresher - Theory Part #2.mp4
75.3 MB
~Get Your Files Here !/2. Python OOP Refresher/3. Python OOP Refresher - Code Studies Part #1.mp4
37.9 MB
~Get Your Files Here !/2. Python OOP Refresher/4. Python OOP Refresher - Code Studies Part #2.mp4
15.9 MB
~Get Your Files Here !/2. Python OOP Refresher/5. Python OOP Refresher - Code Studies Part #3.mp4
40.9 MB
~Get Your Files Here !/2. Python OOP Refresher/6. Python OOP Refresher - Code Studies Part #4.mp4
51.7 MB
~Get Your Files Here !/2. Python OOP Refresher/7. Python OOP Refresher - Code Studies Part #5.mp4
39.3 MB
~Get Your Files Here !/2. Python OOP Refresher/8. Python OOP Refresher - Code Studies Part #6.mp4
33.9 MB
~Get Your Files Here !/2. Python OOP Refresher/9. Python OOP Refresher - Code Studies Part #7.mp4
50.2 MB
~Get Your Files Here !/3. What makes a Great Architecture/1. Hallmarks of Good Architecture..mp4
20.5 MB
~Get Your Files Here !/3. What makes a Great Architecture/2. S.O.L.I.D Design Principles..mp4
42.9 MB
~Get Your Files Here !/3. What makes a Great Architecture/2.1 Exercise #1.pdf
85 KB
~Get Your Files Here !/3. What makes a Great Architecture/3. SOLID Principles Quiz.html
198 B
~Get Your Files Here !/4. Singleton Design Pattern/1. Understanding the Singleton Pattern.mp4
40.9 MB
~Get Your Files Here !/4. Singleton Design Pattern/2. Singleton Pattern - Architectural Considerations Part#1 - Simple Approach.mp4
64.5 MB
~Get Your Files Here !/4. Singleton Design Pattern/3. Singleton Pattern - Architectural Considerations Part#2 - Using Metaclasses.mp4
49.6 MB
~Get Your Files Here !/4. Singleton Design Pattern/4. Singleton Pattern - Architectural Considerations Part#3 - Thread-Safety.mp4
40.6 MB
~Get Your Files Here !/4. Singleton Design Pattern/5. Singleton Quiz.html
198 B
~Get Your Files Here !/4. Singleton Design Pattern/6. Coding Part#1 - Implementing Singleton Pattern in Python.mp4
133.1 MB
~Get Your Files Here !/4. Singleton Design Pattern/7. Coding Part#2 - Practical Examples of Singleton In Python.mp4
132.4 MB
~Get Your Files Here !/4. Singleton Design Pattern/8. Singleton Pattern Coding Exercises.mp4
14.7 MB
~Get Your Files Here !/4. Singleton Design Pattern/classic_gof_singleton_implementation.py
858 B
~Get Your Files Here !/4. Singleton Design Pattern/eager_singleton_implementation.py
1.1 KB
~Get Your Files Here !/4. Singleton Design Pattern/eager_singleton__implementation_002.py
1.1 KB
~Get Your Files Here !/4. Singleton Design Pattern/logger_example_implementation_001.py
1 KB
~Get Your Files Here !/4. Singleton Design Pattern/logger_example_implementation_002.py
2.3 KB
~Get Your Files Here !/4. Singleton Design Pattern/logger_example_implementation_003.py
2.6 KB
~Get Your Files Here !/4. Singleton Design Pattern/logger_example_implementation_004.py
2.8 KB
~Get Your Files Here !/4. Singleton Design Pattern/metaclass_singleton_implementation.py
1.1 KB
~Get Your Files Here !/4. Singleton Design Pattern/simple_singleton_implementation.py
810 B
~Get Your Files Here !/4. Singleton Design Pattern/thread_safe_metaclass_singleton_implementation.py
1.2 KB
~Get Your Files Here !/4. Singleton Design Pattern/thread_safe_simple_singleton_implementation.py
769 B
~Get Your Files Here !/5. Factory Method Design Pattern/1. Understanding Factory Method Pattern.mp4
65.8 MB
~Get Your Files Here !/5. Factory Method Design Pattern/2. Architectural Considerations for Factory Method Pattern.mp4
31.6 MB
~Get Your Files Here !/5. Factory Method Design Pattern/3. Coding the Factory Method Pattern in Python.mp4
118.9 MB
~Get Your Files Here !/5. Factory Method Design Pattern/4. Factory Method Pattern Quiz.html
198 B
~Get Your Files Here !/5. Factory Method Design Pattern/5. Factory Method Pattern Coding Exercises.mp4
10.6 MB
~Get Your Files Here !/5. Factory Method Design Pattern/factory_method_pattern_001.py
2.6 KB
~Get Your Files Here !/5. Factory Method Design Pattern/factory_method_pattern_002.py
2.9 KB
~Get Your Files Here !/5. Factory Method Design Pattern/factory_method_pattern_003.py
2.9 KB
~Get Your Files Here !/6. Builder Design Pattern/1. Understanding Builder Design Pattern.mp4
73.5 MB
~Get Your Files Here !/6. Builder Design Pattern/2. Architectural Considerations for Builder Design Pattern.mp4
38.8 MB
~Get Your Files Here !/6. Builder Design Pattern/3. Coding the Builder Pattern in Python.mp4
53.7 MB
~Get Your Files Here !/6. Builder Design Pattern/4. Builder Pattern Quiz.html
198 B
~Get Your Files Here !/6. Builder Design Pattern/5. Builder Design Pattern Coding Exercises.mp4
5.5 MB
~Get Your Files Here !/7. Adapter Design Pattern/1. Understanding the Adapter Design Pattern.mp4
43.6 MB
~Get Your Files Here !/7. Adapter Design Pattern/2. Architectural Considerations for the Adapter Pattern.mp4
20.6 MB
~Get Your Files Here !/7. Adapter Design Pattern/3. Coding the Adapter Pattern In Python.mp4
53 MB
~Get Your Files Here !/7. Adapter Design Pattern/4. Adapter Pattern Quiz.html
198 B
~Get Your Files Here !/7. Adapter Design Pattern/5. Adapter Design Pattern Coding Exercises.mp4
10.9 MB
~Get Your Files Here !/8. Strategy Design Pattern/1. Understanding the Strategy Design Pattern.mp4
38.2 MB
~Get Your Files Here !/8. Strategy Design Pattern/2. Architectural Consideration for the Strategy Design Pattern.mp4
32 MB
~Get Your Files Here !/8. Strategy Design Pattern/3. Coding the Strategy Design Pattern.mp4
59.2 MB
~Get Your Files Here !/8. Strategy Design Pattern/4. Strategy Pattern Quiz.html
198 B
~Get Your Files Here !/8. Strategy Design Pattern/5. Strategy Design Pattern Coding Exercise.mp4
16 MB
~Get Your Files Here !/9. Observer Design Pattern/1. Understanding the Observer Design Pattern.mp4
18.8 MB
~Get Your Files Here !/9. Observer Design Pattern/2. Architectural Consideration for the Observer Design Pattern.mp4
46.5 MB
~Get Your Files Here !/9. Observer Design Pattern/3. Coding with the Observer Pattern.mp4
135 MB
~Get Your Files Here !/9. Observer Design Pattern/4. Observer Design Pattern Coding Exercise.mp4