ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

176 results

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)

173 views

2 years 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

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

PyCon Israel
Decorators for Data Science - Uri Goren - Pycon Israel 2017

This talk was presented on Pycon Israel 2017. http://il.pycon.org/2017/ https://twitter.com/pyconil ...

19:19
Decorators for Data Science - Uri Goren - Pycon Israel 2017

431 views

8 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

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

Luke Nobel
Python BEGINNER to ADVANCED in 10 levels

How to take your Python programming skills from beginner to advanced in 10 levels. I will share how the pros detect code ...

6:42
Python BEGINNER to ADVANCED in 10 levels

23,123 views

1 year 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,456 views

4 years ago

PyCon Israel
Python 3.8 new stuff, assignment expressions - Eli Gur - PyCon Israel 2019

Python 3.8 new stuff, assignment expressions and why Guido quits as BDFL - Eli Gur - PyCon Israel 2019.

17:27
Python 3.8 new stuff, assignment expressions - Eli Gur - PyCon Israel 2019

1,402 views

6 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

PyCon Israel
Type hints in Python by Eli Gur

Slides available here: http://il.pycon.org/2016/static/sessions/eli-gur-typehints.pdf.

18:59
Type hints in Python by Eli Gur

140 views

6 years ago

PyCon Hong Kong
PyCon HK 2020 Spring Opening by Sammy Fung

https://pycon.hk/sessions-2020-spring/opening-of-pycon-hk-2020-spring/

5:31
PyCon HK 2020 Spring Opening by Sammy Fung

160 views

5 years ago

Code Remedies
map function in python with useful Facts, Myths And Tips | Explained using Animation (Manim)

Learn about map() function and different types of useful tips for map function. Timeline: Tips to use 0:04 Built-In function with map ...

6:25
map function in python with useful Facts, Myths And Tips | Explained using Animation (Manim)

522 views

4 years ago

codewit
Python variables and data types - player profiles

Mel shows how to represent a player profile using variables and different data types in Python. Learn and practice how to code ...

5:56
Python variables and data types - player profiles

42 views

1 year ago

Pythoholic
How does a Python compiler work? Lexical Analysis | AST

A detailed explanation of compilers, with visual explanations. Python 3.8 ⭐ Kite is a free AI-powered coding assistant that will ...

16:13
How does a Python compiler work? Lexical Analysis | AST

4,840 views

5 years ago

Peter Schneider
Can you modify an object's field every time another field is modified?

Can you modify an object's field every time another field is modified? I hope you found a solution that worked for you :) The ...

4:50
Can you modify an object's field every time another field is modified?

11 views

3 years ago

Dave Briccetti
Advent of Code 2021 Day 6, Python Solution

Uses @dataclass, a FishCycleGroup, and a FishPopulation class.

9:25
Advent of Code 2021 Day 6, Python Solution

115 views

4 years ago

Data Analytics& Science
1. Basics: Comments, Operators, and Data Types

This video provides a brief introduction to writing comments and understanding docstrings (headings) in Python. Additionally ...

14:01
1. Basics: Comments, Operators, and Data Types

537 views

2 years ago

Christian Hur
Solving a Simple Object-Oriented Python Exercise for Beginners

Overview In this video, we'll solve a simple exercise in Python using object-oriented approach. Problem: Implement a class ...

17:45
Solving a Simple Object-Oriented Python Exercise for Beginners

863 views

2 years ago

Roel Van de Paar
Variable name to string in Python (7 Solutions!!)

Variable name to string in Python Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

4:41
Variable name to string in Python (7 Solutions!!)

4 views

3 years ago

Dave Briccetti
Advent of Code 2021 Day 22, Reactor Reboot, Part 1, Python

Not too hard. Uses dataclass, re.findall, sets, generator expressions, Point3D and Range3D classes.

4:04
Advent of Code 2021 Day 22, Reactor Reboot, Part 1, Python

67 views

4 years ago

Christian Hur
Creating a List of Objects in Python

Overview In this video tutorial, I'm excited to show you how to create and manipulate a list of user objects in Python. We'll start by ...

14:55
Creating a List of Objects in Python

6,900 views

3 years ago

The Builder
Make Python 1000x Faster With One Line 🐍 ⏩ (Numba Tutorial)

Numba can speed up your python code 1000x with just a single line of code using a JIT compiler used to optimize simple ...

6:51
Make Python 1000x Faster With One Line 🐍 ⏩ (Numba Tutorial)

58,315 views

5 years ago

AmbiG1
Python - OOP - class [3.7]

https://ambig.one/2 https://www.cloudishes.com/2018/07/learn-with-me-python-37.html.

9:16
Python - OOP - class [3.7]

25 views

6 years ago

Jonathan Dinu
Stateful Distributed Computing in Python with Ray Actors

Learn how to perform stateful distributed computation in Python with the Ray actors API.

16:33
Stateful Distributed Computing in Python with Ray Actors

8,711 views

4 years ago