News

The end-of-month report features 10 ways to make Python faster, a deep dive into CPython garbage collection, and Python Polars closing in on a production release.
Maybe this is a tangent, but I think this question gets at how complex we want arrays to be. I sometimes wish whether an array is chunked or not were an implementation detail, rather than a top-level ...
TensorStore is an open-source C++ and Python software library developed by Google Research to address the problem of storing and manipulating n-dimensional data. This library supports several storage ...
This post shows you how to use arrays in Python and why this data structure is so useful. A foundational skill for data science, coding, and more!
This is the test suite for array libraries adopting the Python Array API standard. Keeping full coverage of the spec is an on-going priority as the Array API evolves. Feedback and contributions are ...