[HTML][HTML] Array programming with NumPy

CR Harris, KJ Millman, SJ Van Der Walt, R Gommers… - Nature, 2020 - nature.com
Array programming provides a powerful, compact and expressive syntax for accessing,
manipulating and operating on data in vectors, matrices and higher-dimensional arrays …

SciPy and NumPy: an overview for developers

E Bressert - 2012 - books.google.com
Are you new to SciPy and NumPy? Do you want to learn it quickly and easily through
examples and a concise introduction? Then this is the book for you. You'll cut through the …

The NumPy array: a structure for efficient numerical computation

S Van Der Walt, SC Colbert… - Computing in science & …, 2011 - ieeexplore.ieee.org
In the Python world, NumPy arrays are the standard representation for numerical data and
enable efficient implementation of numerical computations in a high-level language. As this …

xarray: ND labeled arrays and datasets in Python

S Hoyer, J Hamman - Journal of …, 2017 - … .openresearchsoftware.metajnl.com
Abstract xarray is an open source project and Python package that provides a toolkit and
data structures for N-dimensional labeled arrays. Our approach combines an application …

Legate NumPy: Accelerated and distributed array computing

M Bauer, M Garland - Proceedings of the International Conference for …, 2019 - dl.acm.org
NumPy is a popular Python library used for performing array-based numerical computations.
The canonical implementation of NumPy used by most programmers runs on a single CPU …

[图书][B] Python data science handbook: Essential tools for working with data

J VanderPlas - 2016 - books.google.com
For many researchers, Python is a first-class tool mainly because of its libraries for storing,
manipulating, and gaining insight from data. Several resources exist for individual pieces of …

A query language for multidimensional arrays: Design, implementation, and optimization techniques

L Libkin, R Machlin, L Wong - ACM SIGMOD Record, 1996 - dl.acm.org
While much recent research has focussed on extending databases beyond the traditional
relational model, relatively little has been done to develop database tools for querying data …

Python for scientific computing

TE Oliphant - Computing in science & engineering, 2007 - ieeexplore.ieee.org
Python is an excellent" steering" language for scientific codes written in other languages.
However, with additional basic tools, Python transforms into a high-level language suited for …

Python: an ecosystem for scientific computing

F Perez, BE Granger, JD Hunter - Computing in Science & …, 2010 - ieeexplore.ieee.org
As the relationship between research and computing evolves, new tools are required to not
only treat numerical problems, but also to solve various problems that involve large datasets …

[图书][B] Learning scientific programming with Python

C Hill - 2020 - books.google.com
Learn to master basic programming tasks from scratch with real-life, scientifically relevant
examples and solutions drawn from both science and engineering. Students and …