About 64,500 results
Open links in new tab
  1. Array creation — NumPy v1.17 Manual - SciPy.org

    Jul 26, 2019 · A simple way to find out if the object can be converted to a numpy array using array () is simply to try it interactively and see if it works! (The Python Way).

  2. The N-dimensional array (ndarray) — NumPy v1.17 Manual

    Jul 26, 2019 · The N-dimensional array (ndarray) ¶ An ndarray is a (usually fixed-size) multidimensional container of items of the same type and size. The number of dimensions and …

  3. SciPy

    SciPy provides algorithms for optimization, integration, interpolation, eigenvalue problems, algebraic equations, differential equations, statistics and many other classes of problems.

  4. SciPy documentation — SciPy v1.16.2 Manual

    Sep 11, 2025 · Want to build from source rather than use a Python distribution or pre-built SciPy binary? This guide will describe how to set up your build environment, and how to build SciPy …

  5. Numpy and Scipy Documentation

    Numpy and Scipy Documentation Welcome! This is the documentation for Numpy and Scipy. For contributors: Numpy developer guide Scipy developer guide Latest releases: Complete Numpy …

  6. numpy.array — NumPy v1.13 Manual - SciPy.org

    Jun 10, 2017 · numpy.array ¶ numpy. array (object, dtype=None, copy=True, order='K', subok=False, ndmin=0) ¶ Create an array.

  7. SciPy User Guide — SciPy v1.16.2 Manual

    SciPy is a collection of mathematical algorithms and convenience functions built on NumPy . It adds significant power to Python by providing the user with high-level commands and classes …

  8. SciPy - Installation

    Here is a step-by-step guide to setting up a project to use SciPy, with uv, a Python package manager. Install uv following, the instructions in the uv documentation.

  9. Optimization (scipy.optimize) — SciPy v1.16.2 Manual

    Large-scale bundle adjustment in scipy demonstrates large-scale capabilities of least_squares and how to efficiently compute finite difference approximation of sparse Jacobian. Robust …

  10. SciPy API — SciPy v1.16.2 Manual

    To clarify which modules these are, we define below what the public API is for SciPy, and give some recommendations for how to import modules/functions/objects from SciPy.