Anaconda
Anaconda is essentially a software release that contains more than 180 science packages and their dependencies, including Conda, Python.
Simply put, installing Annaconda is equivalent to installing Python, Conda, and commonly available numpy, scipy, pandas, and so on, without having to download the configuration separately. Because of the split between the Python3 and the Python2, the use of virtualenv with the PIP is often an unusable condition. Solid recommended installation Anaconda. installation Method Tsinghua Mirror image station download address: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/After the installation is complete, the Start menu is shown in the picture
Anaconda Navigator is a visual Conda console
Anaconda prompt is the command line Conda console
Error Rollup
When using Conda to create a virtual environment, there are sometimes Conda Http error errors, you need to modify the mirror source for Tsinghua's web site, in the "Anaconda Prompt" Enter the command:
Conda config--add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
Conda config--add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
Conda config--set show_channel_urls Yes
Pycharm
installation
Website Download address: https://www.jetbrains.com/pycharm/download/, which is divided into professional and community,community can be used for free. Use
Because Pycharm is looking for anaconda from the%homepath%/anaconda, you need to establish a link to the Anaconda installation directory and the directory, which will then appear under the current User folder.
Open the cmd command line with administrator rights enter the following command
MKLINK/D%homepath%\anaconda C:\ProgramData\Anaconda3
When managing a virtual environment, you can find the current virtual environment in the settings, make package updates, deletes, or manage packages and virtual environments in two anaconda ways.