News

The uv utility lets you run Python packages and libraries with one command and no setup. Here's the quick guide to running Python packages without installing them.
NumExpr is a fast numerical expression evaluator for NumPy. With it, expressions that operate on arrays (like '3*a+4*b') are accelerated and use less memory than doing the same calculation in Python.