About 64,500 results
Open links in new tab
  1. NumPy

    Nearly every scientist working in Python draws on the power of NumPy. NumPy brings the computational power of languages like C and Fortran to Python, a language much easier to …

  2. NumPy - Installing NumPy

    The only prerequisite for installing NumPy is Python itself. If you don’t have Python yet and want the simplest way to get started, we recommend you use the Anaconda Distribution - it includes …

  3. Data types — NumPy v2.3 Manual

    NumPy numerical types are instances of numpy.dtype (data-type) objects, each having unique characteristics. Once you have imported NumPy using import numpy as np you can create …

  4. numpy.where — NumPy v2.3 Manual

    numpy.where # numpy.where(condition, [x, y, ]/) # Return elements chosen from x or y depending on condition.

  5. NumPy - Learn

    Below is a curated collection of educational resources, both for self-learning and teaching others, developed by NumPy contributors and vetted by the community.

  6. numpy.append — NumPy v2.3 Manual

    NumPy reference Routines and objects by topic Array manipulation routines numpy.append

  7. numpy.random.rand — NumPy v2.3 Manual

    That function takes a tuple to specify the size of the output, which is consistent with other NumPy functions like numpy.zeros and numpy.ones. Create an array of the given shape and populate …

  8. The N-dimensional array (ndarray) — NumPy v2.3 Manual

    NumPy is flexible, and ndarray objects can accommodate any strided indexing scheme. In a strided scheme, the N-dimensional index (n 0, n 1,, n N 1) corresponds to the offset (in bytes):

  9. numpy.reshape — NumPy v2.3 Manual

    NumPy reference Routines and objects by topic Array manipulation routines numpy.reshape

  10. Mathematical functions — NumPy v2.3 Manual

    Handling complex numbers # ... Extrema finding # ... Miscellaneous # ... numpy.not_equal