Kushal Das
Kushal Das is a CPython core developer and also a director at the Python Software Foundation. He also part of the Tor Project Core team. One of the maintainer of SecureDrop, and author of various other Free Software tools. He founded Linux Users' Group of Durgapur back in 2004 with a goal of helping people to become upstream contributors. He regularly blogs at https://kushaldas.in
Session
Live Stream: https://youtu.be/BgzIaEzXEBU
Many times we have to write Python extensions, particularly in C. To do various system operations, or doing calculations in a faster manner. But, writing safe C code is always difficult, even for an experienced developer. This is where writing Python extensions in Rust is becoming more popular among developers where people think about speed and security at the same time. In this workshop we will learn about how to create a Python module using Rust. No previous Rust experience is required.