ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

237 results

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

72 views

1 year 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

111,009 views

9 months ago

Chrome for Developers
Async-Await - Supercharged

Mat shows you a small mistake that can sneak into your code when using async/await and how to fix it! If you have questions or ...

1:23
Async-Await - Supercharged

12,259 views

8 years ago

Craig Piercy
Python function - aiter()

Today, we're diving into a powerful feature of Python's asynchronous programming capabilities: the `aiter()` function.

3:41
Python function - aiter()

341 views

1 year ago

Cours Python
8.8 La librairie asyncio

... avec des async with, avec des async for, enfin, des context managers asynchrones, des itérateurs asynchrones, des coroutines.

9:57
8.8 La librairie asyncio

973 views

8 years ago

Craig Piercy
Python Built-in Function: anext()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

3:18
Python Built-in Function: anext()

288 views

1 year 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

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

Jon Gjengset
Decrusting the tokio crate

In this stream, we peeled back the crust on the tokio crate — https://github.com/tokio-rs/tokio/ — and explored its interface, ...

3:31:48
Decrusting the tokio crate

181,849 views

1 year 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

419 views

6 years ago

Cours Python
8.3 asyncio: historique et écosystème

Donc pour commencer, un petit historique: donc s'agissant de python3, la syntaxe on va dire moderne avec des async et des ...

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

1,445 views

8 years ago

A. Jesse Jiryu Davis
Eventually Correct: Testing Async Apps

Async frameworks like Tornado and asyncio scramble our usual strategies for writing sequential code. This is most problematic ...

22:17
Eventually Correct: Testing Async Apps

530 views

10 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,656 views

6 years ago

Sebastian Sellmair
Re-Implementing kotlinx.coroutines

In this video I will show how to re-implement the basics of kotlinx.coroutines, such as launching coroutines, Dispatchers and ...

6:13
Re-Implementing kotlinx.coroutines

2,621 views

1 year ago

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

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,218 views

6 years ago

Jon Gjengset
Crust of Rust: Atomics and Memory Ordering

In this episode of Crust of Rust, we go over Rust's atomic types, including the mysterious Ordering enum. In particular, we explore ...

2:39:20
Crust of Rust: Atomics and Memory Ordering

101,027 views

4 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,987 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

Aniket Maurya
Building Image Recognition API with Python TensorFlow and  FastAPI

Tutorial on building Machine Learning API with FastAPI and Tensorflow for beginners. Learn to create Image recognition API ...

9:10
Building Image Recognition API with Python TensorFlow and FastAPI

26,002 views

5 years ago

Chrome for Developers
Easy Easing - Supercharged

Got 30 seconds? In this Easy Easing MicroTip episode of Supercharged, why not learn the simplest easing equation in the book ...

0:37
Easy Easing - Supercharged

7,533 views

9 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,138 views

2 years ago

Cours Python
8.6 Boucles d'événements
12:31
8.6 Boucles d'événements

992 views

8 years ago

neosarchizo
Running the BLE UART service on CircuitPython

00:00:00 Transitioning from UART to BLE for Enhanced Communication 00:00:21 Exploring the Advantages of Bluetooth ...

5:46
Running the BLE UART service on CircuitPython

280 views

1 year ago