The slower version: https://youtu.be/dA9khrib_lMSlides: https://jacko.io/rust_python/slides/
Contents:
00:00 Intro
04:31 Enums (and null pointer bugs)
14:58 Destructors (and resource leaks)
37:15 Aliasing Rules (and "spooky action at a distance")
51:54 Functional Languages
55:28 Standalone Scripts
The Cargo script RFC: https://rust-lang.github.io/rfcs/3502-cargo-script.html
I didn't consciously write my slides this way, but in retrospect the main sections exactly match the "What makes Rust work" concepts from this 2019 article: https://without.boats/blog/notes-on-a-smaller-rust/