简体   繁体   English

如果我已经有PyCharm,我是否需要安装Anaconda? 如果是这样,他们会一起工作吗?

[英]Do I need Anaconda installed if I already have PyCharm? If so will they work well together?

So I have PyCharm install on my Mac. 所以我在Mac上安装了PyCharm。 I just started a course that talks about using Anaconda but nothing about PyCharm. 我刚刚开始了一个关于使用Anaconda但没有关于PyCharm的课程。 I'm still a beginner learning the language but I feel I need to start writing code while still studying. 我仍然是一名学习语言的初学者,但我觉得我还需要在学习的同时开始编写代码。 Do I need to install Anaconda even if I have PyCharm? 即使我有PyCharm,我还需要安装Anaconda吗? And if so will they both work well together? 如果是这样,他们会一起工作吗?

PyCharm is a development environment and Anaconda is an all-in-one way to install a nice stack of Python tools and packages (numpy, pandas, etc. - lots of data science tools but many general purpose tools as well). PyCharm是一个开发环境,Anaconda是一个一体化的方法来安装一堆很好的Python工具和软件包(numpy,pandas等 - 许多数据科学工具,但许多通用工具)。 They work together fine - you just need to set up a run configuration that points to the Anaconda installation. 它们可以很好地协同工作 - 您只需要设置一个指向Anaconda安装的运行配置。

My experience with Anaconda was using it for a machine learning learning class. 我对Anaconda的经验是将它用于机器学习学习课程。 We used jupyter notebook to do all our learning and projects. 我们使用jupyter笔记本来完成我们所有的学习和项目。 From what I've noticed, people mostly use Anaconda for data science and machine learning related applications. 从我注意到,人们大多使用Anaconda进行数据科学和机器学习相关的应用程序。 But since you are just starting to learn python, I recommend just sticking with PyCharm. 但是既然你刚开始学习python,我建议你坚持使用PyCharm。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如果我已经安装了 Anaconda 发行版并想使用其他文本编辑器,是否需要安装 Python? - Do I need to install Python if I already have the Anaconda distribution installed and want to use other text editors? 为什么我需要在 PyCharm 中重新安装 python 包,即使我已经在 Windows CMD 中安装了所需的包? - Why do I need reinstall python packages in PyCharm even I have already installed needed packages in Windows CMD? 刚装了Anaconda怎么启动spyder ide或者pycharm? - Just installed Anaconda how do I start spyder ide or pycharm? 如何让PyCharm使用通过Anaconda安装的熊猫? - How do I make pandas installed via Anaconda usable by PyCharm? 我已经安装了 Anaconda 并且我也安装了 pygame,但仍然出现错误 ModuleNotFoundError: No module named 'pygame' - I have installed Anaconda and I have installed pygame as well, but still got an error ModuleNotFoundError: No module named 'pygame' 如果我已经安装了Anaconda Python,如何在R中使用TensorFlow? - How to use TensorFlow in R if I have Anaconda Python already installed? 图书馆不在Pycharm中,即使我已经安装了它 - Library is not in Pycharm, even though i have already installed it 当我已经安装了python 3.6时,如何在运行python(和pipenv)2.7的pycharm中设置虚拟环境? - How do I set up a virtual environment in pycharm which runs python (and pipenv) 2.7 when I already have python 3.6 installed? PyCharm 2019.01和Anaconda 3不能一起工作 - PyCharm 2019.01 and Anaconda 3 Don't Work Together 如果我有PYC文件,是否需要安装Python? - Do I need Python installed if I have PYC files?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM