About 42,000 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 learn …

  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 Python, …

  3. numpy · PyPI

    Project description NumPy is the fundamental package for scientific computing with Python.

  4. NumPy: шпаргалка для начинающих / Хабр - Habr

    Oct 18, 2023 · Библиотека NumPy содержит многомерные массивы и матричные структуры данных. NumPy можно использовать для выполнения множества математических операций с …

  5. GitHub - numpy/numpy: The fundamental package for scientific …

    NumPy is a community-driven open source project developed by a diverse group of contributors. The NumPy leadership has made a strong commitment to creating an open, inclusive, and positive …

  6. NumPy Tutorial - W3Schools

    We have created 43 tutorial pages for you to learn more about NumPy. Starting with a basic introduction and ends up with creating and plotting random data sets, and working with NumPy functions:

  7. Introduction to NumPy - W3Schools

    What is NumPy? NumPy is a Python library used for working with arrays. It also has functions for working in domain of linear algebra, fourier transform, and matrices. NumPy was created in 2005 by …

  8. NumPy - Wikipedia

    NumPy (pronounced / ˈnʌmpaɪ / NUM-py) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level …

  9. NumPy Tutorial - GeeksforGeeks

    Mar 25, 2026 · NumPy is a core Python library for numerical computing, built for handling large arrays and matrices efficiently. It is significantly faster than Python's built-in lists because it uses optimized …

  10. NumPy — Википедия

    NumPy (сокр. от Numerical Python, произн. / ˈnʌmpaɪ /) — библиотека с открытым исходным кодом для языка программирования Python. Возможности: поддержка многомерных массивов …