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.
The pattern-matching syntax introduced in Python 3.10 allows for powerful new programming techniques for decision-making in apps.