> cat /dev/github | grep security-tools
discovered 03 Aug 2026

RustPython

via awesome-list
→ View on GitHub
RustPython is a Python 3 interpreter implemented in Rust, aiming to provide a robust alternative to CPython while leveraging the safety and performance characteristics of the Rust language. Notable features include compatibility with Python 3.14, an interactive shell, and the ability to run WebAssembly demos, along with optional SSL support to facilitate HTTPS requests and pip package installations. This tool is primarily used for executing Python code and experimenting with Python programming in a Rust environment.