Anaconda Data Analysis Platform
(Redirected from Anaconda (Python distribution))
Jump to navigation
Jump to search
An Anaconda Data Analysis Platform is a single-computer data analysis platform managed by Continuum Analytics, Inc..
- Context:
- It can (typically) include:
- a conda Package Management Utility,
- an Anaconda Software Library, such as with: Numpy, Jupyter Notebook Extensions, ...
- an Anaconda Navigator.
- It can have an Anaconda License Agreement (can be based on 3-clause BSD License)[1].
- It can range from being an Anaconda2 Platform (based on Python2) to being an Anaconda3 Platform (based on Python3).
- It can (typically) include:
- Example(s):
- Anaconda Individual Edition v2020.07 (~2020-07-23).
- Anaconda v4.4.0 (2017-05-26).
- Anaconda v4.3.0 (2017-01-18).
- Anaconda v4.1.6 (2016-07-01).
- Anaconda v4.0.0 (2016-03-29).
- Anaconda v2.5.0 (2016-02-05).
- Anaconda v2.0.0 (2014-05-28).
http://repo.continuum.io/archive/
.- …
- Counter-Example(s):
- See: Data Analysis System, Jupyter, Bokeh.
References
2020
- (Wikipedia, 2020) ⇒ https://en.wikipedia.org/wiki/Anaconda_(Python_distribution) Retrieved:2020-8-25.
- Anaconda is a free and open-source distribution of the Python and R programming languages for scientific computing (data science, machine learning applications, large-scale data processing, predictive analytics, etc.), that aims to simplify package management and deployment. The distribution includes data-science packages suitable for Windows, Linux, and macOS. It is developed and maintained by Anaconda, Inc., which was founded by Peter Wang and Travis Oliphant in 2012. As an Anaconda, Inc. product, it is also known as Anaconda Distribution or Anaconda Individual Edition, while other products from the company are Anaconda Team Edition and Anaconda Enterprise Edition, which are both not free. Package versions in Anaconda are managed by the package management system conda. This package manager was spun out as a separate open-source package as it ended up being useful on its own and for other things than Python. There is also a small, bootstrap version of Anaconda called Miniconda, which includes only conda, Python, the packages they depend on, and a small number of other packages.
2017
- http://continuum.io/blog/developer-blog/productionizing-and-deploying-data-science-projects
- QUOTE: An end-to-end data science workflow includes stages for data preparation, exploratory analysis, predictive modeling, and sharing dissemination of the results. At the final stages of the workflow, or even during intermediate stages, data scientists within an organization need to be able to deploy and share the results of their work for other users (both internal analysts and external customers) to consume. …
2016
- https://docs.continuum.io/anaconda/
- QUOTE: Anaconda is an easy-to-install free package manager, environment manager, Python distribution, and collection of over 720 open source packages offering free community support.
…
Conda is an open source package management system and environment management system for installing multiple versions of software packages and their dependencies and switching easily between them. It works on Linux, OS X and Windows, and was created for Python programs but can package and distribute any software.
Anaconda is a distribution of Python containing Python, the conda package and environment manager, and many software packages for data analytics, data science, and scientific computing. …
… Anaconda 4.1 now includes Jupyter Notebook Extensions, Anaconda Navigator 1.2, MKL 11.3.3, NumPy 1.11.0, and over 80 other updates.
- QUOTE: Anaconda is an easy-to-install free package manager, environment manager, Python distribution, and collection of over 720 open source packages offering free community support.
- https://docs.continuum.io/anaconda/glossary
- QUOTE: A downloadable free, open source, high performance, optimized Python and R distribution with 100+ packages plus access to easily installing an additional 620+ popular open source packages for data science including advanced and scientific analytics. It also includes conda, an open source package, dependency and environment manager. Thousands more open source packages can be installed with the conda command. Available for Windows, OS X and Linux, all versions are supported by the community.