ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,682 results

EuroPython Conference
Sebastian Buczyński - Why you don't need design patterns in Python?

"Why you don't need design patterns in Python? [EuroPython 2017 - Talk - 2017-07-11 - PyCharm Room] [Rimini, Italy] Exactly 23 ...

27:03
Sebastian Buczyński - Why you don't need design patterns in Python?

27,554 views

8 years ago

Montreal-Python
Design Patterns in Python #MP38

Jean-Philippe Caissy and Rory Geoghegan present "Design Patterns in Python" Source: http://montrealpython.org/2013/06/mp38/

19:58
Design Patterns in Python #MP38

13,935 views

12 years ago

Gentleman Programming
Design Patterns vs. Architecture | Differences #programming #frontend #backend #webprogramming

0:00:00 Introduction to architectures and design principles 0:00:37 Design patterns and their importance 0:01:23 Differences ...

6:51
Design Patterns vs. Architecture | Differences #programming #frontend #backend #webprogramming

62,717 views

1 year ago

EuroPython Conference
Design Patterns: Build better software from day one — Marine Guyot

EuroPython 2025 — Terrace 2A on 2025-07-18] *Design Patterns: Build better software from day one by Marine Guyot* ...

24:15
Design Patterns: Build better software from day one — Marine Guyot

547 views

1 month ago

Mariano Reingart
Design Patterns en Python - David Litvak Bruno - PyConAr 2012

PyCon Argentina 2012 - http://ar.pycon.org/2012 Design Patterns en Python - Ideas de diseño aprovechando las herramientas de ...

29:40
Design Patterns en Python - David Litvak Bruno - PyConAr 2012

498 views

12 years ago

pythonbrasil
1   Luciano Ramalho   Alex Martelli's Design Patterns in Python

... nos livros sobre design patterns e as pessoas querem aplicar aquele design patterns que elas aprenderam em python e alguns ...

35:40
1 Luciano Ramalho Alex Martelli's Design Patterns in Python

564 views

7 years ago

EuroPython Conference
Mastering Design Patterns: Crafting Elegant Solutions with a Confidence — Petr Balogh

EuroPython 2024 — Terrace 2A on 2024-07-11] Mastering Design Patterns: Crafting Elegant Solutions with a Confidence by Petr ...

27:56
Mastering Design Patterns: Crafting Elegant Solutions with a Confidence — Petr Balogh

354 views

1 year ago

PythonPune
Design Patterns and Python: Creational Patterns

https://pythonpune.in/event/march-pythonpune-meetup-2020/#design-patterns-and-python-creational-patterns ...

37:51
Design Patterns and Python: Creational Patterns

63 views

5 years ago

Code Geek
Domain-Driven Design (DDD) Patterns in Python

In this tutorial, we introduce Python programmers to the core tactical patterns of Domain-Driven Design (DDD) and show how they ...

1:00:56
Domain-Driven Design (DDD) Patterns in Python

7,485 views

4 years ago

PythonPune
Design Patterns and Python: Structural Design Patterns

Design Patterns and Python: Structural Design Patterns * **Speaker**: A.P. Rajshekhar ...

23:46
Design Patterns and Python: Structural Design Patterns

75 views

4 years ago

src7cse
Python Design Patterns Tutorial for Beginners 2025 #python3 #oop #PythonDesignPatterns #src7cse

Python Design Patterns Tutorial for Beginners 2025 #python3 #oop #PythonDesignPatterns #src7cse Welcome to my Channel...!

2:51
Python Design Patterns Tutorial for Beginners 2025 #python3 #oop #PythonDesignPatterns #src7cse

31 views

3 months ago

PyCon SG
Practical Python Design Patterns - PyCon APAC 2018

Speaker: Ramanathan Ramakrishnamoorthy, Director/Co-Founder at Zentropy Technologies Any production application requires ...

35:31
Practical Python Design Patterns - PyCon APAC 2018

2,876 views

7 years ago

