what is anaconda

Anaconda is a Python distribution for scientific computing. It provides the functions of package management and environment management , which can easily solve the problems of coexistence, switching of multiple versions of Python, and installation of various third-party packages. It supports Linux, Mac, and Windows systems.
Anaconda contains a large number of commonly used data science packages (Numpy for scientific computing, Scikit-learn, a mechanical learning algorithm library...). It does not need to be installed separately using pip, and it can quickly complete data processing and scientific computing and other related operations.
The download address is https://www.anaconda.com/download/#windows to download the Windows version of Anaconda, and choose the Python version of Anaconda.

Guess you like

Origin blog.csdn.net/qq_44801116/article/details/110009220