前言
PyCharm is an integrated development environment (IDE) used in computer programming, specifically for the Python language. It is developed by the Czech company JetBrains. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django. PyCharm is cross-platform, with Windows, macOS and Linux versions. The Community Edition is released under the Apache License, and there is also Professional Edition with extra features, released under a proprietary license.
而Conda是一个开源的包、环境管理器,可以用于在同一个机器上安装不同版本的软件包及其依赖,并能够在不同的环境之间切换,而且简单易用,容易上手,这对于在Linux下使用Python简直是个福音。因为在Linux下安装多版本Python和切换默认Python版本有时候会导致Linux不同依赖之间的冲突,而Pycham作为功能完善的PythonIDE具有完善的功能,要是能结合两者的优点的话,在学习Python的路上能省好多力气。
假设已经安装好了Pycharm和Anaconda。