Bridging the Python and Rust gap, asynchronously

In this talk we will be exploring Rust extensions, with a special focus on asynchronous programming. Among the topics covered are the differences between Python and Rust asynchronous programming, when to use one over the other (or neither!), and how to get started...

When and how to refactor your code into generators

May 26, 2023 from 10:15 am to 10:45 am Camera 1 (64 people) Have you ever found yourself coding variations of a loop construct where fragments of the loop code were exactly the same between the variations? Or, in an attempt to factor out these common parts, you ended...