Home  >  Article  >  Backend Development  >  Python uses pip to install numpy

Python uses pip to install numpy

angryTom
angryTomOriginal
2020-02-13 10:24:1820279browse

Python uses pip to install numpy

Python uses pip to install numpy

numpy is an open source numerical computing extension that can be used to store and process large matrices. It is better than Python's own embedded The nested list structure is much more efficient.

Many libraries depend on this library, so it is particularly important. The most commonly used is its array function, numpy.array([,,,,,])

The installation method is: first cmd to C:\Python27\Scripts, and then use easy_install. exe pipInstall pip, and finally install numpy directly through pip install numpy.

Recommended learning: Python video tutorial

Python uses pip to install numpy

Python uses pip to install numpy

Python uses pip to install numpy

# #Indicates successful installation.

The above is the detailed content of Python uses pip to install numpy. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn