News

Py03 lets you combine Rust's speed and memory safety with Python's ease of use. Here's how to write Rust extensions for Python that work just like regular Python modules.
If all you want to do is write a Zig library that exposes C-style public interfaces and use that with Python, the process is incredibly simple. Here’s a simple Zig program that exposes a method ...