Porting a simple Python script to Rust (part 2)

Опубликовано: 25 Июль 2026
на канале: Lachie Kermode
85
3

Part II of writing a program in Rust that reads from both EdStem - https://edstem.org - and Google Sheets in order to update the latter with values from the former. This is the second of several parts, and probably most interesting to programmers who haven't programmed in Rust, but want to get a feel for what it's like.

Part I: https://www.youtube.com/live/tXx8Tu24...

downtime explanation: (0:00)
cell referencing in sheets: (1:39)
unpacking the values: (6:00)
error handing: (12:26)
bathroom break: (38:50)
more error handling: (40:50)
error handling in iterators: (54:15)
testing template: (1:32:15)
deciding to pause: (1:35:30)