tags: Machine learning/python learning python pip numpy
First, cmd enters the python-scripts directory, and then enter the code
1. Install numpy
Install online. This method refers to the web page
https://www.cnblogs.com/qing-5/p/7845135.html
This image is extremely fast to install.
1. Make sure you have installed pip
2. cmd, thenpip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpyYou can install the numpy library from the mirror of Tsinghua University. . Because directly using foreign pip mirror installation, it may fail, at this time we want to use domestic pip mirror, it is recommendedTsinghua University mirror https://pypi.tuna.tsinghua.edu.cn/simple

2. Install pandas
I don’t have Baidu for this. I think it should be able to be installed directly by pip.pip install pandas
I found the installation to be particularly slow, so I decided to install the next database using mirroring. It's really slow. I've waited for more than five minutes and haven't installed it. So, I stepped on mine for everyone.Never pip directly in the future!!!
Five hundred years later, finally. . . . .

3. Install seaborn
I want to use mirroring again! !
Type in cmd:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ seaborn

Click it and install it! ! Brothers, hit the Tsinghua mirror nb on the public screen!
It seems that matplotlib is installed for me automatically.
First find python installation folder, the new in pathon35 / Script folder a bat file (I installed the 3.5 version), a text editor to write cmd in it, click on it to open a command of the direct path ...
1、Numpy (1) Numpy overview (2) ndArray structure (3) Numerical calculation (4) Sorting (5) Array shape (6) Array generation (7) Array operation (8) Random module (9) Read and write data (10) Numpy exe...
First, install numpy NumPy (Numeric Python) is the basic package for scientific computing in Python. NumPy is an extension of the Python programming language, adding support for large multidimensional...
1. Standard work 1. Confirm that the installation tool pip is available under the Scripts folder. 2. Check whether the pip configuration is successful. Enter pip in the command line and return the var...
1. Install python Go to the official website to download the required version and install it with one click (note: the 3.8.0 python installed in this record) 2. Install the pip command (1) Use the com...
A, numpy Practice Code Two, pandas Practice Code Three, matplotlib Practice Code ...
Use of numpy, pandas, matplotlib in python Article Directory Use of numpy, pandas, matplotlib in python numpy Generate array (matrix) Basic operations Index operation array merge array partition numpy...
Recently, a series of data comparisons have to be made, using numpy and pandas to calculate, but using python to install numpy and pandas because the Linux environment does not have a lot of problems ...
Recently, to compare a series of data year-on-year, you need to use numpy and pandas to calculate, but use python to install numpy and pandas because the Linux environment has no external network and ...
Recently, to compare a series of data year-on-year, you need to use numpy and pandas to calculate, but use python to install numpy and pandas because the Linux environment has no external network and ...