Python package
matops-python
2021
A Python package for matrix operations and small linear algebra exercises.
- Python
- Matrix Operations
- Package
Overview
matops-python is a Python package for matrix operations and small linear algebra exercises.
The project fits the Python side of my work: clear examples, practical APIs, and code that is easy to inspect. It is useful as both a small math utility and a compact example of packaging Python functionality in a reusable shape.
Alongside the Rust projects, it helps show the bridge I often work across: Python for clarity and speed of expression, Rust for performance and stronger system boundaries, and both languages used where they make sense.