mdipierro/nlib
The book "Annotated Algorithms in Python" and the nlib.py library observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 75
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4867
- days_rel: n/a
- days_push: 151
- n_releases_24m: 0
Adoption not part of the score
1338 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A pure-Python numerical computing library (nlib.py) accompanied by the open book 'Annotated Algorithms in Python', covering linear algebra, root finding, optimization, statistics, and finance without requiring numpy. It serves both as a teaching resource and a lightweight dependency-free toolkit for numerical algorithms.
Use cases
- learn numerical algorithms in python from scratch
- do linear algebra without numpy
- fit curves with least squares in pure python
- solve equations with newton's method
- compute statistics like mean, correlation, covariance
- fetch and analyze stock price data
- persist a python dictionary to sqlite
When to choose
- you want a dependency-free pure python numerical library
- you are teaching or learning how numerical algorithms work internally
- you need lightweight math utilities where numpy is unavailable or overkill
When to avoid
- you need high-performance vectorized numerical computing
- you are building production scientific software - prefer numpy/scipy
- you need a maintained library with a clear license and active development
Facets
library · maturity maintenance
math data-science machine-learning mathematics data-science education tutorials python cross-platform numerical-computing pure-python textbook no-numpy linear-algebra statistics finance optimization
2 sources
- readme: https://github.com/mdipierro/nlib · fetched 2026-08-28 · 973bab1c25d7
- registry_pypi: https://pypi.org/pypi/nlib/json · fetched 2026-08-29 · 8963effedd90
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mdipierro/nlib | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem