ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

82 results

codingjerk
Python 3.14. What's new?

So, in one month Python 3.14b1 will be released, and in this video I'll show you off most of the important changes that's coming.

12:35
Python 3.14. What's new?

64,002 views

8 months ago

Aalto Scientific Computing
4.2 Parallel - Python for Scientific Computing 2023

... message passing) 08:20 Python's global interpreter lock (GIL) 11:38 Python's multiprocessing module 11:52 Multiprocessing ...

44:18
4.2 Parallel - Python for Scientific Computing 2023

203 views

2 years ago

Dario
Call a Rust Function from Python Like A Boss with Maturin

Use the performance advantage of #rustlang in Python by writing Python modules using Rust!!! You can build python libraries ...

4:37
Call a Rust Function from Python Like A Boss with Maturin

3,227 views

3 years ago

Jon Gjengset
Solving distributed systems challenges in Rust

In this stream we work through the fly.io distributed systems challenges (https://fly.io/dist-sys/) in Rust, and solve all the way up to ...

3:15:52
Solving distributed systems challenges in Rust

304,637 views

2 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

xmdi
Coding in Rust until it's missing a basic feature...

Rust is the language of the future ... unless the future involves basic arithmetic.

0:35
Coding in Rust until it's missing a basic feature...

8,301 views

3 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

99,852 views

4 years ago

Fabrice Kordon
062 — Implémentation, ServeurMultiThreade v4

Instead, you're going to use a thread pool for which you'll set the size with this parallelism constant. Otherwise, there won't be ...

4:49
062 — Implémentation, ServeurMultiThreade v4

729 views

9 years ago

Confreaks
RubyConf 2017: What does GIL really guarantee you? by Daniel Vartanov

What does GIL really guarantee you? by Daniel Vartanov You probably heard that Global Interpreter Lock (GIL) in Ruby "allows ...

24:55
RubyConf 2017: What does GIL really guarantee you? by Daniel Vartanov

2,901 views

8 years ago

Filip Hráček
Dart 2.15: What's new

Dart 2.15 brings fast concurrency with worker isolates, a new constructor tear-off language feature, improved enum support in the ...

14:04
Dart 2.15: What's new

17,438 views

4 years ago

J David Eisenberg
Chapter 4: Using Multiple Turtles

Also: planning before programming and what happens if a program doesn't do what you want. This video was not scripted, and it ...

7:49
Chapter 4: Using Multiple Turtles

1,221 views

7 years ago

Aalto Scientific Computing
3.4 Shared memory parallelism (part 1) - HPC/SciComp Kickstart summer 2024

Shared memory or multiprocessing parallelism can scale to one node and allow communication between processors on a node.

27:02
3.4 Shared memory parallelism (part 1) - HPC/SciComp Kickstart summer 2024

66 views

1 year ago

Tom Mohr
How Particle Life emerges from simplicity

Other video explaining the maths & code: https://youtu.be/scvuli-zcRc Download (Windows 64-bit): https://particle-life.com Source ...

10:16
How Particle Life emerges from simplicity

440,122 views

3 years ago

Chuck Severance
Python for Informatics - Chapter 12 - HTTP

This is provide by http://www.pythonlearn.com/ All Lectures: ...

47:42
Python for Informatics - Chapter 12 - HTTP

21,761 views

12 years ago

makingthematrix
Programming with Functions #6: Thread safety

Sorry for the pop sounds. My stash of audio/video gadgetry grew considerably since I recorded audio for this episode, so I have ...

8:51
Programming with Functions #6: Thread safety

523 views

4 years ago

J David Eisenberg
Chapter 4: Reading Strings and Extracting Characters from them

How to read a line of text into a string, and how to get specific characters from it.

3:58
Chapter 4: Reading Strings and Extracting Characters from them

123 views

6 years ago

Fabrice Kordon
063 — Implémentation, ServeurMultiThreade v5

There is also an example of thread observation and structure using groups. This was a rather complex example but one that's ...

24:07
063 — Implémentation, ServeurMultiThreade v5

855 views

9 years ago

Society of Research Software Engineering
Laura Moran and Freddy Wordingham: Rust for Scientific Computing

A talk from the Large-scale parallel session at RSECon2022. Details: ...

25:32
Laura Moran and Freddy Wordingham: Rust for Scientific Computing

979 views

2 years ago

wikipedia tts
Thread (computing) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Thread_(computing) 00:00:48 1 Single vs ...

33:16
Thread (computing) | Wikipedia audio article

19 views

6 years ago

Chrome for Developers
Web Workers - Supercharged

Surma shows you the advantages of using web workers! If you have questions or suggestions, hit us up on Twitter! Surma: ...

1:25
Web Workers - Supercharged

8,979 views

7 years ago

HPC NRW
Several Ways to SAXPY: JULIA + CUDA.jl

An introduction to CUDA programming with JULIA using a simple SAXPY (Single-precision A*X + Y) as an example. This video is ...

7:01
Several Ways to SAXPY: JULIA + CUDA.jl

631 views

3 years ago

nptelhrd
Mod-25 Lec-37 Multithreading and Multiprocessing

High Performance Computer Architecture by Prof.Ajit Pal,Department of Computer Science and Engineering,IIT Kharagpur.

54:26
Mod-25 Lec-37 Multithreading and Multiprocessing

21,909 views

10 years ago

Tyler Caraza-Harter
CS 320 Oct 16 (Part 3) - robots.txt

... figure out well am i following the rules or not and so python actually comes with something called the robot parser in this module ...

6:32
CS 320 Oct 16 (Part 3) - robots.txt

211 views

5 years ago

wikipedia tts
Green threads | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Green_threads 00:00:27 1 Etymology 00:00:48 2 ...

7:46
Green threads | Wikipedia audio article

26 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