From ac5db1fb4b21acd3a76cca8acb8c4b100900bcdd Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Tue, 26 Dec 2023 15:30:28 +0000 Subject: [PATCH] Add link to YouTube introduction to PyO3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62b7f32f..1b163d75 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ about this topic. ## Articles and other media +- [(Video) Extending Python with Rust using PyO3](https://www.youtube.com/watch?v=T45ZEmSR1-s) - Dec 16, 2023 - [A Week of PyO3 + rust-numpy (How to Speed Up Your Data Pipeline X Times)](https://terencezl.github.io/blog/2023/06/06/a-week-of-pyo3-rust-numpy/) - Jun 6, 2023 - [(Podcast) PyO3 with David Hewitt](https://rustacean-station.org/episode/david-hewitt/) - May 19, 2023 - [Making Python 100x faster with less than 100 lines of Rust](https://ohadravid.github.io/posts/2023-03-rusty-python/) - Mar 28, 2023