Descriptive statistics, correlation, linear regression, and the normal distribution in pure Python. No numpy/scipy, zero dependencies.
-
Updated
Jul 26, 2026 - Python
Descriptive statistics, correlation, linear regression, and the normal distribution in pure Python. No numpy/scipy, zero dependencies.
A pure-Python matrix library with NumPy-level linear algebra operations. Zero dependencies, readable implementations, full matrix operation suite including decompositions, solvers, and advanced linear algebra. Perfect for learning, constrained environments, or when you need transparent matrix operations without the NumPy ecosystem.
A lightweight Python library for matrix operations: creation (zero, identity, random), basic ops (access, copy), arithmetic (add, multiply, transpose, power), and advanced checks (square, trace, symmetric). Fully typed, validated, with comprehensive pytest test suite.
Small-matrix linear algebra in pure Python: arithmetic, transpose, determinant, inverse, and solving Ax=b. No numpy, zero dependencies.
Mini pandas + matplotlib in pure Python (no numpy/pandas/matplotlib). DataFrame, Series, groupby, merge, CSV/JSON I/O, statistics, and ASCII plotting. 72 tests.
Qubit State Algebra - Quantum runtime for regular computers
Add a description, image, and links to the numpy-alternative topic page so that developers can more easily learn about it.
To associate your repository with the numpy-alternative topic, visit your repo's landing page and select "manage topics."