Learning & Development
Design Patterns with Python   PYG

... technique as you are aware why we are here today's topic is to learn design pattern in Python do you know I am going to deliver ...

46:02
Design Patterns with Python PYG

43 views

2 years ago

EuroPython Conference
Robert Smallshire - Domain Driven Design Patterns in Python

Domain-Driven Design Patterns in Python [EuroPython 2018 - Talk - 2018-07-27 - Kilsyth] [Edinburgh, UK] By Robert Smallshire ...

1:01:15
Robert Smallshire - Domain Driven Design Patterns in Python

29,733 views

7 years ago

Python España
Amqp from Python, advanced design patterns - Pau Freixes y Arnau Orriols - Track Avanzado

AMQP as standard application layer protocol is widely used to design backends where business logic is spread around different ...

35:37
Amqp from Python, advanced design patterns - Pau Freixes y Arnau Orriols - Track Avanzado

868 views

9 years ago

AI + Open Source Dev with Brylie
GPT 4 assisted Python design patterns (Adapter and Factory)

Part 2: Using GPT 4 to refactor Python code using the Adapter and Factory design patterns.

1:18:09
GPT 4 assisted Python design patterns (Adapter and Factory)

55 views

Streamed 2 years ago

PyLondinium
Practical Python Design Patterns - Ramanathan R - PyLondinium18

Any production application requires good use of design patterns and this talk will be about popular design patterns/choices and ...

23:34
Practical Python Design Patterns - Ramanathan R - PyLondinium18

231 views

7 years ago

jGeek
Python Programming with Design Patterns

Improve your coding skills by learning Software Design Patterns applied to Python development Master All 23 Design Patterns in ...

3:48:27
Python Programming with Design Patterns

885 views

2 years ago

AI + Open Source Dev with Brylie
s6: code design patterns with GPT 4; unit tests with Copilot

Using GPT 4 to refactor Python code to use common design patterns and then writing unit tests with Copilot.

23:36
s6: code design patterns with GPT 4; unit tests with Copilot

90 views

2 years ago

EuroPython Conference
Vinicius Gubiani Ferreira - Python Anti-Patterns

Python Anti-Patterns [EuroPython 2021 - Talk - 2021-07-29 - Brian] [Online] By Vinicius Gubiani Ferreira Most people heard at ...

27:50
Vinicius Gubiani Ferreira - Python Anti-Patterns

798 views

4 years ago

EuroPython Conference
Moshe Goldstein/david dayan - Implementing Parallel Programming Design Patterns using EFL for Python

Moshe Goldstein/david dayan - Implementing Parallel Programming Design Patterns using EFL for Python [EuroPython 2016] [19 ...

40:25
Moshe Goldstein/david dayan - Implementing Parallel Programming Design Patterns using EFL for Python

268 views

9 years ago

Python Peak
What’s the trick to create a Python singleton? Python Singleton Class The Surprising Trick!

What's the trick to create a Python singleton? A singleton restricts a class to a single instance. In Python, you can use a ...

0:29
What’s the trick to create a Python singleton? Python Singleton Class The Surprising Trick!

86 views

1 year ago

AI + Open Source Dev with Brylie
GPT 4 assisted Python design patterns (Adapter and Factory)

Using GPT 4 to refactor Python code using the Adapter and Factory design patterns.

1:02:08
GPT 4 assisted Python design patterns (Adapter and Factory)

50 views

Streamed 2 years ago

Learning & Development
Python Coding Best Practice and Design Pattern

Visible yes it is okay so today we are going to discuss some of the best practices of python so these are the points that we will ...

1:25:07
Python Coding Best Practice and Design Pattern

28 views

3 years ago

Python Peak
What’s the #secret to command pattern in Python? Unlocking the Command Pattern in Python!

In this video, we dive deep into the concept of the Command Pattern, a behavioral design pattern that turns a request into a ...

0:36
What’s the #secret to command pattern in Python? Unlocking the Command Pattern in Python!

504 views

1 year ago