ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

78 results

EuroPython Conference
Choosing Between Free Threading and Async — Samet Yaslan

EuroPython 2025 — North Hall on 2025-07-17] *Choosing Between Free Threading and Async by Samet Yaslan* ...

24:39
Choosing Between Free Threading and Async — Samet Yaslan

774 views

1 month ago

EuroPython Conference
Hitul Mistry - Python Multithreading and Multiprocessing: Concurrency and Parallelism

Hitul Mistry - Python Multithreading and Multiprocessing: Concurrency and Parallelism [EuroPython 2015] [20 July 2015] [Bilbao, ...

30:48
Hitul Mistry - Python Multithreading and Multiprocessing: Concurrency and Parallelism

2,465 views

10 years ago

EuroPython Conference
David Liu - Addressing multithreading and multiprocessing in transparent and Pythonic ways

Addressing multithreading and multiprocessing in transparent and Pythonic ways [EuroPython 2018 - Talk - 2018-07-27 ...

42:32
David Liu - Addressing multithreading and multiprocessing in transparent and Pythonic ways

855 views

7 years ago

EuroPython Conference
Mike Müller - Programming in Parallel with Threads

"Programming in Parallel with Threads [EuroPython 2017 - Talk - 2017-07-11 - PyCharm Room] [Rimini, Italy] Threads are ...

34:48
Mike Müller - Programming in Parallel with Threads

465 views

8 years ago

VoidRealms
Qt 6 - Episode 23 - Thread pools

In this video series we will cover Qt 6. In this episode we will look at thread pools and how we can make fast and efficient threaded ...

29:48
Qt 6 - Episode 23 - Thread pools

7,952 views

4 years ago

Python-FOSDEM
Concurrent programming with Python and my little experiment

Concurrent programming in Python may be hard. A lot of solutions exists though. Most of them are based on an eventloop. In this I ...

29:25
Concurrent programming with Python and my little experiment

744 views

11 years ago

StableCoder
122 - Thread Pool Reliability Improvements

The last sessions work was indeed an improvement, where the MTTF improved from fifty runs to thousands, but that MTTF of ...

1:26:06
122 - Thread Pool Reliability Improvements

12 views

4 years ago

DeepSource
Python without the GIL | Talks at DeepSource

Python has been a single-threaded language for the longest time, but it looks like that is about to change very soon. With the ...

52:23
Python without the GIL | Talks at DeepSource

716 views

2 years ago

Jon Eyolfson
17. "Threads Implementation" 2024 Fall ECE344 Section 2 (University of Toronto)

Music Miracle Land by tubebackr https://soundcloud.com/tubebackr Creative Commons — Attribution-NoDerivs 3.0 Unported ...

48:21
17. "Threads Implementation" 2024 Fall ECE344 Section 2 (University of Toronto)

956 views

Streamed 1 year ago

PyCon SG
Writing robust, readable, and maintainable concurrent programs in Python - PyCon APAC 2018

Speaker: Wilson Tjhi, Senior Consultant at ThoughtWorks Threading, futures, coroutines, asyncio, celery, and gevent. What are ...

34:54
Writing robust, readable, and maintainable concurrent programs in Python - PyCon APAC 2018

248 views

7 years ago

StableCoder
121 - Thread Debugging II and Split Thread Pool

This session continues on trying to figure out why my thread pool implementation keeps hanging. Mucking about with the ...

3:25:32
121 - Thread Debugging II and Split Thread Pool

23 views

4 years ago

PyCon JP
Combining ayncio and threads in the same application (Marc-Andre Lemburg) [PyCon JP 2020]

"Combining ayncio and threads in the same application (Marc-Andre Lemburg) [PyCon JP 2020] https://pycon.jp/2020/timetable/"

35:18
Combining ayncio and threads in the same application (Marc-Andre Lemburg) [PyCon JP 2020]

83 views

5 years ago

Engineering Community
Make async not war by Oleksandr Lazarchuk

During this presentation we will discuss quick guide to concurrent task execution in python. Starting from concurrency in the ...

1:19:07
Make async not war by Oleksandr Lazarchuk

182 views

2 years ago

EuroPython Conference
Vinicius Pacheco - Green threads in Python

"Green threads in Python [EuroPython 2017 - Talk - 2017-07-12 - PyCharm Room] [Rimini, Italy] This talk is for general public with ...

26:41
Vinicius Pacheco - Green threads in Python

4,885 views

8 years ago

PyCon South Africa
An introduction to concurrent programming with asyncio

Bruce Merry https://2018.za.pycon.org/talks/27-an-introduction-to-concurrent-programming-with-asyncio/ Concurrent ...

34:44
An introduction to concurrent programming with asyncio

248 views

7 years ago

StableCoder
052 - Asynchronous Material Loading and the Thread Pool

As part of the resource management, one of the more integral things required in a modern implementation is to have resources ...

1:18:17
052 - Asynchronous Material Loading and the Thread Pool

19 views

4 years ago

CppNow
Coroutines, Fibers and Threads, Oh My

Nat Goodspeed's talk from C++Now Slides are available at: ...

1:20:44
Coroutines, Fibers and Threads, Oh My

7,131 views

11 years ago

Morocco TV
Advanced Asynchronous QTcpServer with QThreadPool
30:20
Advanced Asynchronous QTcpServer with QThreadPool

78 views

6 years ago

EuroPython Conference
Samuel Colvin - Python's Parallel Programming Possibilities - 4 levels of concurrency

"Python's Parallel Programming Possibilities - 4 levels of concurrency [EuroPython 2019 - Talk - 2019-07-10 - Boston] [Basel, CH] ...

32:24
Samuel Colvin - Python's Parallel Programming Possibilities - 4 levels of concurrency

1,217 views

6 years ago

EuroPython 2014
gevent: asynchronous I/O made easy

gevent provides highly scalable asynchronous I/O without becoming a nest of callbacks, or even needing code changes. Daniel ...

44:01
gevent: asynchronous I/O made easy

10,743 views

11 years ago

Jon Eyolfson
Threads Implementation (ECE 344 - Section 2)

Okay so this is what the same version of many to many is there's something called a thread pool so remember the goal of many ...

59:13
Threads Implementation (ECE 344 - Section 2)

161 views

Streamed 3 years ago

Linux.conf.au 2013 -- Canberra, Australia
Concurrent Programming is not so difficult

Presenter(s): Daniel Bryan http://lca2013.linux.org.au/ - http://www.linux.org.au CC BY-SA ...

31:30
Concurrent Programming is not so difficult

905 views

11 years ago

ID1212, Network Programming
Introduction to multithreading

This video gives an introduction to multithreaded programming.

1:20:13
Introduction to multithreading

550 views

7 years ago

VoidRealms
Qt 6 - Episode 26 - Multithreaded strategies

In this video series we will cover Qt 6. In this episode we review all the multithreaded strategies that Qt with C++ offers and go over ...

42:16
Qt 6 - Episode 26 - Multithreaded strategies

10,387 views

4 years ago

Linux Plumbers Conference
User-level threads....... with threads. - Paul Turner - Google

"Multi-threaded programming is hard. Synchronous interfaces can help, but typically require lighter-weight representation of ...

34:00
User-level threads....... with threads. - Paul Turner - Google

40,339 views

12 years ago