The best combination of python development environment (pycharm+anaconda)

1. pycharm+anaconda is the best combination of python development environment

1. Comparison between pycharm and vscode

pycharm community edition with pycharm pro

pycharm pro and vscode

 two, anaconda

  1. Anaconda = Python + integration package + toolbox. So there is no need to download traditional Python (cPython)
  2. Personally, I do not recommend using traditional python for scientific computing. First, all packages need to be downloaded by yourself. Second, when the python version is too new, the update speed of many packages may not be able to keep up.

 

 3. Summary

How to use pycharm+pyenv for development projects, how to do data analysis, machine learning, deep learning, use pycharm+anaconda.

Guess you like

Origin blog.csdn.net/swebin/article/details/131478019