Skip to content
Python Pool
  • Blog
  • About Python Pool
  • Contact Us
  • Online Python Compiler
Python Pool
  • Blog
  • About Python Pool
  • Contact Us
  • Online Python Compiler

Numpy

Learn NumPy with array operations, random sampling, math functions, shapes, dtypes, plotting examples, and fixes for common NumPy errors.

NumPy Square Root: np.sqrt(), Arrays, Dtypes, and Domains

July 13, 2026October 27, 2020
NumPy square root with np.sqrt guide

Calculate element-wise square roots with NumPy, while choosing a domain policy for negative values, complex results, dtypes, and broadcasting.

NumPy any(): Check Whether Array Values Are True

July 13, 2026October 27, 2020
NumPy any boolean array guide

Use NumPy any() to test whether array values are true with axis, keepdims, where, out, NaN behavior, and boolean masks.

NumPy gradient(): Calculate Numerical Derivatives

July 13, 2026October 27, 2020
NumPy gradient derivative guide

Use NumPy gradient to estimate derivatives on evenly or unevenly spaced data, control edge handling, and avoid axis and spacing mistakes.

NumPy Count Substrings with strings.count() and char.count()

July 13, 2026October 25, 2020
NumPy count guide showing substring counts in string arrays and vectorized examples

Count non-overlapping substrings in NumPy string arrays with strings.count(), legacy char.count(), start and end ranges, and masks.

NumPy divide: Element-Wise Division, Zeros, and Dtypes

July 13, 2026September 28, 2020
NumPy divide guide showing element-wise array division broadcasting zero handling out arrays and where masks

Use NumPy divide for element-wise division with broadcasting, zero and invalid-value handling, dtype control, where masks, and numerical tests.

NumPy multiply: Elementwise Products, Broadcasting, and Dtypes

July 13, 2026September 28, 2020
NumPy multiply guide showing element-wise array products scalar broadcasting out arrays and where masks

Use numpy.multiply for elementwise products with broadcasting, masks, output arrays, integer and floating-point dtypes, and validation.

NumPy add: Element-Wise Addition, Broadcasting, and Dtypes

July 13, 2026September 28, 2020
NumPy add guide showing element-wise array addition broadcasting out arrays and where masks

Use NumPy add for element-wise array addition with broadcasting, dtype promotion, output control, masks, overflow, and reliable tests.

NumPy subtract(): Element-Wise Difference and Broadcasting

July 13, 2026September 27, 2020
NumPy subtract guide showing element-wise array differences broadcasting out arrays and where masks

Use NumPy subtract() for element-wise differences, broadcasting, dtype and out controls, masked updates, and predictable operand order.

NumPy clip(): Limit Array Values with Bounds

July 13, 2026September 27, 2020
NumPy clip array bounds guide

Limit NumPy arrays with scalar or per-element bounds, one-sided clipping, in-place output, dtype checks, and validation guidance.

NumPy power(): Element-Wise Exponents, Broadcasting, and Dtypes

July 13, 2026September 26, 2020
NumPy power array exponents guide

Use np.power() deliberately by checking broadcasted shapes, negative and fractional domains, dtype, and masked output behavior.

Older posts
Newer posts
← Previous Page1 … Page10 Page11 Page12 Next →

About us

Python Pool is a platform where you can learn and become an expert in every aspect of Python programming language as well as in AI, ML, and Data Science.

Quick Links

  • AI
  • Algorithm
  • Career
  • Comparison
  • Data Science
  • Error
  • How to
  • Learning
  • Machine Learning
  • Matplotlib
  • Module
  • News
  • Numpy
  • OpenCV
  • Pandas
  • Programs
  • Project
  • Questions
  • Review
  • Software
  • Tensorflow
  • Tutorials

Pages

  • About Python Pool
  • Contact Us
  • Cookies Policy
  • DMCA
  • Privacy Policy
© 2026 Python Pool
Next Page »