News

Written in Rust, the PyApp utility wraps up Python programs into self-contained click-to-run executables. It might be the ...
What’s the difference between a Python module, class, or package? You might be wondering what a Python “package” is, and how it relates to the Python module.
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.