Pycharm is a very popular Python editor. Anaconda is a Python release that focuses on data analysis and contains more than 190 science packages, including Conda, Python, and their dependencies. Anaconda simplifies your workflow with the Management Toolkit, development environment, and Python version. It is not only easy to install, update, uninstall the toolkit, but also to install the appropriate dependencies automatically, while you can use different virtual environments to isolate the different requirements of the project. Anaconda comes with integrated development environment Spyder. Some people don't like the Spyder style. Personal feeling its hint function is also inferior to pycharm. If the pycharm can be configured anaconda environment, not beautiful. Next, share your personal experience:
The process of installing Anaconda and pycharm is not a nonsense, it's easier. There are also a lot of tutorials on the web. I installed the Pycharm version for 2017.3.2 (Community Edition).
After you have finished installing both:
The first step is to configure the Anaconda environment variable in the system environment variable path to add the Anacond installation path and its subfolders script and Library/bin. I am mounted on the G-disk, my configuration is "G:\ANACONDA3; G:\Anaconda3\Scripts; G:\Anaconda3\Library\bin ".
The second step is to configure the Anaconda environment for Pycharm. Enter Pycharm, click File->default setting->project Interpreter
Click Gear to select Add Local
I was choosing the third one. I thought it was the second one, but I didn't know what to do. Click on the Third tab and select the path as Python.exe under the Anaconda installation path to determine the successful configuration of the Anaconda environment.
Later, projects created in this environment can use the libraries already in Anaconda.