Completed
Python
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Considering Rust for Scientific Software
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Who am I
- 4 Importance of correctness
- 5 Developers have other jobs
- 6 Python
- 7 C
- 8 Reasons not to use Rust
- 9 Reasons to use Rust
- 10 Rust features
- 11 Explicit conversion
- 12 Safe defaults
- 13 Unsafe blocks
- 14 Floating point numbers
- 15 Sorting floating point numbers
- 16 Prototyping in Rust
- 17 Testing in Rust
- 18 Documentation tests
- 19 C Core Guidelines
- 20 What sets Rust apart
- 21 The biggest impact of choosing Rust