1. Anaconda Download
Depending on whether you downloaded 32-bit or 64-bit according to your system, there is a version
Python3.6--64bit
Python3.6--32bit
Python2.7--64bit
Python2.7--32bit
2. Anaconda Installation
All the way Next,
PS: note the installation path
3. Anaconda Simple to use
Anaconda mainly includes package management Tools Anaconda Navigator, command-line Windows Anaconda prompt, Idespyder, web-style compiler Jupyter notebook, interactive Shell:ipython, etc.
3.1 Anaconda Navigator
As can be seen from its main interface, Anaconda Navigator includes IDE management, environmental management, engineering management, learning resources, and community functions.
Main Introduction to Environmental management
Navigator supports the creation of multiple environments to provide different environments for different projects to save unnecessary packages.
Package installation, upgrade, removal, query
Installation
Select not installed, and enter the installation package name.
Select the version and click Apply to confirm the installation.
The query has been installed;
Remove, upgrade
Select Installed Packages
Select Remove or update
PS: Click on the small checkmark
3.2Notebook
Notebook is a web-style IDE
3.3Spyder
Spyser S is a desktop IDE
Getting started with Python-windows Anaconda Environment Building