Home  >  Article  >  Backend Development  >  How to install libraries in python

How to install libraries in python

藏色散人
藏色散人Original
2019-10-19 10:54:067935browse

How to install libraries in python

#How to install the library in python?

How to install third-party libraries in python:

First we open the command interpreter program (windows r) on the computer and enter cmd, as shown in the figure Shown:

Recommended: "Python Tutorial"

How to install libraries in python

Now we can install the third-party library, first install the numpy library (Providing array support and corresponding efficient processing functions), as shown in the figure:

How to install libraries in python

Then install the scipy library (providing matrix support and matrix-related numerical calculations Module), as shown in the figure:

How to install libraries in python

Then we can install the matplotlib library (visualization tools, drawing library), as shown in the figure:

How to install libraries in python

Finally install the pandas library (a powerful and flexible data analysis and exploration tool), as shown in the figure:

How to install libraries in python

Notes

When installing third-party libraries, you must ensure a smooth network connection

The above is the detailed content of How to install libraries in python. 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