11:08
Combining Rust and Python: The Best of Both Worlds?
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll show you how to ...
8:23
Join our Rust Live Accelerator waitlist (free Rust Job-Ready Roadmap inside): https://letsgetrusty.com/join Let's Get Rusty is the ...
6:10
What is a Foreign Function Interface?
Foreign function interfaces, or FFI, allow you interface with code written in another language. For example, maybe your application ...
12:34
Using Rust with Python | A quick guide to calling Rust function from Python
00:00 Intro 00:25 Make a Rust library crate 00:54 Set up Cargo.toml 01:22 Write the library functions 02:15 Write the library FFI ...
44:39
How I made a Python Framework in Rust (is it fast?)
Have you ever wondered if you could speed up Python by offloading the heavy lifting to Rust? In this video, we build a custom ...
1:08:53
FFI - Python and Node.js and Rust
We demonstrate a couple of design ideas to embed Rust with Python and Node.js and to dynamically invoke the foreign function ...
36:48
Stephan Hügel - Teaching myself Rust through the medium of coordinate system transforms and FFI
Transforming coordinates from one coordinate reference system to another is slow, and usually done in bulk, so it's a great ...
8:38
Advanced PyO3: Creating A Python CLI With RUST
I've banged on about how great Python and Rust are together, so it's time for me to finally show you how it's done! This video will ...
30:49
Practical Python/Rust: Building and Maintaining Dual-Language Libraries
Recorded at PyCon DE & PyData 2025, April 25, 2025 https://2025.pycon.de/program/CUJMCD/ The presentation ...
12:28
Embed Rust code in Ruby with FFI
Quick tutorial on the basics of embedding Rust code within Ruby by using FFI (foreign function interface) to speed up an ...
1:15:00
Workshop (Workshops - Day 1) - Writing Python extensions in Rust
Abstract: Many times we have to write Python extensions, particularly in C. To do various system operations, or doing calculations ...
4:37
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 ...
31:05
Dmitry Trofimov - Can Rust make Python shine?
Dmitry Trofimov - Can Rust make Python shine? [EuroPython 2015] [20 July 2015] [Bilbao, Euskadi, Spain] Rust is a new ...
30:41
vigneshwer dhinakaran - Pumping up Python modules using Rust - PyCon 2018
Speaker: vigneshwer dhinakaran If you've spent much time writing (or debugging) Python performance problems, you've probably ...
8:50
Is it worth it to call Rust from Python with PyO3?
Is it worth it to call Rust from Python when inserting into a dictionary? That is the question I explore in this video. Here's my Rust ...
30:39
RustFest Rome 2018 - Yiming Jing : One Thousand Ways to Die in Rust FFI
Efficient FFI bindings are one of the core features of Rust; however dereferencing raw pointers, conversion between Rust and C ...
13:53
In this video we discuss how we can speed up our Python code using Rust code, Pyo3 (a Rust crate), and a tool called Maturin.
23:29
Boosting Python with Rust The case of Mercurial
FOSDEM 2019 Hacking conference #hacking, #hackers, #infosec, #opsec, #IT, #security.
23:29
Boosting Python with Rust The case of Mercurial
by Raphaël Gomès At: FOSDEM 2020 https://video.fosdem.org/2020/UB2.252A/python2020_rust.webm While working on the ...