Tagged articles
3 articles
Page 1 of 1
Code Mala Tang
Code Mala Tang
Jul 1, 2025 · Fundamentals

Mastering NumPy: Manual Array Manipulation with as_strided and ndarray

This tutorial explores advanced NumPy techniques for manually manipulating array metadata such as strides and shape, using functions like as_strided() and ndarray() to create custom views, achieve memory‑efficient operations, and avoid common pitfalls like unintended data corruption.

NumPyPythonarray view
0 likes · 26 min read
Mastering NumPy: Manual Array Manipulation with as_strided and ndarray
MaGe Linux Operations
MaGe Linux Operations
Nov 4, 2020 · Fundamentals

Unlock NumPy: Key ndarray Operations and Functions for Fast Data Computing

This guide introduces NumPy, the core Python package for numerical computing, covering its ndarray structure, creation methods, attributes, reshaping, indexing, arithmetic and statistical functions, random number generation, and practical code examples to help you efficiently manipulate large data arrays.

NumPyNumerical ComputingPython
0 likes · 13 min read
Unlock NumPy: Key ndarray Operations and Functions for Fast Data Computing