Python 和 Anaconda 之间的混淆
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/43535202/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Confusion between Python and Anaconda
提问by Riftabin Kabir
Recently I have started programming in Python (Python 3.5) on my Linux OS. But I am confused about Anaconda. What is it actually? Is it a version of Python or something else? If I do not install Anaconda will there be any limitations?
最近我开始在我的 Linux 操作系统上使用 Python (Python 3.5) 进行编程。但我对 Anaconda 感到困惑。它实际上是什么?它是Python的一个版本还是别的什么?如果我不安装 Anaconda 会有什么限制吗?
回答by ally-e
Anaconda is a free and open-source Python distribution and collection of hundreds of packages related to data science, scientific programming, development and more. Python is included in the Anaconda distribution. It is not an IDE (like PyCharm that mentioned in the comments) though it can be configured with most IDEs. I will note that the distribution includes an IDE called Spyder. It also comes with a platform-agnostic package manager called conda.
Anaconda 是一个免费的开源 Python 发行版,包含数百个与数据科学、科学编程、开发等相关的软件包。Python 包含在 Anaconda 发行版中。它不是一个 IDE(就像评论中提到的 PyCharm),尽管它可以用大多数 IDE 进行配置。我会注意到该发行版包含一个名为 Spyder 的 IDE。它还带有一个名为 conda 的与平台无关的包管理器。
You can read more here: https://docs.continuum.io/anaconda/
您可以在此处阅读更多信息:https: //docs.continuum.io/anaconda/
回答by Tharif
Anaconda is a popular Python data science platform.
Anaconda 是一个流行的 Python 数据科学平台。
Anaconda is a freemiumopen source distribution of:
Anaconda 是一个免费增值开源发行版:
- Python and R programming languages for large-scale data processing, predictive analytics, and scientific computing, that aims to simplify package management and deployment.
- 用于大规模数据处理、预测分析和科学计算的 Python 和 R 编程语言,旨在简化包管理和部署。
Also, you can very well install Anaconda for any operating system i.e linux or windows. They have navigator which will be of great use to launch modules available.
此外,您可以很好地为任何操作系统(例如 linux 或 windows)安装 Anaconda。他们有导航器,这对于启动可用的模块非常有用。
Anaconda while installing asks Python version :
安装时 Anaconda 询问 Python 版本:
Find more about anaconda at :
在以下位置找到有关 anaconda 的更多信息: