ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

938 results

Pankaj Choudhary
abstract class

Example of Abstract class in python.

32:57
abstract class

219 views

8 years ago

EuroPython Conference
Leonardo Giordani - Abstract Base Classes: a smart use of metaclasses

... This talk shows what Python Abstract Base Classes (ABCs) are and how they can be used to categorise objects and implement ...

29:50
Leonardo Giordani - Abstract Base Classes: a smart use of metaclasses

15,889 views

8 years ago

EuroPython Conference
Protocols in Python: Why You Need Them - presented by Rogier van der Geer

EuroPython 2022 - Protocols in Python: Why You Need Them - presented by Rogier van der Geer [Liffey B on 2022-07-13] ...

28:40
Protocols in Python: Why You Need Them - presented by Rogier van der Geer

13,069 views

3 years ago

Pythonesa
Curso Python - Interfaces y abstracción - Clase 23

Vemos interfaces informales, formales y abstracción.

23:57
Curso Python - Interfaces y abstracción - Clase 23

40 views

2 years ago

Alexander Hess - Pythonista
Abstract vs. Concrete Data Types in Python

In this video, I explain how we can classify concrete data types (e.g., int's and float's) into abstract ones (e.g., numbers). That is ...

34:58
Abstract vs. Concrete Data Types in Python

967 views

4 years ago

PyCon Taiwan
Data Oriented Programming with Python|Doni Rubiagatra|PyCon APAC 2022

PyCon APAC 2022|一般演講Talks|國泰金控Cathay Financial Holdings / 美光科技Micron 冠名贊助✏️ 共 ...

24:34
Data Oriented Programming with Python|Doni Rubiagatra|PyCon APAC 2022

904 views

3 years ago

IT Faculty - LIMU
Encapsulation - OOP Python

Encapsulation - OOP Python.

22:23
Encapsulation - OOP Python

392 views

3 years ago

EuroPython Conference
Subclassing, Composition, Python, and You — Hynek Schlawack

EuroPython 2023 — Forum Hall on 2023-07-21] https://ep2023.europython.eu/session/subclassing-composition-python-and-you ...

44:59
Subclassing, Composition, Python, and You — Hynek Schlawack

2,798 views

2 years ago

PyLondinium
Making Multiple Inheritance not work in Python - Andy Fundinger - PyLondinium19

This talk is a destructive examination of the workings of Python's inheritance model. We'll learn how it works by breaking it.

25:30
Making Multiple Inheritance not work in Python - Andy Fundinger - PyLondinium19

199 views

6 years ago

EuroPython Conference
Protocols - Static duck typing for decoupled code - presented by Ran Zvi

EuroPython 2022 - Protocols - Static duck typing for decoupled code - presented by Ran Zvi [Liffey B on 2022-07-13] Python ...

20:59
Protocols - Static duck typing for decoupled code - presented by Ran Zvi

709 views

3 years ago

J David Eisenberg
Appendix A: Abstract Classes and Interfaces

00:00 Introduction 01:00 Viewing images in the book at full size 02:00 Analysis of the UML diagram 03:10 Why we need "abstract" ...

52:05
Appendix A: Abstract Classes and Interfaces

253 views

1 year ago

PythonPune
Building Extensible Packages with Python

https://pythonpune.in/event/june-pythonpune-meetup-2020/#building-extensible-packages-with-python ...

45:27
Building Extensible Packages with Python

51 views

5 years ago

EuroPython Conference
Demystifying Python’s Internals - presented by Sebastiaan Zeeff

EuroPython 2022 - Demystifying Python's Internals: Diving into CPython by implementing a pipe operator - presented by ...

29:26
Demystifying Python’s Internals - presented by Sebastiaan Zeeff

7,371 views

3 years ago

PyCon Israel
Data Classes in Python: Why They're Great - Tal Einat - PyCon Israel 2019

Data Classes in Python: Why They're Great + Examples Using attrs and dataclasses - Tal Einat - PyCon Israel 2019 ...

26:24
Data Classes in Python: Why They're Great - Tal Einat - PyCon Israel 2019

7,794 views

6 years ago

Alex Demko
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

23:41
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

171 views

8 months ago

FOSDEM
Python and "the SOLID principles"

by Jonathan Slenders At: FOSDEM 2017 Python and "the SOLID principles". This is an introduction to the first fiveprinciples ...

27:48
Python and "the SOLID principles"

8,751 views

7 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

232 views

7 years ago

Chicago Python Users Group
Python Magic Methods

Everything in Python is an object and nothing is special. Python's built-in objects can be added, called, indexed, or with'd, and ...

31:18
Python Magic Methods

1,510 views

7 years ago

Learning & Development
Design Patterns with Python   PYG

... defined by the abstract class it is the one of the easiest among the behavioral design pattern to understand and implement such ...

46:02
Design Patterns with Python PYG

43 views

3 years ago

PyLondinium
Dunder methods are special - Scott Irwin - PyLondinium19

Special methods are those methods on a type which are called implicitly by Python to execute a certain operation (e.g., addition).

24:24
Dunder methods are special - Scott Irwin - PyLondinium19

313 views

6 years ago