ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

122 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

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()

Introduced in Python 3.10, `aiter()`, short for asynchronous iterator, is a built-in function that creates an asynchronous iterator from ...

3:41
Python function - aiter()

341 views

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

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

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

EmacsConf and Emacs hangouts
EmacsConf 2022: lsp-bridge: a smooth-as-butter asynchronous LSP client - Andy Stewart, Matthew Zeng

https://emacsconf.org/2022/talks/lspbridge You can view this and other resources using free/libre software at ...

19:21
EmacsConf 2022: lsp-bridge: a smooth-as-butter asynchronous LSP client - Andy Stewart, Matthew Zeng

1,965 views

3 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

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

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

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

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

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

Cours Python
8.5 Coroutines et awaitables
9:38
8.5 Coroutines et awaitables

1,422 views

8 years ago

iter
How HOTP and TOTP work
4:20
How HOTP and TOTP work

30,188 views

5 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

Jon Gjengset
Building an asynchronous ZooKeeper client in Rust (part 3)

In this stream series, we're implementing an asynchronous ZooKeeper client library in Rust using the tokio crate and futures.

4:46:19
Building an asynchronous ZooKeeper client in Rust (part 3)

4,146 views

7 years ago

EmacsConf and Emacs hangouts
EmacsConf 2022: Tree-sitter beyond syntax highlighting - Abin Simon

https://emacsconf.org/2022/talks/treesitter 00:00:00.000 Opening 00:24.201 Introduction to Tree-sitter 00:50.280 Querying ...

11:04
EmacsConf 2022: Tree-sitter beyond syntax highlighting - Abin Simon

7,995 views

3 years ago

Jon Gjengset
Building an asynchronous ZooKeeper client in Rust (part 2)

In this stream series, we're implementing an asynchronous ZooKeeper client library in Rust using the tokio crate and futures.

5:51:21
Building an asynchronous ZooKeeper client in Rust (part 2)

5,075 views

7 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

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

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

Cours Python
8.4 Extensions asynchrones du langage

Vous pouvez remarquer l'utilisation d'un context manager asynchrone, que j'utilise avec async with. Alors, qu'est-ce que c'est ...

5:44
8.4 Extensions asynchrones du langage

1,191 views

8 years ago

Chill with Light
On the Convergence of FedAvg on Non-IID Data

On the Convergence of FedAvg on Non-IID Data Xiang Li, Kaixuan Huang, Wenhao Yang, Shusen Wang, Zhihua Zhang Code: ...

14:24
On the Convergence of FedAvg on Non-IID Data

1,304 views

3 years ago

Django Under The Hood
Andrew Godwin about Channels at Django: Under The Hood 2016

Slides: https://speakerdeck.com/andrewgodwin/channels-under-the-hood Django: Under The Hood: ...

55:06
Andrew Godwin about Channels at Django: Under The Hood 2016

4,938 views

9 years ago