ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

46 results

Arjoonn
How To Write Python Asyncio Code

Turn on the subtitles and here we go! A super quick demonstation of asyncio code. The way to watch this is pause and read and ...

2:09
How To Write Python Asyncio Code

368 views

9 years ago

Grazer Linuxtage
Grazer Linuxtage 2024 -  Python, asyncio, libgpiod, and Pointless Blinking

Python's lovely [asyncio](https://docs.python.org/3/library/asyncio.html) library allows me to write event-driven programs in a style ...

45:05
Grazer Linuxtage 2024 - Python, asyncio, libgpiod, and Pointless Blinking

68 views

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

4 years ago

codingjerk
Zig Language | Thoughts After 2 Years

Voiced by @tokisuno ... Check out his channel. So, in this talk I want to tell about the reasons I love the Zig programming language ...

13:38
Zig Language | Thoughts After 2 Years

105,391 views

8 months ago

Cours Python
8.8 La librairie asyncio

Maintenant, nous allons voir le restant du contenu de la librairie asyncio. Outre les boucles d'événements, je vous avais déjà dit ...

9:57
8.8 La librairie asyncio

966 views

7 years ago

Cours Python
8.3 asyncio: historique et écosystème

Dans la vidéo précédente, nous avons vu des exemples d'utilisation d'asyncio peut-être un petit peu moins abstraits que ce qu'on ...

6:54
8.3 asyncio: historique et écosystème

1,435 views

7 years ago

Dario
Meet Iggy: Kafka reimagined in 2023, powered by Rust.  #rustlang #rustprogramming #coding #kafka

In a world where data moves at the speed of now, imagine having a technology that harnesses the power and safety of Rust to ...

0:26
Meet Iggy: Kafka reimagined in 2023, powered by Rust. #rustlang #rustprogramming #coding #kafka

1,126 views

2 years ago

Dodgy Coding
Misadventures in async testing

A demonstration of the race conditions that can occur when attempting to unit test async rust code, and a couple of ways you might ...

15:01
Misadventures in async testing

547 views

5 years ago

Jonathan Dinu
Introduction to Distributed Computing with the Ray Framework

In this video, I give a brief introduction to distributed computing concepts and show how the Ray framework provides elegant ...

15:13
Introduction to Distributed Computing with the Ray Framework

15,952 views

4 years ago

PyCon Taiwan
Building Customized Async Web Protocol from AsyncIO|姜韋辰 Daniel|PyCon APAC 2022

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

43:44
Building Customized Async Web Protocol from AsyncIO|姜韋辰 Daniel|PyCon APAC 2022

223 views

3 years ago

Cours Python
8.5 Coroutines et awaitables

Donc dans toute la vidéo je vais bien faire attention de ne jamais importer asyncio ; je reste avec des mécanismes qui sont ...

9:38
8.5 Coroutines et awaitables

1,413 views

7 years ago

Dodgy Coding
Async/await server pt.1 - accepting TCP connections

A gentle exploration of building an identd for Linux using async/await, tokio 0.2 and Rust 1.39. This first part includes creating a ...

10:08
Async/await server pt.1 - accepting TCP connections

4,651 views

6 years ago

KeepCoding - Tech School
Aprende Python al performance con salsa de rendimiento

ABRE ESTA CAJA! 0:00 Presentación KeepCoding Tech School 02:32 Introdución 06:24 Puntos Claves 6:48 Big-O Complexity ...

1:09:27
Aprende Python al performance con salsa de rendimiento

265 views

Streamed 3 years ago

Dodgy Coding
Cancelling Tokio Intervals

A discussion of how futures are given to an async executor and later dropped. Examples of cancelling an Interval stream by ...

12:04
Cancelling Tokio Intervals

418 views

6 years ago

Dodgy Coding
Async/await server pt.4 - timeouts

A gentle exploration of building a identd for Linux using async/await and tokio 0.2. This part demonstrates halting an await after a ...

7:31
Async/await server pt.4 - timeouts

729 views

5 years ago

Jon Gjengset
The Why, What, and How of Pinning in Rust

With the Future trait stabilized and async/await coming soon, many more people are being exposed to the Pin type and its sibling ...

3:03:54
The Why, What, and How of Pinning in Rust

82,265 views

6 years ago

Cours Python
8.4 Extensions asynchrones du langage

Donc c'est l'équivalent, en gros, d'une stack http mais qui aurait été écrite dans la version asyncio. Et je me définis une coroutine ...

5:44
8.4 Extensions asynchrones du langage

1,177 views

7 years ago

Dodgy Coding
Async/await server pt.3 - running a process

A gentle exploration of building a identd for Linux using async/await, tokio 0.2 and Rust 1.39. This part demonstrates running a ...

8:24
Async/await server pt.3 - running a process

1,217 views

6 years ago

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

245,549 views

6 years ago

Jon Gjengset
Implementing (part of) a BitTorrent client in Rust

In this stream, we're doing the "implement BitTorrent" challenge from https://app.codecrafters.io/join/bittorrent?via=jonhoo in Rust.

4:09:16
Implementing (part of) a BitTorrent client in Rust

107,759 views

2 years ago