Completed
C code
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PyO3 and Rust in Action: Migrating Pascal to Rust for Python Integration
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Who am I
- 3 Downhaul heat exchanger
- 4 Earthworm
- 5 Code
- 6 Pascal code
- 7 Python core
- 8 C code
- 9 Memory errors
- 10 Rust Core
- 11 Output
- 12 Benchmarking
- 13 Innermost for loop optimization
- 14 Running time comparison
- 15 Python and Rust interface
- 16 Rust macro
- 17 Simple example
- 18 Compile
- 19 Python
- 20 Custom Python types
- 21 Fronttype object trade
- 22 PyO3 release
- 23 My impression of PyO3
- 24 Improvements
- 25 Links
- 26 Questions
- 27 Would I still use Python
- 28 Justintime compilers
- 29 Wrapup