ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

518 results

Eduardo Mendes
Live de Python #150 - Dataclasses e obsessão por primitivos

Bora aprender um pouco sobre dataclasses e sobre obsessão por primitivos? ------------------- O canal é mantido por uma iniciativa ...

1:23:31
Live de Python #150 - Dataclasses e obsessão por primitivos

16,463 views

Streamed 5 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,795 views

6 years ago

MoureDev by Brais Moure
KOTLIN Data Classes | #6

Data classes in Kotlin are used to create classes whose main purpose is to store data, providing us with very interesting ...

9:09
KOTLIN Data Classes | #6

15,437 views

4 years ago

Andy Dolinski
Data classes (OO Python Tutorials)

Lesson 05 - In this video, you will learn how to use data classes, which are a new and convenient feature of Python that simplifies ...

7:44
Data classes (OO Python Tutorials)

170 views

2 years ago

PyCon Israel
Dataclasses: The effortless tool to define data - Eli Gur - PyCon Israel 2018

Available starting Python 3.7, the dataclasses (introduced in PEP 557) are finally here. Amazingly simple solution for data with ...

20:09
Dataclasses: The effortless tool to define data - Eli Gur - PyCon Israel 2018

1,026 views

7 years ago

Apache Airflow
Dataclasses as Pipeline Definitions in Airflow

Presented by Madison Swain-Bowden at Airflow Summit 2021 We will describe how we were able to build a system in Airflow for ...

20:11
Dataclasses as Pipeline Definitions in Airflow

1,346 views

4 years ago

Python Peak
How can dataclasses simplify your Python code? Unlock Cleaner Code with Python Dataclasses!

How can dataclasses simplify your Python code? Dataclasses automatically generate special methods for you. You can ...

0:47
How can dataclasses simplify your Python code? Unlock Cleaner Code with Python Dataclasses!

13 views

1 year ago

EuroPython Conference
Sharing is caring: Efficient Data Exchange with pyarrow — Raúl Cumplido, Rok Mihevc, Alenka Frim

EuroPython 2025 — North Hall on 2025-07-17] *Sharing is caring: Efficient Data Exchange with pyarrow by Raúl Cumplido, ...

40:44
Sharing is caring: Efficient Data Exchange with pyarrow — Raúl Cumplido, Rok Mihevc, Alenka Frim

246 views

3 months ago

Peter Schneider
Codereview: Python data class that is a mixture of dict and namedtuple

Python data class that is a mixture of dict and namedtuple I hope you found a solution that worked for you :) The Content (except ...

6:18
Codereview: Python data class that is a mixture of dict and namedtuple

10 views

2 years ago

Mark Hay
6   Records DATACLASSES

Using dataclasses which are supported in Python 3.7 to implement records for Higher Computing Science.

12:59
6 Records DATACLASSES

133 views

6 years ago

Roel Van de Paar
Software Engineering: Python: Class vs NamedTuple vs Hybrid vs DataClass

Software Engineering: Python: Class vs NamedTuple vs Hybrid vs DataClass Helpful? Please support me on Patreon: ...

2:18
Software Engineering: Python: Class vs NamedTuple vs Hybrid vs DataClass

14 views

3 years ago

Python Peak
Why are mutable defaults dangerous in dataclasses? The #hidden Danger of Mutable Defaults in Python

Why are mutable defaults dangerous in dataclasses? Mutable defaults can cause shared state between instances.

0:34
Why are mutable defaults dangerous in dataclasses? The #hidden Danger of Mutable Defaults in Python

93 views

1 year ago

London Python
Strawberry: a dataclasses inspired approach to GraphQL - Patrick Arminio

Over the past few years GraphQL has gained much traction, especially in the JavaScript world. Python is getting on board this ...

21:05
Strawberry: a dataclasses inspired approach to GraphQL - Patrick Arminio

128 views

6 years ago

Sophia Wagner
Codereview: Python data class that is a mixture of dict and namedtuple

Python data class that is a mixture of dict and namedtuple Hey guys! Hopefully you found a solution that helped you! The Content ...

5:54
Codereview: Python data class that is a mixture of dict and namedtuple

5 views

1 year ago

EuroPython Conference
Guillaume Gelin - PEP 557* versus the world

PEP 557* versus the world [EuroPython 2018 - Talk - 2018-07-26 - Moorfoot] [Edinburgh, UK] By Guillaume Gelin Python 3.7 will ...

30:21
Guillaume Gelin - PEP 557* versus the world

693 views

7 years ago

PySangamam
Dataclasses - Ramanathan Ramakrishnamoorthy
26:16
Dataclasses - Ramanathan Ramakrishnamoorthy

151 views

7 years ago

Swiss Python Summit
Silvan Melchior – Pydantic Configuration Management With ConfZ – SPS22

... from heterogeneous sources, validates them and makes them accessible as Python dataclass-like objects with full IDE support.

22:44
Silvan Melchior – Pydantic Configuration Management With ConfZ – SPS22

141 views

3 years ago

Julian Mesa
Mapear datos de la UI a un DataClass - Automatización Pruebas Web con Serenity y Kotlin

Vamos a ver cómo capturar información de la pantalla para posteriormente ser mapeada a un DataClass VER MAS ...

13:54
Mapear datos de la UI a un DataClass - Automatización Pruebas Web con Serenity y Kotlin

298 views

5 years ago

Python Peak
When should you use NamedTuple instead of dataclasses? Why Choose NamedTuple Over DataClasses in

When should you use NamedTuple instead of dataclasses? 🎚️ NamedTuples are faster and use less memory. 🎚️ But why ...

0:35
When should you use NamedTuple instead of dataclasses? Why Choose NamedTuple Over DataClasses in

59 views

1 year ago

Solve Computer Science
Simpler Python YAML

In this video you'll see a better way to handle complex YAML files: instead of using PyYAML we're going to use Mashumaro.

12:38
Simpler Python YAML

150 views

2 years ago

Alex The Analyst
Data Cleaning in Pandas | Python Pandas Tutorials

Take my Full Python Course Here: https://www.analystbuilder.com/courses/pandas-for-data-analysis In this series we will be ...

38:37
Data Cleaning in Pandas | Python Pandas Tutorials

531,992 views

2 years ago

Skinkie
NeTEx processing in Python and PySide using xsData

xsData (XSD transformation towards Python Dataclasses) https://xsdata.readthedocs.io/en/latest/ PySide (Qt for Python) ...

0:17
NeTEx processing in Python and PySide using xsData

256 views

4 years ago

Ingeniero John Ortiz Ordoñez
FastAPI Curso: 251 INTRO a Dataclasses para el Envío y Recepción de Datos de una Entidad Específica

FastAPI Curso: 251 INTRO a Dataclasses para el Envío y Recepción de Datos de una Entidad Específica. Repositorio: ...

10:13
FastAPI Curso: 251 INTRO a Dataclasses para el Envío y Recepción de Datos de una Entidad Específica

344 views

2 years ago

EuroPython Conference
Managing complex data science experiment configurations with Hydra - presented by Michal Karzynski

EuroPython 2022 - Managing complex data science experiment configurations with Hydra - presented by Michal Karzynski [Liffey ...

28:30
Managing complex data science experiment configurations with Hydra - presented by Michal Karzynski

8,626 views

3 years ago

Engineers.SG
Python code smells - JuniorDevSG

Speaker: Hoe Xiang Yang Royce, Software Engineer LinkedIn: https://github.com/roycehoe Description: 1. Clean code 2.

30:17
Python code smells - JuniorDevSG

53 views

9 months ago