Python uses pip to install numpy

angryTom
Release: 2020-02-13 10:24:18
Original
20365 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template