ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

145,613 results

ArjanCodes
The Builder Pattern in Python: Finally Explained!

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I show you the Builder Pattern in ...

14:19
The Builder Pattern in Python: Finally Explained!

53,846 views

5 months ago

Hallow Teaches Stuff
Command Pattern Explained Simply | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

8:46
Command Pattern Explained Simply | Programming and Design Patterns in Python

207 views

6 months ago

ArjanCodes
I Hate Long If-Elif Chains: This Design Pattern Solved It Once and For All

Learn how to design great software in 7 steps: https://arjan.codes/designguide. If your code is littered with endless if-elif chains ...

15:24
I Hate Long If-Elif Chains: This Design Pattern Solved It Once and For All

307,746 views

2 months ago

CodeTekTeach
! Python design patterns masterclass

1. INTRODUCTION 0:00:00 1. What are design patterns 0:04:13 2. Types of design patterns !\2. CREATIONAL DESIGN ...

3:48:27
! Python design patterns masterclass

19,930 views

10 months ago

Lo Labs
Stop Writing elif Chains: Python's Registry Pattern Explained in 2 Minutes

Learn how to replace messy if/elif chains with Python's elegant registry pattern using decorators. This is the same pattern used by ...

1:58
Stop Writing elif Chains: Python's Registry Pattern Explained in 2 Minutes

44 views

1 month ago

ArjanCodes
10 Python Anti-Patterns That Are Breaking Your Code

Try Lokalise today: https://bit.ly/arjancodes. Think your Python code is clean? Think again. In this video, I'm exposing 10 Python ...

25:16
10 Python Anti-Patterns That Are Breaking Your Code

61,438 views

7 months ago

ArjanCodes
The Lazy Loading Pattern: How to Make Python Programs Feel Instant

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I dive deep into the **Lazy Loading ...

19:39
The Lazy Loading Pattern: How to Make Python Programs Feel Instant

38,446 views

1 month ago

Tech With Tim
7 Python Anti Patterns to Avoid

Get started with Airia today and register for a free account to start orchestrating your own AI agents: https://bit.ly/3KhdQOq This ...

21:56
7 Python Anti Patterns to Avoid

21,882 views

2 months ago

Hallow Teaches Stuff
Adaptor Pattern Explained Simply | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

5:43
Adaptor Pattern Explained Simply | Programming and Design Patterns in Python

188 views

6 months ago

ArjanCodes
Retry Pattern: The Secret to Resilient Python Code

Get real-time, search result data from Google, Youtube and more with SerpApi: https://serpapi.link/arjan-codes. This video shows ...

24:02
Retry Pattern: The Secret to Resilient Python Code

24,346 views

3 weeks ago

Sweet Codey
Singleton Design Pattern in Python | Step-by-Step Guide for Beginners

Learn how to implement the Singleton Design Pattern in Python and why it's a fundamental concept in software development.

8:04
Singleton Design Pattern in Python | Step-by-Step Guide for Beginners

3,827 views

11 months ago

Sweet Codey
Factory Design Pattern in Python | Simplified Explanation with Examples

Discover how to implement the Factory Design Pattern in Python and understand its importance in software development. In this ...

9:40
Factory Design Pattern in Python | Simplified Explanation with Examples

3,373 views

11 months ago

CS VISION
Python Pattern Matching 🧩 | match-case Tutorial for Beginners in Hindi | Complete Python Course 🔥

Match in Python | match-case Statement Explained with Examples | Python Tutorial in Hindi Welcome to CS VISION! In this ...

5:29
Python Pattern Matching 🧩 | match-case Tutorial for Beginners in Hindi | Complete Python Course 🔥

28 views

7 months ago

Hallow Teaches Stuff
Strategy Pattern Explained Simply | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

11:05
Strategy Pattern Explained Simply | Programming and Design Patterns in Python

189 views

6 months ago

Hallow Teaches Stuff
State Pattern Simple Explanation | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

12:15
State Pattern Simple Explanation | Programming and Design Patterns in Python

85 views

6 months ago

Hallow Teaches Stuff
Flyweight Pattern Explained Simply | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

8:22
Flyweight Pattern Explained Simply | Programming and Design Patterns in Python

148 views

6 months ago

Hallow Teaches Stuff
Facade Pattern – Simplify Complex Systems | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

6:35
Facade Pattern – Simplify Complex Systems | Programming and Design Patterns in Python

234 views

6 months ago

Hallow Teaches Stuff
Abstract Factory - Factory of Factories! | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

14:38
Abstract Factory - Factory of Factories! | Programming and Design Patterns in Python

312 views

6 months ago

Hallow Teaches Stuff
Template Pattern Explained | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

19:31
Template Pattern Explained | Programming and Design Patterns in Python

170 views

6 months ago

CodeTekTeach
Python SOLID Principles and Top Design Patterns

INTRODUCTION 0:00:00 1. What are Design Patterns and why do we need them 0:02:12 2. The Design Patterns Covered in This ...

4:52:05
Python SOLID Principles and Top Design Patterns

5,788 views

10 months ago

Sweet Codey
Strategy Design Pattern in Python | Explained with Real-World Examples

The Strategy Design Pattern is a behavioral pattern that allows you to define a family of algorithms, encapsulate them, and switch ...

7:50
Strategy Design Pattern in Python | Explained with Real-World Examples

1,275 views

9 months ago

Sweet Codey
Adapter Design Pattern in Python | Real-World Example & Explanation

Learn how the Adapter Design Pattern works in Python with real-world examples! This pattern helps in bridging incompatible ...

6:37
Adapter Design Pattern in Python | Real-World Example & Explanation

1,389 views

11 months ago

Kartik_Tech
Python Pattern Series Day 2: Pyramid Star Pattern (LIVE)

Welcome back to Day 2 of the Python Pattern Series (30 Days, 30 Patterns) In this live session, we'll create the Pyramid Star ...

52:56
Python Pattern Series Day 2: Pyramid Star Pattern (LIVE)

20 views

Streamed 4 months ago

Carberra
Python's pattern matching is EXCEPTIONAL

Python's pattern matching syntax was definitely an attempt to catch up to other languages, but it is immensely useful at simplifying ...

13:01
Python's pattern matching is EXCEPTIONAL

12,566 views

8 months ago

Hallow Teaches Stuff
Singleton Pattern Explained | Programming and Design Patterns in Python

Github Repo Link: https://github.com/HallowSiddharth/Programming-And-Design-Patterns-Lab (You can star the repository if you ...

20:16
Singleton Pattern Explained | Programming and Design Patterns in Python

214 views

6 months ago