🕷️ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 152 (from laksa021)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

ℹ️ Skipped - page is already crawled

📄
INDEXABLE
CRAWLED
20 days ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH0.7 months ago (distributed domain, exempt)
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://en.wikipedia.org/wiki/Anaconda_(Python_distribution)
Last Crawled2026-03-21 22:11:34 (20 days ago)
First Indexed2014-11-20 14:24:22 (11 years ago)
HTTP Status Code200
Meta TitleAnaconda (Python distribution) - Wikipedia
Meta Descriptionnull
Meta Canonicalnull
Boilerpipe Text
From Wikipedia, the free encyclopedia Not to be confused with Anaconda (installer) , a system installer for Linux distributions. Anaconda Developers Anaconda, Inc. [ 1 ] (previously Continuum Analytics) [ 2 ] Initial release 0.8.0 [ 3 ] / 17 July 2012 ; 13 years ago Stable release 2025.06-1 / 23 June 2025 ; 8 months ago [ 4 ] [ 5 ] Written in Python Operating system Windows , macOS , Linux Type Programming language , machine learning , data science License Freemium (The Individual Edition is freeware , [ 6 ] but the other editions are software as a service ) [ 7 ] [ 8 ] [ 9 ] Website anaconda .com   Anaconda is an open source [ 10 ] [ 11 ] data science and artificial intelligence distribution platform for Python programming language . Developed by Anaconda, Inc. , [ 12 ] an American company [ 1 ] founded in 2012, [ 12 ] the platform is used to develop and manage data science and AI projects. [ 10 ] In 2024, Anaconda Inc. has about 300 employees [ 13 ] and 45 million users. [ 14 ] Co-founded in Austin, Texas [ 1 ] in 2012 [ 15 ]  as Continuum Analytics by Peter Wang and  Travis Oliphant , [ 11 ]  Anaconda Inc. operates from the United States [ 16 ]  and Europe. [ 15 ] Anaconda Inc. developed Conda , [ 17 ] a cross-platform , [ 18 ] language-agnostic [ 19 ] binary [ 15 ] package manager . [ 20 ] It also launched PyData community workshops and the Jupyter Cloud Notebook service (Wakari.io). [ 15 ] In 2013, it received funding from DARPA . [ 21 ] In 2015, the company had two million users including 200 of the  Fortune 500  companies [ 11 ]  and raised $24 million in a  Series A  funding round led by  General Catalyst  and BuildGroup. [ 22 ] Anaconda secured an additional $30 million in funding in 2021. [ 23 ] Continuum Analytics rebranded as Anaconda in 2017. [ 24 ] That year, it announced the release of Anaconda Enterprise 5, [ 25 ] an integration with  Microsoft Azure , [ 15 ] and had over 13 million users by year's end. [ 26 ] In 2022, it released Anaconda Business; [ 27 ] new integrations with Snowflake and others; [ 28 ] and the open-source PyScript . [ 29 ] It also acquired PythonAnywhere , [ 30 ]  while Anaconda's user base exceeded 30 million in 2022. [ 28 ] In 2023, Anaconda released Python in Excel, a new integration with  Microsoft Excel , [ 31 ] and launched PyScript.com. [ 29 ] The company made a series of investments in AI during 2024. [ 32 ]  That February, Anaconda partnered with IBM to import its repository of Python packages into Watsonx , IBM's generative AI platform. [ 33 ] The same year, Anaconda joined IBM's AI Alliance [ 15 ] and released an integration with  Teradata [ 34 ] and Lenovo . [ 35 ] In 2024, Anaconda's user base reached 45 million users [ 14 ]  and Barry Libert was named company CEO, [ 15 ] after serving on Anaconda's board of directors. [ 36 ] He was succeeded as CEO in October 2025 by David DeSanto, who also became a company director. [ 37 ] In May 2025, the company introduced the first unified AI platform for Open Source, Anaconda AI Platform, a central control for AI workflows that enables customization in Python-based enterprise AI development. [ 38 ] [ 39 ] That July, after reaching over $150 million in a Series C funding round, Anaconda was evaluated at about $1.5 billion. [ 40 ] Anaconda distribution comes with over 300 packages automatically installed, and over 7,500 additional open-source packages can be installed from the Anaconda repository [ 41 ] as well as the Conda package and virtual environment manager. It also includes a GUI , Anaconda Navigator , [ 42 ] as a graphical alternative to the command-line interface (CLI). [ 43 ] Conda was developed to address dependency conflicts native to the pip package manager , which would automatically install any dependent Python packages without checking for conflicts with previously installed packages [ 44 ] (until its version 20.3, which later implemented consistent dependency resolution). [ 45 ] The Conda package manager's historical differentiation analyzed and resolved these installation conflicts. [ 44 ] Anaconda is a distribution of the Python programming language (and previously also R ) for scientific computing ( data science , machine learning applications, large-scale data processing , predictive analytics , etc.), that aims to simplify package management and deployment . Anaconda distribution includes data-science packages suitable for Windows , Linux , and macOS . [ 12 ] Other company products include Anaconda Free, and subscription-based Starter, Business and Enterprise. [ 10 ] Anaconda's business tier offers Package Security Manager. [ 46 ] Package versions in Anaconda are managed by the package management system Conda , [ 47 ] which was spun out as a separate open-source package as useful both independently and for applications other than Python. [ 48 ] 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. [ 49 ] Open source packages can be individually installed from the Anaconda repository, [ 50 ] Anaconda Cloud (anaconda.org), or the user's own private repository or mirror, using the conda install command. Anaconda, Inc. compiles and builds the packages available in the Anaconda repository itself, and provides binaries for Windows 32 / 64 bit , Linux 64 bit and MacOS 64-bit (Intel, Apple Silicon ). Anything available on PyPI may be installed into a Conda environment using pip, and Conda will keep track of what it has installed and what pip has installed. [ citation needed ] Custom packages can be made using the conda build command, and can be shared with others by uploading them to Anaconda Cloud, [ 51 ] PyPI or other repositories. [ citation needed ] The default installation of Anaconda2 includes Python 2.7 and Anaconda3 includes Python 3.7. However, it is possible to create new environments that include any version of Python packaged with Conda. [ 52 ] Anaconda Navigator Anaconda Navigator is a desktop graphical user interface (GUI) included in Anaconda distribution that allows users to launch applications and manage Conda packages, environments and channels without using command-line commands . Navigator can search for packages on Anaconda Cloud or in a local Anaconda Repository, install them in an environment, run the packages and update them. [ 43 ] It is available for Windows, macOS and Linux. [ 19 ] [ 53 ] The following applications are available by default in Navigator: [ 53 ] JupyterLab Jupyter Notebook QtConsole [ 54 ] Spyder Glue Orange RStudio Visual Studio Code Conda is an open source, [ 17 ] cross-platform , [ 18 ] language-agnostic [ 19 ] package manager and environment management system [ 20 ] [ 21 ] [ 55 ] that installs, runs, and updates packages and their dependencies. [ 17 ] It was created for Python programs, but it can package and distribute software for any language, including multi-language projects. [ 19 ] The Conda package and environment manager is included in all versions of Anaconda, Miniconda, [ 56 ] and Anaconda Repository. [ 50 ] Anaconda Cloud is a package management service by Anaconda where users can find, access, store and share public and private notebooks, environments, and Conda and PyPI packages. [ 57 ] Cloud hosts useful Python packages, notebooks and environments for a wide variety of applications. Users do not need to log in or to have a Cloud account, to search for public packages, download and install them. Users can build new Conda packages using Conda-build and then use the Anaconda Client CLI to upload packages to Anaconda.org. [ 58 ] Notebooks users can be aided with writing and debugging code with Anaconda's AI Assistant. [ 59 ] List of software package management systems ^ a b c "What is Anaconda, Inc.?" . docs.anaconda.com . Archived from the original on 2019-03-27 . Retrieved 2018-06-13 . Anaconda is a software development and consulting company of passionate open source advocates based in Austin, Texas, USA. We are committed to the open source community. We created the Anaconda Python distribution and contribute to many other open source-based data analytics tools. ^ Collison, Scott (2017-06-28). "Continuum Analytics Officially Becomes Anaconda" . Anaconda Inc. corporate website . Retrieved 22 April 2020 . ^ "Release notes — Anaconda 2.0 documentation" . Archived from the original on 2018-10-12 . Retrieved 2017-10-26 . ^ "Release notes — Anaconda documentation" . ^ "New Release: Anaconda Distribution 2025.06" . 23 June 2025. ^ "End User License Agreement - Anaconda® Individual Edition" . anaconda.com . Anaconda, Inc. Archived from the original on 14 February 2021 . Retrieved 29 January 2021 . ^ "Cover page" . Anaconda Documentation . Anaconda, Inc . Retrieved 27 April 2020 . ^ "Products and Pricing" . anaconda.com . Anaconda, Inc . Retrieved 28 April 2020 . ^ "Anaconda® Terms of Service" . anaconda.com . Anaconda, Inc . Retrieved 12 February 2024 . ^ a b c https://www.theregister.com/2024/08/08/anaconda_puts_the_squeeze_on/ ^ a b c "Continuum Analytics Gets $24 Million in Venture Capital" . SiliconHills . 2015-07-23 . Retrieved 2025-01-15 . ^ a b c "About Anaconda" . Archived from the original on 19 April 2020 . Retrieved 27 April 2020 . ^ Smith, Matthew S. "Anaconda's chief AI and innovation officer says Python can make on-premises IT solutions 'easier and safer' as companies seek stronger data protection" . Business Insider . Retrieved 2025-01-15 . ^ a b "Anaconda brings the power of large language models to laptops" . SiliconANGLE . 2024-10-01 . Retrieved 2025-01-15 . ^ a b c d e f g "Anaconda History" . Anaconda . Retrieved 2025-01-15 . ^ "Anaconda Powered by Continuum Analytics « Asian Surveying & Mapping" . Retrieved 2025-01-15 . ^ a b c "Conda" . pydata.org . Retrieved 9 April 2015 . ^ a b "Building Conda Packages for Multiple Operating Systems" . Pydannt. 29 January 2015 . Retrieved 9 April 2015 . ^ a b c d Doig, Christine (21 May 2015). "Conda for Data Science" . Archived from the original on 16 June 2015 . Retrieved 16 Jun 2015 . Conda works with Linux, OSX, and Windows, and is language agnostic, which allows us to use it with any programming language or even multi-language projects. ^ a b Gorelick, Micha; Ozsvald, Ian (September 2014). High Performance Python: Practical Performant Programming for Humans (1st ed.). O'Reilly Media. p. 370. ISBN   978-1449361594 . ^ a b Jackson, Joab (Feb 5, 2013). "Python gets a big data boost from DARPA" . networkworld . Retrieved October 30, 2014 . ^ Hay, Timothy (2015-07-23). "Continuum Analytics Compiles $24M for Python Analytics" . Wall Street Journal . ISSN   0099-9660 . Retrieved 2025-01-15 . ^ Bort, Julie. "This Texas tech tycoon bet $30 million of his own money on a big plan to take on the Silicon Valley investment industry" . Business Insider . Retrieved 2025-01-15 . ^ "Anaconda | Continuum Analytics Officially Becomes Anaconda" . Anaconda . 2017-06-28 . Retrieved 2025-01-15 . ^ Woodie, Alex (2017-08-31). "Anaconda Taps Containers to Simplify Data Science Deployments" . BigDATAwire . Retrieved 2025-01-15 . ^ Woodie, Alex (2017-02-16). "Why Anaconda's Data Science Tent Is So Big--And Getting Bigger" . BigDATAwire . Retrieved 2025-01-15 . ^ "Anaconda | Introducing Anaconda Business: Enhanced Open-Source…" . Anaconda . 2022-04-13 . Retrieved 2025-01-15 . ^ a b "Anaconda and Snowflake Announce General Availability of Snowpark for Python" . BigDATAwire . Retrieved 2025-01-15 . ^ a b "Anaconda | Anaconda Launches PyScript.com, Democratizes Python for All" . Anaconda . 2023-03-24 . Retrieved 2025-01-15 . ^ Hampton, Jaime (2022-10-18). "Anaconda Unveils New Coding Notebooks and Training Portal" . BigDATAwire . Retrieved 2025-01-15 . ^ "Anaconda Brings Python to Excel, Enhancing Data Manipulation and Visualization" . BigDATAwire . Retrieved 2025-01-15 . ^ "Anaconda Unveils AI Incubator and Announces Executive Leadership Revamp" . BigDATAwire . Retrieved 2025-01-15 . ^ "Anaconda Partners with IBM watsonx to Deliver Enterprise Scale AI Solutions" . ^ "Teradata taps Anaconda to add Python, R packages to VantageCloud Lake" . InfoWorld . April 9, 2024 . Retrieved December 5, 2024 . ^ "Lenovo collaborates with Anaconda to elevate ThinkStation and ThinkPad workstations for AI and ML advancements" . BetaNews . 2024-02-15 . Retrieved 2025-01-15 . ^ Woodie, Alex (2024-05-07). "Anaconda Rejiggers Approach to Boost Growth Under New CEO" . BigDATAwire . Retrieved 2025-01-15 . ^ Harris, William (2025-10-16). "Anaconda Appoints David DeSanto as CEO" . citybiz . Retrieved 2025-11-06 . ^ Dey, Victor (2025-05-13). "Anaconda launches an AI platform to become the GitHub of enterprise open-source development" . Fast Company . Retrieved 2025-08-07 . ^ Barron, Jenna (2025-05-13). "Anaconda launches unified AI platform, Parasoft adds agentic AI capabilities to testing tools, and more - SD Times Daily Digest" . SD Times . Retrieved 2025-08-07 . ^ "AI startup Anaconda valued at $1.5 billion in Series C funding" . Reuters . 2025-07-31 . Retrieved 2025-08-07 . ^ "Installing conda packages" . ^ "Anaconda Navigator" . docs.anaconda.com . ^ a b "Navigator Anaconda Navigator" . ^ a b "Anaconda | Understanding Conda and Pip" . Anaconda . 28 November 2018 . Retrieved 2021-04-07 . ^ "User Guide - pip documentation v21.1.dev0" . pip.pypa.io . Retrieved 2021-04-07 . ^ "Package Security Manager (Cloud)" . ^ "Conda – Conda documentation" . Retrieved February 25, 2016 . ^ "What's the difference between Anaconda, conda, and Miniconda?" . FAQ - Bioconda documentation . Retrieved 22 April 2020 . ^ "Miniconda" . conda.io . Archived from the original on 2018-09-10 . Retrieved 2018-07-11 . ^ a b "Anaconda repository" . anaconda.org . ^ "Anaconda Cloud" . anaconda.org . ^ "Managing Python with conda" . conda.io . Archived from the original on 2018-06-13 . Retrieved 2018-06-13 . ^ a b "What application can I access using navigator?" . docs.anaconda.com . ^ "The Qt Console for Jupyter" . readthedocs.io . ^ Lorica, Ben (March 24, 2013). "Python data tools just keep getting better" . O'Reilly Radar . Retrieved October 30, 2014 . ^ "Miniconda" . conda.io . Archived from the original on 2018-09-10 . Retrieved 2018-06-13 . ^ Mathur, Natasha (9 August 2018). "Share projects and environment on Anaconda cloud [Tutorial]" . Packt Hub . ^ https://pypi.org/project/conda-build/ ^ "Anaconda Assistant Launches to Bring Instant Data Analysis, Code Generation, and Insights to Users" . BigDATAwire . Retrieved 2025-01-15 . Official website Anaconda Cloud
Markdown
[Jump to content](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#bodyContent) Main menu Main menu move to sidebar hide Navigation - [Main page](https://en.wikipedia.org/wiki/Main_Page "Visit the main page [z]") - [Contents](https://en.wikipedia.org/wiki/Wikipedia:Contents "Guides to browsing Wikipedia") - [Current events](https://en.wikipedia.org/wiki/Portal:Current_events "Articles related to current events") - [Random article](https://en.wikipedia.org/wiki/Special:Random "Visit a randomly selected article [x]") - [About Wikipedia](https://en.wikipedia.org/wiki/Wikipedia:About "Learn about Wikipedia and how it works") - [Contact us](https://en.wikipedia.org/wiki/Wikipedia:Contact_us "How to contact Wikipedia") Contribute - [Help](https://en.wikipedia.org/wiki/Help:Contents "Guidance on how to use and edit Wikipedia") - [Learn to edit](https://en.wikipedia.org/wiki/Help:Introduction "Learn how to edit Wikipedia") - [Community portal](https://en.wikipedia.org/wiki/Wikipedia:Community_portal "The hub for editors") - [Recent changes](https://en.wikipedia.org/wiki/Special:RecentChanges "A list of recent changes to Wikipedia [r]") - [Upload file](https://en.wikipedia.org/wiki/Wikipedia:File_upload_wizard "Add images or other media for use on Wikipedia") - [Special pages](https://en.wikipedia.org/wiki/Special:SpecialPages "A list of all special pages [q]") [![](https://en.wikipedia.org/static/images/icons/enwiki-25.svg) ![Wikipedia](https://en.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-en-25.svg) ![The Free Encyclopedia](https://en.wikipedia.org/static/images/mobile/copyright/wikipedia-tagline-en-25.svg)](https://en.wikipedia.org/wiki/Main_Page) [Search](https://en.wikipedia.org/wiki/Special:Search "Search Wikipedia [f]") Appearance - [Donate](https://donate.wikimedia.org/?wmf_source=donate&wmf_medium=sidebar&wmf_campaign=en.wikipedia.org&uselang=en) - [Create account](https://en.wikipedia.org/w/index.php?title=Special:CreateAccount&returnto=Anaconda+%28Python+distribution%29 "You are encouraged to create an account and log in; however, it is not mandatory") - [Log in](https://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Anaconda+%28Python+distribution%29 "You're encouraged to log in; however, it's not mandatory. [o]") Personal tools - [Donate](https://donate.wikimedia.org/?wmf_source=donate&wmf_medium=sidebar&wmf_campaign=en.wikipedia.org&uselang=en) - [Create account](https://en.wikipedia.org/w/index.php?title=Special:CreateAccount&returnto=Anaconda+%28Python+distribution%29 "You are encouraged to create an account and log in; however, it is not mandatory") - [Log in](https://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Anaconda+%28Python+distribution%29 "You're encouraged to log in; however, it's not mandatory. [o]") ## Contents move to sidebar hide - [(Top)](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)) - [1 History](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#History) - [2 Overview](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#Overview) Toggle Overview subsection - [2\.1 Anaconda Navigator](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#Anaconda_Navigator) - [2\.2 Conda](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#Conda) - [3 Anaconda.org](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#Anaconda.org) - [4 See also](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#See_also) - [5 References](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#References) - [6 External links](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#External_links) Toggle the table of contents # Anaconda (Python distribution) 16 languages - [Català](https://ca.wikipedia.org/wiki/Anaconda_\(distribuci%C3%B3_de_Python\) "Anaconda (distribució de Python) – Catalan") - [Deutsch](https://de.wikipedia.org/wiki/Anaconda_\(Python-Distribution\) "Anaconda (Python-Distribution) – German") - [Español](https://es.wikipedia.org/wiki/Anaconda_\(distribuci%C3%B3n_de_Python\) "Anaconda (distribución de Python) – Spanish") - [Euskara](https://eu.wikipedia.org/wiki/Anaconda_\(Python_banaketa\) "Anaconda (Python banaketa) – Basque") - [فارسی](https://fa.wikipedia.org/wiki/%D8%A2%D9%86%D8%A7%DA%A9%D9%88%D9%86%D8%AF%D8%A7_\(%D8%AA%D9%88%D8%B2%DB%8C%D8%B9_%D9%BE%D8%A7%DB%8C%D8%AA%D9%88%D9%86\) "آناکوندا (توزیع پایتون) – Persian") - [Français](https://fr.wikipedia.org/wiki/Anaconda_\(distribution_Python\) "Anaconda (distribution Python) – French") - [עברית](https://he.wikipedia.org/wiki/%D7%90%D7%A0%D7%A7%D7%95%D7%A0%D7%93%D7%94_\(%D7%9E%D7%A0%D7%94%D7%9C_%D7%97%D7%91%D7%99%D7%9C%D7%95%D7%AA_%D7%AA%D7%95%D7%9B%D7%A0%D7%94\) "אנקונדה (מנהל חבילות תוכנה) – Hebrew") - [Italiano](https://it.wikipedia.org/wiki/Anaconda_\(distribuzione_Python\) "Anaconda (distribuzione Python) – Italian") - [日本語](https://ja.wikipedia.org/wiki/Anaconda_\(Python%E3%83%87%E3%82%A3%E3%82%B9%E3%83%88%E3%83%AA%E3%83%93%E3%83%A5%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3\) "Anaconda (Pythonディストリビューション) – Japanese") - [한국어](https://ko.wikipedia.org/wiki/%EC%95%84%EB%82%98%EC%BD%98%EB%8B%A4_\(%ED%8C%8C%EC%9D%B4%EC%8D%AC_%EB%B0%B0%ED%8F%AC%ED%8C%90\) "아나콘다 (파이썬 배포판) – Korean") - [Bahasa Melayu](https://ms.wikipedia.org/wiki/Anaconda_\(pembahagian_Python\) "Anaconda (pembahagian Python) – Malay") - [Русский](https://ru.wikipedia.org/wiki/Anaconda_\(%D0%B4%D0%B8%D1%81%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82%D0%B8%D0%B2_Python\) "Anaconda (дистрибутив Python) – Russian") - [Türkçe](https://tr.wikipedia.org/wiki/Anaconda_\(Python_da%C4%9F%C4%B1t%C4%B1m%C4%B1\) "Anaconda (Python dağıtımı) – Turkish") - [Українська](https://uk.wikipedia.org/wiki/Anaconda_\(%D0%B4%D0%B8%D1%81%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82%D0%B8%D0%B2_Python\) "Anaconda (дистрибутив Python) – Ukrainian") - [粵語](https://zh-yue.wikipedia.org/wiki/Anaconda "Anaconda – Cantonese") - [中文](https://zh.wikipedia.org/wiki/Anaconda_\(Python%E5%8F%91%E8%A1%8C%E7%89%88\) "Anaconda (Python发行版) – Chinese") [Edit links](https://www.wikidata.org/wiki/Special:EntityPage/Q18209310#sitelinks-wikipedia "Edit interlanguage links") - [Article](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\) "View the content page [c]") - [Talk](https://en.wikipedia.org/wiki/Talk:Anaconda_\(Python_distribution\) "Discuss improvements to the content page [t]") English - [Read](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)) - [Edit](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=edit "Edit this page [e]") - [View history](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=history "Past revisions of this page [h]") Tools Tools move to sidebar hide Actions - [Read](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)) - [Edit](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=edit "Edit this page [e]") - [View history](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=history) General - [What links here](https://en.wikipedia.org/wiki/Special:WhatLinksHere/Anaconda_\(Python_distribution\) "List of all English Wikipedia pages containing links to this page [j]") - [Related changes](https://en.wikipedia.org/wiki/Special:RecentChangesLinked/Anaconda_\(Python_distribution\) "Recent changes in pages linked from this page [k]") - [Upload file](https://en.wikipedia.org/wiki/Wikipedia:File_Upload_Wizard "Upload files [u]") - [Permanent link](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&oldid=1343122908 "Permanent link to this revision of this page") - [Page information](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=info "More information about this page") - [Cite this page](https://en.wikipedia.org/w/index.php?title=Special:CiteThisPage&page=Anaconda_%28Python_distribution%29&id=1343122908&wpFormIdentifier=titleform "Information on how to cite this page") - [Get shortened URL](https://en.wikipedia.org/w/index.php?title=Special:UrlShortener&url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FAnaconda_%28Python_distribution%29) Print/export - [Download as PDF](https://en.wikipedia.org/w/index.php?title=Special:DownloadAsPdf&page=Anaconda_%28Python_distribution%29&action=show-download-screen "Download this page as a PDF file") - [Printable version](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&printable=yes "Printable version of this page [p]") In other projects - [Wikidata item](https://www.wikidata.org/wiki/Special:EntityPage/Q18209310 "Structured data on this page hosted by Wikidata [g]") Appearance move to sidebar hide From Wikipedia, the free encyclopedia Python distribution Not to be confused with [Anaconda (installer)](https://en.wikipedia.org/wiki/Anaconda_\(installer\) "Anaconda (installer)"), a system installer for Linux distributions. | Anaconda | | |---|---| | [![](https://upload.wikimedia.org/wikipedia/en/thumb/f/f4/Anaconda_Logo.svg/250px-Anaconda_Logo.svg.png)](https://en.wikipedia.org/wiki/File:Anaconda_Logo.svg) | | | [Developers](https://en.wikipedia.org/wiki/Programmer "Programmer") | Anaconda, Inc.[\[1\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-what-1) (previously Continuum Analytics)[\[2\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-A_2017-2) | | Initial release | 0\.8.0[\[3\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-B_2017-3) / 17 July 2012; 13 years ago (2012-07-17) | | [Stable release](https://en.wikipedia.org/wiki/Software_release_life_cycle "Software release life cycle") | 2025\.06-1 / 23 June 2025; 8 months ago (2025-06-23)[\[4\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-4)[\[5\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-5) | | Written in | [Python](https://en.wikipedia.org/wiki/Python_\(programming_language\) "Python (programming language)") | | [Operating system](https://en.wikipedia.org/wiki/Operating_system "Operating system") | [Windows](https://en.wikipedia.org/wiki/Windows "Windows"), [macOS](https://en.wikipedia.org/wiki/MacOS "MacOS"), [Linux](https://en.wikipedia.org/wiki/Linux "Linux") | | [Type](https://en.wikipedia.org/wiki/Software_categories#Categorization_approaches "Software categories") | [Programming language](https://en.wikipedia.org/wiki/Programming_language "Programming language"), [machine learning](https://en.wikipedia.org/wiki/Machine_learning "Machine learning"), [data science](https://en.wikipedia.org/wiki/Data_science "Data science") | | [License](https://en.wikipedia.org/wiki/Software_license "Software license") | [Freemium](https://en.wikipedia.org/wiki/Freemium "Freemium") (The Individual Edition is [freeware](https://en.wikipedia.org/wiki/Freeware "Freeware"),[\[6\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-C_2021-6) but the other editions are [software as a service](https://en.wikipedia.org/wiki/Software_as_a_service "Software as a service"))[\[7\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-l1-7)[\[8\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-l2-8)[\[9\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-D_2024-9) | | Website | [anaconda.com](https://anaconda.com/) [![Edit this on Wikidata](https://upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/20px-OOjs_UI_icon_edit-ltr-progressive.svg.png)](https://www.wikidata.org/wiki/Q18209310?uselang=en#P856 "Edit this on Wikidata") | | | |---| | This article is part of [a series](https://en.wikipedia.org/wiki/Category:Python_\(programming_language\) "Category:Python (programming language)") on | | [Python](https://en.wikipedia.org/wiki/Python_\(programming_language\) "Python (programming language)") | | [![Python logo](https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/60px-Python-logo-notext.svg.png)](https://en.wikipedia.org/wiki/Python_\(programming_language\) "Python (programming language)") | | [Python frameworks](https://en.wikipedia.org/wiki/List_of_Python_software#Web_frameworks "List of Python software") [BlueBream](https://en.wikipedia.org/wiki/BlueBream "BlueBream") [CherryPy](https://en.wikipedia.org/wiki/CherryPy "CherryPy") [CubicWeb](https://en.wikipedia.org/wiki/CubicWeb "CubicWeb") [Django](https://en.wikipedia.org/wiki/Django_\(web_framework\) "Django (web framework)") [FastAPI](https://en.wikipedia.org/wiki/FastAPI "FastAPI") [Flask](https://en.wikipedia.org/wiki/Flask_\(web_framework\) "Flask (web framework)") [Google App Engine](https://en.wikipedia.org/wiki/Google_App_Engine "Google App Engine") [Grok](https://en.wikipedia.org/wiki/Grok_\(web_framework\) "Grok (web framework)") [Kivy](https://en.wikipedia.org/wiki/Kivy_\(framework\) "Kivy (framework)") [mod\_wsgi](https://en.wikipedia.org/wiki/Mod_wsgi "Mod wsgi") [Nevow](https://en.wikipedia.org/wiki/Nevow "Nevow") [Pylons](https://en.wikipedia.org/wiki/Pylons_\(web_framework\) "Pylons (web framework)") [Pyramid](https://en.wikipedia.org/wiki/Pyramid_\(web_framework\) "Pyramid (web framework)") [Python Paste](https://en.wikipedia.org/wiki/Python_Paste "Python Paste") [Quixote](https://en.wikipedia.org/wiki/Quixote_\(web_framework\) "Quixote (web framework)") [RapidSMS](https://en.wikipedia.org/wiki/RapidSMS "RapidSMS") [Robot Framework](https://en.wikipedia.org/wiki/Robot_Framework "Robot Framework") [Spyce](https://en.wikipedia.org/wiki/Spyce_\(software\) "Spyce (software)") [Tornado](https://en.wikipedia.org/wiki/Tornado_\(web_server\) "Tornado (web server)") [TurboGears](https://en.wikipedia.org/wiki/TurboGears "TurboGears") [web2py](https://en.wikipedia.org/wiki/Web2py "Web2py") [Zope 2](https://en.wikipedia.org/wiki/Zope_2 "Zope 2") | | [Python libraries](https://en.wikipedia.org/wiki/Python_\(programming_language\)#Libraries "Python (programming language)") [appJar](https://en.wikipedia.org/wiki/AppJar "AppJar") [Anaconda]() [Apache MXNet](https://en.wikipedia.org/wiki/Apache_MXNet "Apache MXNet") [Apache Singa](https://en.wikipedia.org/wiki/Apache_Singa "Apache Singa") [Astropy](https://en.wikipedia.org/wiki/Astropy "Astropy") [Beautiful Soup](https://en.wikipedia.org/wiki/Beautiful_Soup_\(HTML_parser\) "Beautiful Soup (HTML parser)") [Biopython](https://en.wikipedia.org/wiki/Biopython "Biopython") [Chainer](https://en.wikipedia.org/wiki/Chainer "Chainer") [CatBoost](https://en.wikipedia.org/wiki/CatBoost "CatBoost") [Cheetah](https://en.wikipedia.org/wiki/CheetahTemplate "CheetahTemplate") [Construct](https://en.wikipedia.org/wiki/Construct_\(python_library\) "Construct (python library)") [Cubes](https://en.wikipedia.org/wiki/Cubes_\(OLAP_server\) "Cubes (OLAP server)") [CuPy](https://en.wikipedia.org/wiki/CuPy "CuPy") [Dask](https://en.wikipedia.org/wiki/Dask_\(software\) "Dask (software)") [DEAP](https://en.wikipedia.org/wiki/DEAP_\(software\) "DEAP (software)") [DeepSpeed](https://en.wikipedia.org/wiki/DeepSpeed "DeepSpeed") [Enthought](https://en.wikipedia.org/wiki/Enthought "Enthought") [Genshi](https://en.wikipedia.org/wiki/Genshi_\(templating_language\) "Genshi (templating language)") [Gensim](https://en.wikipedia.org/wiki/Gensim "Gensim") [graph-tool](https://en.wikipedia.org/wiki/Graph-tool "Graph-tool") [Horovod](https://en.wikipedia.org/wiki/Horovod_\(machine_learning\) "Horovod (machine learning)") [Imaging Library](https://en.wikipedia.org/wiki/Python_Imaging_Library "Python Imaging Library") [IPython](https://en.wikipedia.org/wiki/IPython "IPython") [JAX](https://en.wikipedia.org/wiki/JAX_\(software\) "JAX (software)") [Jinja](https://en.wikipedia.org/wiki/Jinja_\(template_engine\) "Jinja (template engine)") [Keras](https://en.wikipedia.org/wiki/Keras "Keras") [Manim](https://en.wikipedia.org/wiki/Manim "Manim") [Matplotlib](https://en.wikipedia.org/wiki/Matplotlib "Matplotlib") [Mako](https://en.wikipedia.org/wiki/Mako_\(template_engine\) "Mako (template engine)") [MindSpore](https://en.wikipedia.org/wiki/MindSpore "MindSpore") [mlpy](https://en.wikipedia.org/wiki/Mlpy "Mlpy") [MNE-Python](https://en.wikipedia.org/wiki/MNE-Python "MNE-Python") [NLTK](https://en.wikipedia.org/wiki/Natural_Language_Toolkit "Natural Language Toolkit") [NetworkX](https://en.wikipedia.org/wiki/NetworkX "NetworkX") [NeuroKit](https://en.wikipedia.org/wiki/NeuroKit "NeuroKit") [NumPy](https://en.wikipedia.org/wiki/NumPy "NumPy") [OceanParcels](https://en.wikipedia.org/wiki/OceanParcels "OceanParcels") [Orange](https://en.wikipedia.org/wiki/Orange_\(software\) "Orange (software)") [Panda3D](https://en.wikipedia.org/wiki/Panda3D "Panda3D") [Pandas](https://en.wikipedia.org/wiki/Pandas_\(software\) "Pandas (software)") [PlaidML](https://en.wikipedia.org/wiki/PlaidML "PlaidML") [Plotly](https://en.wikipedia.org/wiki/Plotly "Plotly") [ProbLog](https://en.wikipedia.org/wiki/ProbLog#Implementations "ProbLog") [pvlib python](https://en.wikipedia.org/wiki/Pvlib_python "Pvlib python") [PyGObject](https://en.wikipedia.org/wiki/PyGObject "PyGObject") [PyGTK](https://en.wikipedia.org/wiki/PyGTK "PyGTK") [PyMC](https://en.wikipedia.org/wiki/PyMC3 "PyMC3") [PyObjC](https://en.wikipedia.org/wiki/PyObjC "PyObjC") [Pygame](https://en.wikipedia.org/wiki/Pygame "Pygame") [PyQt](https://en.wikipedia.org/wiki/PyQt "PyQt") [PyroBot library](https://en.wikipedia.org/wiki/Python_Robotics "Python Robotics") [PySide](https://en.wikipedia.org/wiki/PySide "PySide") [PyTorch](https://en.wikipedia.org/wiki/PyTorch "PyTorch") [PyTorch Lightning](https://en.wikipedia.org/wiki/PyTorch_Lightning "PyTorch Lightning") [Python-Ogre](https://en.wikipedia.org/wiki/Python-Ogre "Python-Ogre") [Qiskit](https://en.wikipedia.org/wiki/Qiskit "Qiskit") [QLattice](https://en.wikipedia.org/wiki/QLattice "QLattice") [RDFLib](https://en.wikipedia.org/wiki/RDFLib "RDFLib") [RDKit](https://en.wikipedia.org/wiki/RDKit "RDKit") [RPyC](https://en.wikipedia.org/wiki/RPyC "RPyC") [Sage Manifolds](https://en.wikipedia.org/wiki/Sage_Manifolds "Sage Manifolds") [SageMath](https://en.wikipedia.org/wiki/SageMath "SageMath") [ScientificPython](https://en.wikipedia.org/wiki/ScientificPython "ScientificPython") [scikit-learn](https://en.wikipedia.org/wiki/Scikit-learn "Scikit-learn") [scikit-multiflow](https://en.wikipedia.org/wiki/Scikit-multiflow "Scikit-multiflow") [SciPy](https://en.wikipedia.org/wiki/SciPy "SciPy") [SimpleITK](https://en.wikipedia.org/wiki/SimpleITK "SimpleITK") [spaCy](https://en.wikipedia.org/wiki/SpaCy "SpaCy") [Sphinx](https://en.wikipedia.org/wiki/Sphinx_\(documentation_generator\) "Sphinx (documentation generator)") [SQLAlchemy](https://en.wikipedia.org/wiki/SQLAlchemy "SQLAlchemy") [SQLObject](https://en.wikipedia.org/wiki/SQLObject "SQLObject") [Storm](https://en.wikipedia.org/wiki/Storm_\(software\) "Storm (software)") [SymPy](https://en.wikipedia.org/wiki/SymPy "SymPy") [TensorFlow](https://en.wikipedia.org/wiki/TensorFlow "TensorFlow") [Theano](https://en.wikipedia.org/wiki/Theano_\(software\) "Theano (software)") [Tkinter](https://en.wikipedia.org/wiki/Tkinter "Tkinter") [Twisted](https://en.wikipedia.org/wiki/Twisted_\(software\) "Twisted (software)") [TomoPy](https://en.wikipedia.org/wiki/TomoPy "TomoPy") [Transformers](https://en.wikipedia.org/wiki/Hugging_Face#Transformers_Library "Hugging Face") [Veusz](https://en.wikipedia.org/wiki/Veusz "Veusz") [VPython](https://en.wikipedia.org/wiki/VPython "VPython") [wxPython](https://en.wikipedia.org/wiki/WxPython "WxPython") [XDMF](https://en.wikipedia.org/wiki/XDMF "XDMF") | | [Python IDEs](https://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments#Python "Comparison of integrated development environments") [Atom](https://en.wikipedia.org/wiki/Atom_\(text_editor\) "Atom (text editor)") / [Pulsar](https://en.wikipedia.org/wiki/Atom_\(text_editor\)#History "Atom (text editor)") [Codelobster](https://en.wikipedia.org/wiki/Codelobster "Codelobster") [EasyEclipse](https://en.wikipedia.org/wiki/EasyEclipse "EasyEclipse") [Eclipse](https://en.wikipedia.org/wiki/Eclipse_\(software\) "Eclipse (software)") [Emacs](https://en.wikipedia.org/wiki/Emacs "Emacs") [Eric](https://en.wikipedia.org/wiki/Eric_Python_IDE "Eric Python IDE") [Geany](https://en.wikipedia.org/wiki/Geany "Geany") [Google Colab](https://en.wikipedia.org/wiki/Google_Colab "Google Colab") [IDLE](https://en.wikipedia.org/wiki/IDLE "IDLE") [Jupyter Notebook](https://en.wikipedia.org/wiki/Jupyter_notebook "Jupyter notebook") [Kaggle Notebooks](https://en.wikipedia.org/wiki/Kaggle_Notebooks "Kaggle Notebooks") [Komodo IDE](https://en.wikipedia.org/wiki/Komodo_IDE "Komodo IDE") [NetBeans](https://en.wikipedia.org/wiki/NetBeans "NetBeans") [PyCharm](https://en.wikipedia.org/wiki/PyCharm "PyCharm") [PythonAnywhere](https://en.wikipedia.org/wiki/PythonAnywhere "PythonAnywhere") [Python Tools for VS](https://en.wikipedia.org/wiki/Python_Tools_for_Visual_Studio "Python Tools for Visual Studio") [Replit](https://en.wikipedia.org/wiki/Replit "Replit") [Spyder](https://en.wikipedia.org/wiki/Spyder_\(software\) "Spyder (software)") [Thonny](https://en.wikipedia.org/wiki/Thonny "Thonny") [Vim](https://en.wikipedia.org/wiki/Vim_\(text_editor\) "Vim (text editor)") [Visual Studio Code](https://en.wikipedia.org/wiki/Visual_Studio_Code "Visual Studio Code") [Wing IDE](https://en.wikipedia.org/wiki/Wing_IDE "Wing IDE") | | [Python implementations](https://en.wikipedia.org/wiki/Python_\(programming_language\)#Implementations "Python (programming language)") [ActivePython](https://en.wikipedia.org/wiki/ActivePython "ActivePython") [CLPython](https://en.wikipedia.org/wiki/CLPython "CLPython") [CPython](https://en.wikipedia.org/wiki/CPython "CPython") [Cython](https://en.wikipedia.org/wiki/Cython "Cython") [Intel Dist. for Python](https://en.wikipedia.org/wiki/Intel_Distribution_for_Python "Intel Distribution for Python") [IronPython](https://en.wikipedia.org/wiki/IronPython "IronPython") [Jython](https://en.wikipedia.org/wiki/Jython "Jython") [MicroPython](https://en.wikipedia.org/wiki/MicroPython "MicroPython") [Nuitka](https://en.wikipedia.org/wiki/Nuitka "Nuitka") [Numba](https://en.wikipedia.org/wiki/Numba "Numba") [Parrot](https://en.wikipedia.org/wiki/Parrot_virtual_machine "Parrot virtual machine") [Psyco](https://en.wikipedia.org/wiki/Psyco "Psyco") [PyPy](https://en.wikipedia.org/wiki/PyPy "PyPy") [Pyrex](https://en.wikipedia.org/wiki/Pyrex_\(programming_language\) "Pyrex (programming language)") [Python for S60](https://en.wikipedia.org/wiki/Python_for_S60 "Python for S60") [Shed Skin](https://en.wikipedia.org/wiki/Shed_Skin "Shed Skin") [Stackless Python](https://en.wikipedia.org/wiki/Stackless_Python "Stackless Python") [Unladen Swallow](https://en.wikipedia.org/wiki/Unladen_Swallow "Unladen Swallow") | | See also [History of Python](https://en.wikipedia.org/wiki/History_of_Python "History of Python") [List of Python books](https://en.wikipedia.org/wiki/List_of_computer_books#Python "List of computer books") [List of Python conferences](https://en.wikipedia.org/wiki/Outline_of_the_Python_programming_language#Python_conferences "Outline of the Python programming language") [List of Python software](https://en.wikipedia.org/wiki/List_of_Python_software "List of Python software") [List of unit testing frameworks for Python](https://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#Python "List of unit testing frameworks") [Outline of the Python programming language](https://en.wikipedia.org/wiki/Outline_of_the_Python_programming_language "Outline of the Python programming language") [Python Package Index (PyPI)](https://en.wikipedia.org/wiki/Python_Package_Index "Python Package Index") and [pip](https://en.wikipedia.org/wiki/Pip_\(package_manager\) "Pip (package manager)") [Python Software Foundation](https://en.wikipedia.org/wiki/Python_Software_Foundation "Python Software Foundation") [Python syntax and semantics](https://en.wikipedia.org/wiki/Python_syntax_and_semantics "Python syntax and semantics") | | [![icon](https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Octicons-terminal.svg/20px-Octicons-terminal.svg.png)](https://en.wikipedia.org/wiki/File:Octicons-terminal.svg) [Computer programming portal](https://en.wikipedia.org/wiki/Portal:Computer_programming "Portal:Computer programming") [Python Programming (Wikibook)](https://en.wikibooks.org/wiki/Python_Programming "b:Python Programming") | | [v](https://en.wikipedia.org/wiki/Template:Python_sidebar "Template:Python sidebar") [t](https://en.wikipedia.org/w/index.php?title=Template_talk:Python_sidebar&action=edit&redlink=1 "Template talk:Python sidebar (page does not exist)") [e](https://en.wikipedia.org/wiki/Special:EditPage/Template:Python_sidebar "Special:EditPage/Template:Python sidebar") | **Anaconda** is an [open source](https://en.wikipedia.org/wiki/Open_source "Open source")[\[10\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-theregister.com-10)[\[11\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-K_2015-11) [data science](https://en.wikipedia.org/wiki/Data_science "Data science") and [artificial intelligence](https://en.wikipedia.org/wiki/Artificial_intelligence "Artificial intelligence") [distribution](https://en.wikipedia.org/wiki/Software_distribution "Software distribution") platform for [Python](https://en.wikipedia.org/wiki/Python_\(programming_language\) "Python (programming language)") [programming language](https://en.wikipedia.org/wiki/Programming_language "Programming language"). Developed by **Anaconda, Inc.**,[\[12\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-E_2020-12) an [American](https://en.wikipedia.org/wiki/United_States "United States") company[\[1\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-what-1) founded in 2012,[\[12\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-E_2020-12) the platform is used to develop and manage data science and AI projects.[\[10\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-theregister.com-10) In 2024, Anaconda Inc. has about 300 employees[\[13\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-13) and 45 million users.[\[14\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-GG_2024-14) ## History \[[edit](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=edit&section=1 "Edit section: History")\] Co-founded in [Austin, Texas](https://en.wikipedia.org/wiki/Austin,_Texas "Austin, Texas")[\[1\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-what-1) in 2012[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) as Continuum Analytics by Peter Wang and [Travis Oliphant](https://en.wikipedia.org/wiki/Travis_Oliphant "Travis Oliphant"),[\[11\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-K_2015-11) Anaconda Inc. operates from the United States[\[16\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-16) and Europe.[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) Anaconda Inc. developed [Conda](https://en.wikipedia.org/wiki/Conda_\(package_manager\) "Conda (package manager)"),[\[17\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda.pydata-17) a [cross-platform](https://en.wikipedia.org/wiki/Cross-platform "Cross-platform"),[\[18\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-pydanny-18) language-agnostic[\[19\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda-data-science-19) binary[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) [package manager](https://en.wikipedia.org/wiki/Package_manager "Package manager").[\[20\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-L_2014-20) It also launched PyData community workshops and the Jupyter Cloud Notebook service (Wakari.io).[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) In 2013, it received funding from [DARPA](https://en.wikipedia.org/wiki/DARPA "DARPA").[\[21\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-networkworld-Jackson-DARPA-21) In 2015, the company had two million users including 200 of the [Fortune 500](https://en.wikipedia.org/wiki/Fortune_500 "Fortune 500") companies[\[11\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-K_2015-11) and raised \$24 million in a [Series A](https://en.wikipedia.org/wiki/Series_A "Series A") funding round led by [General Catalyst](https://en.wikipedia.org/wiki/General_Catalyst "General Catalyst") and BuildGroup.[\[22\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-22) Anaconda secured an additional \$30 million in funding in 2021.[\[23\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-23) Continuum Analytics rebranded as Anaconda in 2017.[\[24\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-24) That year, it announced the release of Anaconda Enterprise 5,[\[25\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-25) an integration with [Microsoft Azure](https://en.wikipedia.org/wiki/Microsoft_Azure "Microsoft Azure"),[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) and had over 13 million users by year's end.[\[26\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-26) In 2022, it released Anaconda Business;[\[27\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-27) new integrations with Snowflake and others;[\[28\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-Z_2022-28) and the open-source [PyScript](https://en.wikipedia.org/wiki/PyScript "PyScript").[\[29\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-Q_2023-29) It also acquired [PythonAnywhere](https://en.wikipedia.org/wiki/PythonAnywhere "PythonAnywhere"),[\[30\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-30) while Anaconda's user base exceeded 30 million in 2022.[\[28\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-Z_2022-28) In 2023, Anaconda released Python in Excel, a new integration with [Microsoft Excel](https://en.wikipedia.org/wiki/Microsoft_Excel "Microsoft Excel"),[\[31\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-31) and launched PyScript.com.[\[29\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-Q_2023-29) The company made a series of investments in AI during 2024.[\[32\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-32) That February, Anaconda partnered with [IBM](https://en.wikipedia.org/wiki/IBM "IBM") to import its repository of Python packages into [Watsonx](https://en.wikipedia.org/wiki/Watsonx "Watsonx"), IBM's [generative AI](https://en.wikipedia.org/wiki/Generative_AI "Generative AI") platform.[\[33\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-O_2024-33) The same year, Anaconda joined IBM's AI Alliance[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) and released an integration with [Teradata](https://en.wikipedia.org/wiki/Teradata "Teradata")[\[34\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-CC_2024-34) and [Lenovo](https://en.wikipedia.org/wiki/Lenovo "Lenovo").[\[35\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-35) In 2024, Anaconda's user base reached 45 million users[\[14\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-GG_2024-14) and Barry Libert was named company CEO,[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) after serving on Anaconda's board of directors.[\[36\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-36) He was succeeded as CEO in October 2025 by David DeSanto, who also became a company director.[\[37\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-37) In May 2025, the company introduced the first unified AI platform for Open Source, Anaconda AI Platform, a [central control](https://en.wikipedia.org/wiki/Agentic_AI "Agentic AI") for AI workflows that enables customization in Python-based enterprise AI development.[\[38\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-38)[\[39\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-39) That July, after reaching over \$150 million in a Series C funding round, Anaconda was evaluated at about \$1.5 billion.[\[40\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-40) ## Overview \[[edit](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=edit&section=2 "Edit section: Overview")\] **Anaconda distribution** comes with over 300 packages automatically installed, and over 7,500 additional open-source packages can be installed from the Anaconda repository[\[41\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-41) as well as the Conda package and [virtual environment](https://en.wikipedia.org/wiki/Virtual_environment_software "Virtual environment software") manager. It also includes a [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface "Graphical user interface"), **Anaconda Navigator**,[\[42\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-I_2024-42) as a graphical alternative to the [command-line interface](https://en.wikipedia.org/wiki/Command-line_interface "Command-line interface") (CLI).[\[43\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-MM_2024-43) [Conda](https://en.wikipedia.org/wiki/Conda_\(package_manager\) "Conda (package manager)") was developed to address dependency conflicts native to the [pip package manager](https://en.wikipedia.org/wiki/Pip_\(package_manager\) "Pip (package manager)"), which would automatically install any dependent Python packages without checking for conflicts with previously installed packages[\[44\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-J_2018-44) (until its version 20.3, which later implemented consistent dependency resolution).[\[45\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-:0-45) The Conda package manager's historical differentiation analyzed and resolved these installation conflicts.[\[44\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-J_2018-44) Anaconda is a [distribution](https://en.wikipedia.org/wiki/Software_distribution "Software distribution") of the [Python](https://en.wikipedia.org/wiki/Python_\(programming_language\) "Python (programming language)") [programming language](https://en.wikipedia.org/wiki/Programming_language "Programming language") (and previously also [R](https://en.wikipedia.org/wiki/R_\(programming_language\) "R (programming language)")) for [scientific computing](https://en.wikipedia.org/wiki/Scientific_computing "Scientific computing") ([data science](https://en.wikipedia.org/wiki/Data_science "Data science"), [machine learning](https://en.wikipedia.org/wiki/Machine_learning "Machine learning") applications, large-scale [data processing](https://en.wikipedia.org/wiki/Data_processing "Data processing"), [predictive analytics](https://en.wikipedia.org/wiki/Predictive_analytics "Predictive analytics"), etc.), that aims to simplify [package management](https://en.wikipedia.org/wiki/Package_management "Package management") and [deployment](https://en.wikipedia.org/wiki/Deployment_environment "Deployment environment"). Anaconda distribution includes data-science packages suitable for [Windows](https://en.wikipedia.org/wiki/Microsoft_Windows "Microsoft Windows"), [Linux](https://en.wikipedia.org/wiki/Linux "Linux"), and [macOS](https://en.wikipedia.org/wiki/MacOS "MacOS").[\[12\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-E_2020-12) Other company products include Anaconda Free, and subscription-based Starter, Business and Enterprise.[\[10\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-theregister.com-10) Anaconda's business tier offers Package Security Manager.[\[46\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-46) Package versions in Anaconda are managed by the package management system [Conda](https://en.wikipedia.org/wiki/Conda_\(package_manager\) "Conda (package manager)"),[\[47\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-F_2016-47) which was spun out as a separate [open-source](https://en.wikipedia.org/wiki/Open_source "Open source") package as useful both independently and for applications other than Python.[\[48\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-G_2020-48) There is also a small, [bootstrap](https://en.wikipedia.org/wiki/Bootstrapping "Bootstrapping") version of Anaconda called **Miniconda**, which includes only Conda, Python, the packages they depend on, and a small number of other packages.[\[49\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-H_2018-49) Open source packages can be individually installed from the Anaconda repository,[\[50\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-AnacondaRepo-50) Anaconda Cloud (anaconda.org), or the user's own private repository or mirror, using the `conda install` command. Anaconda, Inc. [compiles](https://en.wikipedia.org/wiki/Compiler "Compiler") and builds the packages available in the Anaconda [repository](https://en.wikipedia.org/wiki/Repository_\(version_control\) "Repository (version control)") itself, and provides [binaries](https://en.wikipedia.org/wiki/Binary_file "Binary file") for [Windows](https://en.wikipedia.org/wiki/Microsoft_Windows "Microsoft Windows") [32](https://en.wikipedia.org/wiki/32-bit_computing "32-bit computing")/[64 bit](https://en.wikipedia.org/wiki/64-bit_computing "64-bit computing"), Linux 64 bit and [MacOS](https://en.wikipedia.org/wiki/MacOS "MacOS") 64-bit (Intel, [Apple Silicon](https://en.wikipedia.org/wiki/Apple_silicon "Apple silicon")). Anything available on PyPI may be installed into a Conda environment using pip, and Conda will keep track of what it has installed and what pip has installed.\[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed "Wikipedia:Citation needed")*\] Custom packages can be made using the `conda build` command, and can be shared with others by uploading them to Anaconda Cloud,[\[51\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-AnacondaCloud-51) PyPI or other repositories.\[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed "Wikipedia:Citation needed")*\] The default installation of Anaconda2 includes Python 2.7 and Anaconda3 includes Python 3.7. However, it is possible to create new environments that include any version of Python packaged with Conda.[\[52\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-L_2018-52) ### Anaconda Navigator \[[edit](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=edit&section=3 "Edit section: Anaconda Navigator")\] [![](https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Anaconda.Starting_page.png/250px-Anaconda.Starting_page.png)](https://en.wikipedia.org/wiki/File:Anaconda.Starting_page.png) Anaconda Navigator Anaconda Navigator is a desktop graphical user interface (GUI) included in Anaconda distribution that allows users to launch applications and manage Conda packages, environments and channels without using [command-line commands](https://en.wikipedia.org/wiki/Command-line_interface "Command-line interface"). Navigator can search for packages on Anaconda Cloud or in a local Anaconda Repository, install them in an environment, run the packages and update them.[\[43\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-MM_2024-43) It is available for Windows, macOS and Linux.[\[19\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda-data-science-19)[\[53\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-LL_2024-53) The following applications are available by default in Navigator:[\[53\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-LL_2024-53) - [JupyterLab](https://en.wikipedia.org/wiki/Project_Jupyter#JupyterLab "Project Jupyter") - [Jupyter Notebook](https://en.wikipedia.org/wiki/Project_Jupyter#Jupyter_Notebook "Project Jupyter") - QtConsole[\[54\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-qtconsole-54) - [Spyder](https://en.wikipedia.org/wiki/Spyder_\(software\) "Spyder (software)") - [Glue](https://en.wikipedia.org/wiki/Glue_\(software\) "Glue (software)") - [Orange](https://en.wikipedia.org/wiki/Orange_\(software\) "Orange (software)") - [RStudio](https://en.wikipedia.org/wiki/RStudio "RStudio") - [Visual Studio Code](https://en.wikipedia.org/wiki/Visual_Studio_Code "Visual Studio Code") ### Conda \[[edit](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=edit&section=4 "Edit section: Conda")\] Main article: [Conda (package manager)](https://en.wikipedia.org/wiki/Conda_\(package_manager\) "Conda (package manager)") Conda is an open source,[\[17\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda.pydata-17) [cross-platform](https://en.wikipedia.org/wiki/Cross-platform "Cross-platform"),[\[18\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-pydanny-18) language-agnostic[\[19\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda-data-science-19) [package manager](https://en.wikipedia.org/wiki/Package_manager "Package manager") and environment management system[\[20\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-L_2014-20)[\[21\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-networkworld-Jackson-DARPA-21)[\[55\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-M_2013-55) that installs, runs, and updates packages and their dependencies.[\[17\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda.pydata-17) It was created for Python programs, but it can package and distribute software for any language, including multi-language projects.[\[19\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda-data-science-19) The Conda package and environment manager is included in all versions of Anaconda, Miniconda,[\[56\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-N_2018-56) and Anaconda Repository.[\[50\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-AnacondaRepo-50) ## Anaconda.org \[[edit](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=edit&section=5 "Edit section: Anaconda.org")\] Anaconda Cloud is a package management service by Anaconda where users can find, access, store and share public and private notebooks, environments, and Conda and PyPI packages.[\[57\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-Mathur2018-57) Cloud hosts useful Python packages, notebooks and environments for a wide variety of applications. Users do not need to log in or to have a Cloud account, to search for public packages, download and install them. Users can build new Conda packages using Conda-build and then use the Anaconda Client CLI to upload packages to Anaconda.org.[\[58\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-58) Notebooks users can be aided with writing and [debugging](https://en.wikipedia.org/wiki/Debugging "Debugging") code with Anaconda's AI Assistant.[\[59\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-59) ## See also \[[edit](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=edit&section=6 "Edit section: See also")\] - [List of software package management systems](https://en.wikipedia.org/wiki/List_of_software_package_management_systems "List of software package management systems") ## References \[[edit](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=edit&section=7 "Edit section: References")\] 1. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-what_1-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-what_1-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-what_1-2) ["What is Anaconda, Inc.?"](https://web.archive.org/web/20190327135143/http://docs.anaconda.com/anaconda-cloud/faq/#what-is-anaconda-inc). *docs.anaconda.com*. Archived from [the original](https://docs.anaconda.com/anaconda-cloud/faq#what-is-anaconda-inc) on 2019-03-27. Retrieved 2018-06-13. "Anaconda is a software development and consulting company of passionate open source advocates based in Austin, Texas, USA. We are committed to the open source community. We created the Anaconda Python distribution and contribute to many other open source-based data analytics tools." 2. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-A_2017_2-0)** Collison, Scott (2017-06-28). ["Continuum Analytics Officially Becomes Anaconda"](https://www.anaconda.com/continuum-analytics-officially-becomes-anaconda/). *Anaconda Inc. corporate website*. Retrieved 22 April 2020. 3. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-B_2017_3-0)** ["Release notes — Anaconda 2.0 documentation"](https://web.archive.org/web/20181012114953/http://docs.anaconda.com/anaconda/release-notes/#id53). Archived from [the original](https://docs.anaconda.com/anaconda/release-notes#id53) on 2018-10-12. Retrieved 2017-10-26. 4. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-4)** ["Release notes — Anaconda documentation"](https://docs.anaconda.com/anaconda/reference/release-notes/). 5. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-5)** ["New Release: Anaconda Distribution 2025.06"](https://www.anaconda.com/blog/new-release-anaconda-distribution-2025-06). 23 June 2025. 6. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-C_2021_6-0)** ["End User License Agreement - Anaconda® Individual Edition"](https://web.archive.org/web/20210214171917/https://www.anaconda.com/eula-anaconda-individual-edition). *anaconda.com*. Anaconda, Inc. Archived from [the original](https://www.anaconda.com/eula-anaconda-individual-edition) on 14 February 2021. Retrieved 29 January 2021. 7. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-l1_7-0)** ["Cover page"](https://docs.anaconda.com/). *Anaconda Documentation*. Anaconda, Inc. Retrieved 27 April 2020. 8. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-l2_8-0)** ["Products and Pricing"](https://www.anaconda.com/pricing). *anaconda.com*. Anaconda, Inc. Retrieved 28 April 2020. 9. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-D_2024_9-0)** ["Anaconda® Terms of Service"](https://legal.anaconda.com/policies/en/?name=anaconda-contracting-hub#purchased-vs-free-offerings). *anaconda.com*. Anaconda, Inc. Retrieved 12 February 2024. 10. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-theregister.com_10-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-theregister.com_10-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-theregister.com_10-2) <https://www.theregister.com/2024/08/08/anaconda_puts_the_squeeze_on/> 11. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-K_2015_11-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-K_2015_11-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-K_2015_11-2) ["Continuum Analytics Gets \$24 Million in Venture Capital"](https://www.siliconhillsnews.com/2015/07/23/continuum-analytics-gets-24-million-in-venture-capital/). *SiliconHills*. 2015-07-23. Retrieved 2025-01-15. 12. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-E_2020_12-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-E_2020_12-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-E_2020_12-2) ["About Anaconda"](https://web.archive.org/web/20200419034550/https://www.anaconda.com/media-kit/). Archived from [the original](https://www.anaconda.com/media-kit/) on 19 April 2020. Retrieved 27 April 2020. 13. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-13)** Smith, Matthew S. ["Anaconda's chief AI and innovation officer says Python can make on-premises IT solutions 'easier and safer' as companies seek stronger data protection"](https://www.businessinsider.com/peter-wang-talks-artificial-intelligence-and-on-premises-infrastructure-2024-8). *Business Insider*. Retrieved 2025-01-15. 14. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-GG_2024_14-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-GG_2024_14-1) ["Anaconda brings the power of large language models to laptops"](https://siliconangle.com/2024/10/01/anaconda-brings-power-large-language-models-laptops/). *SiliconANGLE*. 2024-10-01. Retrieved 2025-01-15. 15. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-2) [***d***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-3) [***e***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-4) [***f***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-5) [***g***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-6) ["Anaconda History"](https://www.anaconda.com/about-us/history). *Anaconda*. Retrieved 2025-01-15. 16. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-16)** ["Anaconda Powered by Continuum Analytics « Asian Surveying & Mapping"](https://asmmag.com/tag/anaconda-powered-by-continuum-analytics). Retrieved 2025-01-15. 17. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda.pydata_17-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda.pydata_17-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda.pydata_17-2) ["Conda"](http://conda.pydata.org/). *pydata.org*. Retrieved 9 April 2015. 18. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-pydanny_18-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-pydanny_18-1) ["Building Conda Packages for Multiple Operating Systems"](http://www.pydanny.com/building-conda-packages-for-multiple-operating-systems.html). Pydannt. 29 January 2015. Retrieved 9 April 2015. 19. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda-data-science_19-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda-data-science_19-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda-data-science_19-2) [***d***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda-data-science_19-3) Doig, Christine (21 May 2015). ["Conda for Data Science"](https://web.archive.org/web/20150616211813/http://continuum.io/blog/conda-data-science). Archived from [the original](http://continuum.io/blog/conda-data-science) on 16 June 2015. Retrieved 16 Jun 2015. "Conda works with Linux, OSX, and Windows, and is language agnostic, which allows us to use it with any programming language or even multi-language projects." 20. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-L_2014_20-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-L_2014_20-1) Gorelick, Micha; Ozsvald, Ian (September 2014). *High Performance Python: Practical Performant Programming for Humans* (1st ed.). O'Reilly Media. p. 370. [ISBN](https://en.wikipedia.org/wiki/ISBN_\(identifier\) "ISBN (identifier)") [978-1449361594](https://en.wikipedia.org/wiki/Special:BookSources/978-1449361594 "Special:BookSources/978-1449361594") . 21. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-networkworld-Jackson-DARPA_21-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-networkworld-Jackson-DARPA_21-1) Jackson, Joab (Feb 5, 2013). ["Python gets a big data boost from DARPA"](http://www.networkworld.com/article/2163350/application-performance-management/python-gets-a-big-data-boost-from-darpa.html). networkworld. Retrieved October 30, 2014. 22. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-22)** Hay, Timothy (2015-07-23). ["Continuum Analytics Compiles \$24M for Python Analytics"](https://www.wsj.com/articles/DJFVW00120150723eb7nb2f5e). *Wall Street Journal*. [ISSN](https://en.wikipedia.org/wiki/ISSN_\(identifier\) "ISSN (identifier)") [0099-9660](https://search.worldcat.org/issn/0099-9660). Retrieved 2025-01-15. 23. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-23)** Bort, Julie. ["This Texas tech tycoon bet \$30 million of his own money on a big plan to take on the Silicon Valley investment industry"](https://www.businessinsider.com/lanham-napier-buildgroup-silicon-valley-vc-2018-6). *Business Insider*. Retrieved 2025-01-15. 24. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-24)** ["Anaconda \| Continuum Analytics Officially Becomes Anaconda"](https://www.anaconda.com/blog/continuum-analytics-officially-becomes-anaconda). *Anaconda*. 2017-06-28. Retrieved 2025-01-15. 25. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-25)** Woodie, Alex (2017-08-31). ["Anaconda Taps Containers to Simplify Data Science Deployments"](https://www.bigdatawire.com/2017/08/31/anaconda-taps-containers-simplify-data-science-deployments/). *BigDATAwire*. Retrieved 2025-01-15. 26. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-26)** Woodie, Alex (2017-02-16). ["Why Anaconda's Data Science Tent Is So Big--And Getting Bigger"](https://www.bigdatawire.com/2017/02/16/anacondas-data-science-tent-big-getting-bigger/). *BigDATAwire*. Retrieved 2025-01-15. 27. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-27)** ["Anaconda \| Introducing Anaconda Business: Enhanced Open-Source…"](https://www.anaconda.com/blog/introducing-anaconda-business). *Anaconda*. 2022-04-13. Retrieved 2025-01-15. 28. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-Z_2022_28-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-Z_2022_28-1) ["Anaconda and Snowflake Announce General Availability of Snowpark for Python"](https://www.datanami.com/this-just-in/anaconda-and-snowflake-announce-general-availability-of-snowpark-for-python-integration/). *BigDATAwire*. Retrieved 2025-01-15. 29. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-Q_2023_29-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-Q_2023_29-1) ["Anaconda \| Anaconda Launches PyScript.com, Democratizes Python for All"](https://www.anaconda.com/press/anaconda-launches-pyscriptcom-democratizes-python-for-all). *Anaconda*. 2023-03-24. Retrieved 2025-01-15. 30. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-30)** Hampton, Jaime (2022-10-18). ["Anaconda Unveils New Coding Notebooks and Training Portal"](https://www.datanami.com/2022/10/18/anaconda-unveils-new-coding-notebooks-and-training-portal/). *BigDATAwire*. Retrieved 2025-01-15. 31. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-31)** ["Anaconda Brings Python to Excel, Enhancing Data Manipulation and Visualization"](https://www.datanami.com/this-just-in/anaconda-brings-python-to-excel-enhancing-data-manipulation-and-visualization/). *BigDATAwire*. Retrieved 2025-01-15. 32. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-32)** ["Anaconda Unveils AI Incubator and Announces Executive Leadership Revamp"](https://www.datanami.com/this-just-in/anaconda-unveils-ai-incubator-and-announces-executive-leadership-revamp/). *BigDATAwire*. Retrieved 2025-01-15. 33. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-O_2024_33-0)** ["Anaconda Partners with IBM watsonx to Deliver Enterprise Scale AI Solutions"](https://www.datanami.com/this-just-in/anaconda-partners-with-ibm-watsonx-to-deliver-enterprise-scale-ai-solutions/). 34. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-CC_2024_34-0)** ["Teradata taps Anaconda to add Python, R packages to VantageCloud Lake"](https://www.infoworld.com/article/2336800/teradata-taps-anaconda-to-add-python-r-packages-to-vantagecloud-lake.html). *[InfoWorld](https://en.wikipedia.org/wiki/InfoWorld "InfoWorld")*. April 9, 2024. Retrieved December 5, 2024. 35. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-35)** ["Lenovo collaborates with Anaconda to elevate ThinkStation and ThinkPad workstations for AI and ML advancements"](https://betanews.com/2024/02/15/lenovo-anaconda-ai-ml/). *BetaNews*. 2024-02-15. Retrieved 2025-01-15. 36. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-36)** Woodie, Alex (2024-05-07). ["Anaconda Rejiggers Approach to Boost Growth Under New CEO"](https://www.bigdatawire.com/2024/05/07/anaconda-rejiggers-approach-to-growth-under-new-ceo/). *BigDATAwire*. Retrieved 2025-01-15. 37. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-37)** Harris, William (2025-10-16). ["Anaconda Appoints David DeSanto as CEO"](https://www.citybiz.co/article/759793/anaconda-appoints-david-desanto-as-ceo/). *citybiz*. Retrieved 2025-11-06. 38. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-38)** Dey, Victor (2025-05-13). ["Anaconda launches an AI platform to become the GitHub of enterprise open-source development"](https://www.fastcompany.com/91332796/anaconda-launches-an-ai-platform-to-become-the-github-of-enterprise-open-source-development). *Fast Company*. Retrieved 2025-08-07. 39. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-39)** Barron, Jenna (2025-05-13). ["Anaconda launches unified AI platform, Parasoft adds agentic AI capabilities to testing tools, and more - SD Times Daily Digest"](https://sdtimes.com/ai/anaconda-launches-unified-ai-platform-parasoft-adds-agentic-ai-capabilities-to-testing-tools-and-more-sd-times-daily-digest/). *SD Times*. Retrieved 2025-08-07. 40. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-40)** ["AI startup Anaconda valued at \$1.5 billion in Series C funding"](https://www.reuters.com/technology/ai-startup-anaconda-valued-15-billion-series-c-funding-2025-07-31/). *Reuters*. 2025-07-31. Retrieved 2025-08-07. 41. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-41)** ["Installing conda packages"](https://docs.anaconda.com/working-with-conda/packages/install-packages/). 42. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-I_2024_42-0)** ["Anaconda Navigator"](https://docs.anaconda.com/anaconda/navigator/). *docs.anaconda.com*. 43. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-MM_2024_43-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-MM_2024_43-1) ["Navigator Anaconda Navigator"](https://www.anaconda.com/products/navigator). 44. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-J_2018_44-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-J_2018_44-1) ["Anaconda \| Understanding Conda and Pip"](https://www.anaconda.com/blog/understanding-conda-and-pip). *Anaconda*. 28 November 2018. Retrieved 2021-04-07. 45. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-:0_45-0)** ["User Guide - pip documentation v21.1.dev0"](https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020). *pip.pypa.io*. Retrieved 2021-04-07. 46. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-46)** ["Package Security Manager (Cloud)"](https://docs.anaconda.com/psm-cloud/). 47. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-F_2016_47-0)** ["Conda – Conda documentation"](http://conda.pydata.org/docs/). Retrieved February 25, 2016. 48. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-G_2020_48-0)** ["What's the difference between Anaconda, conda, and Miniconda?"](https://bioconda.github.io/contributor/faqs.html#conda-anaconda-minconda). *FAQ - Bioconda documentation*. Retrieved 22 April 2020. 49. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-H_2018_49-0)** ["Miniconda"](https://web.archive.org/web/20180910152348/https://conda.io/docs/glossary.html#miniconda-glossary). *conda.io*. Archived from [the original](https://conda.io/docs/glossary.html#miniconda-glossary) on 2018-09-10. Retrieved 2018-07-11. 50. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-AnacondaRepo_50-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-AnacondaRepo_50-1) ["Anaconda repository"](https://anaconda.org/anaconda/repo). *anaconda.org*. 51. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-AnacondaCloud_51-0)** ["Anaconda Cloud"](https://anaconda.org/). *anaconda.org*. 52. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-L_2018_52-0)** ["Managing Python with conda"](https://web.archive.org/web/20180613160441/https://conda.io/docs/user-guide/tasks/manage-python.html). *conda.io*. Archived from [the original](https://conda.io/docs/user-guide/tasks/manage-python.html) on 2018-06-13. Retrieved 2018-06-13. 53. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-LL_2024_53-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-LL_2024_53-1) ["What application can I access using navigator?"](https://docs.anaconda.com/anaconda/navigator/#what-applications-can-i-access-using-navigator). *docs.anaconda.com*. 54. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-qtconsole_54-0)** ["The Qt Console for Jupyter"](https://qtconsole.readthedocs.io/en/latest/). *readthedocs.io*. 55. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-M_2013_55-0)** Lorica, Ben (March 24, 2013). ["Python data tools just keep getting better"](http://radar.oreilly.com/2013/03/python-data-tools-just-keep-getting-better.html). O'Reilly Radar. Retrieved October 30, 2014. 56. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-N_2018_56-0)** ["Miniconda"](https://web.archive.org/web/20180910152348/https://conda.io/docs/glossary.html#miniconda-glossary). *conda.io*. Archived from [the original](https://conda.io/docs/glossary.html#miniconda-glossary) on 2018-09-10. Retrieved 2018-06-13. 57. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-Mathur2018_57-0)** Mathur, Natasha (9 August 2018). ["Share projects and environment on Anaconda cloud \[Tutorial\]"](https://hub.packtpub.com/share-projects-and-environment-on-anaconda/). *Packt Hub*. 58. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-58)** <https://pypi.org/project/conda-build/> 59. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-59)** ["Anaconda Assistant Launches to Bring Instant Data Analysis, Code Generation, and Insights to Users"](https://www.datanami.com/this-just-in/anaconda-assistant-launches-to-bring-instant-data-analysis-code-generation-and-insights-to-users/). *BigDATAwire*. Retrieved 2025-01-15. ## External links \[[edit](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&action=edit&section=8 "Edit section: External links")\] - [Official website](https://anaconda.com/) [![Edit this at Wikidata](https://upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/20px-OOjs_UI_icon_edit-ltr-progressive.svg.png)](https://www.wikidata.org/wiki/Q18209310#P856 "Edit this at Wikidata") - [Anaconda Cloud](https://anaconda.org/) | [v](https://en.wikipedia.org/wiki/Template:Package_management_systems "Template:Package management systems") [t](https://en.wikipedia.org/wiki/Template_talk:Package_management_systems "Template talk:Package management systems") [e](https://en.wikipedia.org/wiki/Special:EditPage/Template:Package_management_systems "Special:EditPage/Template:Package management systems")[Package managers](https://en.wikipedia.org/wiki/Package_manager "Package manager") ([format](https://en.wikipedia.org/wiki/Package_format "Package format")) | | |---|---| | [Compiled](https://en.wikipedia.org/wiki/Executable "Executable") | | | | | | [Gaming console](https://en.wikipedia.org/wiki/Video_game_console "Video game console") | [DSi Shop](https://en.wikipedia.org/wiki/DSi_Shop "DSi Shop") [Nintendo eShop](https://en.wikipedia.org/wiki/Nintendo_eShop "Nintendo eShop") [PlayStation Store](https://en.wikipedia.org/wiki/PlayStation_Store "PlayStation Store") [Wii Shop Channel](https://en.wikipedia.org/wiki/Wii_Shop_Channel "Wii Shop Channel") [Xbox Games Store](https://en.wikipedia.org/wiki/Xbox_Games_Store "Xbox Games Store") | | [Unix-like](https://en.wikipedia.org/wiki/Unix-like "Unix-like"), [Linux](https://en.wikipedia.org/wiki/Linux "Linux") | | | | | | [dpkg](https://en.wikipedia.org/wiki/Dpkg "Dpkg") | [APT](https://en.wikipedia.org/wiki/APT_\(software\) "APT (software)") [aptitude](https://en.wikipedia.org/wiki/Aptitude_\(software\) "Aptitude (software)") [dselect](https://en.wikipedia.org/wiki/Dselect "Dselect") [Synaptic](https://en.wikipedia.org/wiki/Synaptic_\(software\) "Synaptic (software)") [Ubuntu Software Center](https://en.wikipedia.org/wiki/Ubuntu_Software_Center "Ubuntu Software Center") | | [Purely functional](https://en.wikipedia.org/wiki/Purely_functional_programming "Purely functional programming") | [Nix](https://en.wikipedia.org/wiki/Nix_\(package_manager\) "Nix (package manager)") [Guix](https://en.wikipedia.org/wiki/GNU_Guix "GNU Guix") | | [RPM](https://en.wikipedia.org/wiki/RPM_Package_Manager "RPM Package Manager") | [YUM](https://en.wikipedia.org/wiki/Yum_\(software\) "Yum (software)") [DNF](https://en.wikipedia.org/wiki/DNF_\(software\) "DNF (software)") [APT-RPM](https://en.wikipedia.org/wiki/APT-RPM "APT-RPM") [up2date](https://en.wikipedia.org/wiki/Up2date "Up2date") [urpmi](https://en.wikipedia.org/wiki/Urpmi "Urpmi") [ZYpp](https://en.wikipedia.org/wiki/ZYpp "ZYpp") | | [tarball](https://en.wikipedia.org/wiki/Tar_\(computing\) "Tar (computing)") | [slapt-get](https://en.wikipedia.org/wiki/Slapt-get "Slapt-get") [slackpkg](https://en.wikipedia.org/wiki/Slackpkg "Slackpkg") [netpkg](https://en.wikipedia.org/wiki/Netpkg "Netpkg") [swaret](https://en.wikipedia.org/wiki/Swaret "Swaret") | | Other | [AppImage](https://en.wikipedia.org/wiki/AppImage "AppImage") [Autopackage](https://en.wikipedia.org/wiki/Autopackage "Autopackage") [Flatpak](https://en.wikipedia.org/wiki/Flatpak "Flatpak") [Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(package_manager\) "Homebrew (package manager)") [Horizon Store](https://en.wikipedia.org/wiki/Meta_Horizon_Store "Meta Horizon Store") [PackageKit](https://en.wikipedia.org/wiki/PackageKit "PackageKit") [pacman](https://en.wikipedia.org/wiki/Arch_Linux#Pacman "Arch Linux") [PBI](https://en.wikipedia.org/wiki/TrueOS#Package_management "TrueOS") [PETget](https://en.wikipedia.org/wiki/PETget "PETget") [PISI](https://en.wikipedia.org/wiki/PISI "PISI") [Portage](https://en.wikipedia.org/wiki/Portage_\(software\) "Portage (software)") [Snap](https://en.wikipedia.org/wiki/Snap_\(software\) "Snap (software)") [Upkg](https://en.wikipedia.org/wiki/Upkg "Upkg") [pkgsrc](https://en.wikipedia.org/wiki/Pkgsrc "Pkgsrc") [Helm](https://en.wikipedia.org/wiki/Helm_\(package_manager\) "Helm (package manager)") | | [macOS](https://en.wikipedia.org/wiki/MacOS "MacOS") | [Mac App Store](https://en.wikipedia.org/wiki/Mac_App_Store "Mac App Store") [Homebrew](https://en.wikipedia.org/wiki/Homebrew_\(package_manager\) "Homebrew (package manager)") [pkgsrc](https://en.wikipedia.org/wiki/Pkgsrc "Pkgsrc") [Munki](https://en.wikipedia.org/wiki/Munki_\(software\) "Munki (software)") | | [z/OS](https://en.wikipedia.org/wiki/Z/OS "Z/OS") | [SMP/E](https://en.wikipedia.org/wiki/SMP/E "SMP/E") | | [Mobile operating systems](https://en.wikipedia.org/wiki/Mobile_operating_system "Mobile operating system") | [Amazon Appstore](https://en.wikipedia.org/wiki/Amazon_Appstore "Amazon Appstore") [App Store](https://en.wikipedia.org/wiki/App_Store_\(iOS\) "App Store (iOS)") [Aptoide](https://en.wikipedia.org/wiki/Aptoide "Aptoide") [Cafe Bazaar](https://en.wikipedia.org/wiki/Cafe_Bazaar "Cafe Bazaar") [Cydia](https://en.wikipedia.org/wiki/Cydia "Cydia") [F-Droid](https://en.wikipedia.org/wiki/F-Droid "F-Droid") [GetJar](https://en.wikipedia.org/wiki/GetJar "GetJar") [Google Play](https://en.wikipedia.org/wiki/Google_Play "Google Play") [Huawei AppGallery](https://en.wikipedia.org/wiki/Huawei_AppGallery "Huawei AppGallery") [Microsoft Store](https://en.wikipedia.org/wiki/Microsoft_Store "Microsoft Store") [RPM](https://en.wikipedia.org/wiki/RPM_Package_Manager "RPM Package Manager") [SlideME](https://en.wikipedia.org/wiki/SlideME "SlideME") [Windows Phone Store](https://en.wikipedia.org/wiki/Windows_Phone_Store "Windows Phone Store") | | [Multi-platform](https://en.wikipedia.org/wiki/Cross-platform_software "Cross-platform software") | [OpenPKG](https://en.wikipedia.org/wiki/OpenPKG "OpenPKG") [pkgsrc](https://en.wikipedia.org/wiki/Pkgsrc "Pkgsrc") | | [Solaris](https://en.wikipedia.org/wiki/Oracle_Solaris "Oracle Solaris"), [illumos](https://en.wikipedia.org/wiki/Illumos "Illumos") | [IPS](https://en.wikipedia.org/wiki/Image_Packaging_System "Image Packaging System") [OpenCSW](https://en.wikipedia.org/wiki/OpenCSW "OpenCSW") [pkgsrc](https://en.wikipedia.org/wiki/Pkgsrc "Pkgsrc") | | [Web browsers](https://en.wikipedia.org/wiki/Web_browser "Web browser") | [Chrome Web Store](https://en.wikipedia.org/wiki/Chrome_Web_Store "Chrome Web Store") [Mozilla Add-ons](https://en.wikipedia.org/wiki/Add-on_\(Mozilla\)#Website "Add-on (Mozilla)") | | [Windows](https://en.wikipedia.org/wiki/Microsoft_Windows "Microsoft Windows") | [Allmyapps](https://en.wikipedia.org/wiki/Allmyapps "Allmyapps") [Cygwin](https://en.wikipedia.org/wiki/Cygwin "Cygwin") [Microsoft Store](https://en.wikipedia.org/wiki/Microsoft_Store "Microsoft Store") [Npackd](https://en.wikipedia.org/wiki/Npackd "Npackd") [NSIS](https://en.wikipedia.org/wiki/Nullsoft_Scriptable_Install_System "Nullsoft Scriptable Install System") [NuGet](https://en.wikipedia.org/wiki/NuGet "NuGet") [Chocolatey](https://en.wikipedia.org/wiki/Chocolatey "Chocolatey") [ProGet](https://en.wikipedia.org/wiki/ProGet "ProGet") [Scoop](https://en.wikipedia.org/wiki/Scoop_Package_Manager "Scoop Package Manager") [Windows Package Manager](https://en.wikipedia.org/wiki/Windows_Package_Manager "Windows Package Manager") [wpkg](https://en.wikipedia.org/wiki/Dpkg#wpkg "Dpkg") | | [Uncompiled](https://en.wikipedia.org/wiki/Source_code "Source code") | | | | | | [BSD](https://en.wikipedia.org/wiki/Berkeley_Software_Distribution "Berkeley Software Distribution") | [ports collection](https://en.wikipedia.org/wiki/Ports_collection "Ports collection") [FreeBSD Ports](https://en.wikipedia.org/wiki/FreeBSD_Ports "FreeBSD Ports") [pkgsrc](https://en.wikipedia.org/wiki/Pkgsrc "Pkgsrc") | | [C++](https://en.wikipedia.org/wiki/C%2B%2B "C++") | [Gradle](https://en.wikipedia.org/wiki/Gradle "Gradle") [vcpkg](https://en.wikipedia.org/wiki/Vcpkg "Vcpkg") | | [Java](https://en.wikipedia.org/wiki/Java_\(programming_language\) "Java (programming language)") | [Maven](https://en.wikipedia.org/wiki/Apache_Maven "Apache Maven") [Ivy](https://en.wikipedia.org/wiki/Apache_Ivy "Apache Ivy") [Gradle](https://en.wikipedia.org/wiki/Gradle "Gradle") | | [JavaScript](https://en.wikipedia.org/wiki/JavaScript "JavaScript") | [npm](https://en.wikipedia.org/wiki/Npm_\(software\) "Npm (software)") | | [Kubernetes](https://en.wikipedia.org/wiki/Kubernetes "Kubernetes") | [Helm](https://en.wikipedia.org/wiki/Helm_\(software\) "Helm (software)") | | [Linux](https://en.wikipedia.org/wiki/Linux "Linux") | [ABS](https://en.wikipedia.org/wiki/Arch_Build_System "Arch Build System") [apt-build](https://en.wikipedia.org/wiki/Apt-build "Apt-build") [Compile](https://en.wikipedia.org/wiki/GoboLinux#"Compile"_program "GoboLinux") [Portage](https://en.wikipedia.org/wiki/Portage_\(software\) "Portage (software)") [Sorcery](https://en.wikipedia.org/wiki/Source_Mage#Sorcery "Source Mage") [BitBake](https://en.wikipedia.org/wiki/BitBake "BitBake") [pkgsrc](https://en.wikipedia.org/wiki/Pkgsrc "Pkgsrc") | | [macOS](https://en.wikipedia.org/wiki/MacOS "MacOS") | [Fink](https://en.wikipedia.org/wiki/Fink_\(software\) "Fink (software)") [MacPorts](https://en.wikipedia.org/wiki/MacPorts "MacPorts") [pkgsrc](https://en.wikipedia.org/wiki/Pkgsrc "Pkgsrc") | | [.NET](https://en.wikipedia.org/wiki/.NET ".NET") | [NuGet](https://en.wikipedia.org/wiki/NuGet "NuGet") | | [Perl](https://en.wikipedia.org/wiki/Perl "Perl") | [CPAN](https://en.wikipedia.org/wiki/CPAN "CPAN") | | [PHP](https://en.wikipedia.org/wiki/PHP "PHP") | [PEAR](https://en.wikipedia.org/wiki/PEAR "PEAR") [Composer](https://en.wikipedia.org/wiki/Composer_\(software\) "Composer (software)") | | [Python](https://en.wikipedia.org/wiki/Python_\(programming_language\) "Python (programming language)") | [PyPI](https://en.wikipedia.org/wiki/Python_Package_Index "Python Package Index") [pip](https://en.wikipedia.org/wiki/Pip_\(package_manager\) "Pip (package manager)") [Anaconda]() [Enthought Canopy](https://en.wikipedia.org/wiki/Enthought "Enthought") | | [Ruby](https://en.wikipedia.org/wiki/Ruby_\(programming_language\) "Ruby (programming language)") | [RubyGems](https://en.wikipedia.org/wiki/RubyGems "RubyGems") | | [Rust](https://en.wikipedia.org/wiki/Rust_\(programming_language\) "Rust (programming language)") | [Cargo](https://en.wikipedia.org/wiki/Cargo_\(software\) "Cargo (software)") | | [Scala](https://en.wikipedia.org/wiki/Scala_\(programming_language\) "Scala (programming language)") | [sbt](https://en.wikipedia.org/wiki/Sbt_\(software\) "Sbt (software)") | | ![](https://upload.wikimedia.org/wikipedia/en/thumb/d/db/Symbol_list_class.svg/20px-Symbol_list_class.svg.png) **[List](https://en.wikipedia.org/wiki/List_of_software_package_management_systems "List of software package management systems")** [![](https://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/20px-Commons-logo.svg.png)](https://en.wikipedia.org/wiki/File:Commons-logo.svg "Commons page") **[Commons](https://commons.wikimedia.org/wiki/category:Package_management_systems "commons:category:Package management systems")** ![](https://upload.wikimedia.org/wikipedia/en/thumb/9/96/Symbol_category_class.svg/20px-Symbol_category_class.svg.png) **[Category](https://en.wikipedia.org/wiki/Category:Package_management_systems "Category:Package management systems")** | | ![](https://en.wikipedia.org/wiki/Special:CentralAutoLogin/start?useformat=desktop&type=1x1&usesul3=1) Retrieved from "<https://en.wikipedia.org/w/index.php?title=Anaconda_(Python_distribution)&oldid=1343122908>" [Categories](https://en.wikipedia.org/wiki/Help:Category "Help:Category"): - [Python (programming language)](https://en.wikipedia.org/wiki/Category:Python_\(programming_language\) "Category:Python (programming language)") - [Programming tools](https://en.wikipedia.org/wiki/Category:Programming_tools "Category:Programming tools") - [Web frameworks](https://en.wikipedia.org/wiki/Category:Web_frameworks "Category:Web frameworks") - [Free software programmed in Python](https://en.wikipedia.org/wiki/Category:Free_software_programmed_in_Python "Category:Free software programmed in Python") - [Package management systems](https://en.wikipedia.org/wiki/Category:Package_management_systems "Category:Package management systems") - [Software programmed in Python](https://en.wikipedia.org/wiki/Category:Software_programmed_in_Python "Category:Software programmed in Python") Hidden categories: - [Articles with short description](https://en.wikipedia.org/wiki/Category:Articles_with_short_description "Category:Articles with short description") - [Short description is different from Wikidata](https://en.wikipedia.org/wiki/Category:Short_description_is_different_from_Wikidata "Category:Short description is different from Wikidata") - [All articles with unsourced statements](https://en.wikipedia.org/wiki/Category:All_articles_with_unsourced_statements "Category:All articles with unsourced statements") - [Articles with unsourced statements from December 2024](https://en.wikipedia.org/wiki/Category:Articles_with_unsourced_statements_from_December_2024 "Category:Articles with unsourced statements from December 2024") - This page was last edited on 12 March 2026, at 11:32 (UTC). - Text is available under the [Creative Commons Attribution-ShareAlike 4.0 License](https://en.wikipedia.org/wiki/Wikipedia:Text_of_the_Creative_Commons_Attribution-ShareAlike_4.0_International_License "Wikipedia:Text of the Creative Commons Attribution-ShareAlike 4.0 International License"); additional terms may apply. By using this site, you agree to the [Terms of Use](https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Terms_of_Use "foundation:Special:MyLanguage/Policy:Terms of Use") and [Privacy Policy](https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Privacy_policy "foundation:Special:MyLanguage/Policy:Privacy policy"). Wikipedia® is a registered trademark of the [Wikimedia Foundation, Inc.](https://wikimediafoundation.org/), a non-profit organization. - [Privacy policy](https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Privacy_policy) - [About Wikipedia](https://en.wikipedia.org/wiki/Wikipedia:About) - [Disclaimers](https://en.wikipedia.org/wiki/Wikipedia:General_disclaimer) - [Contact Wikipedia](https://en.wikipedia.org/wiki/Wikipedia:Contact_us) - [Legal & safety contacts](https://foundation.wikimedia.org/wiki/Special:MyLanguage/Legal:Wikimedia_Foundation_Legal_and_Safety_Contact_Information) - [Code of Conduct](https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Universal_Code_of_Conduct) - [Developers](https://developer.wikimedia.org/) - [Statistics](https://stats.wikimedia.org/#/en.wikipedia.org) - [Cookie statement](https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Cookie_statement) - [Mobile view](https://en.wikipedia.org/w/index.php?title=Anaconda_\(Python_distribution\)&mobileaction=toggle_view_mobile) - [![Wikimedia Foundation](https://en.wikipedia.org/static/images/footer/wikimedia.svg)](https://www.wikimedia.org/) - [![Powered by MediaWiki](https://en.wikipedia.org/w/resources/assets/mediawiki_compact.svg)](https://www.mediawiki.org/) Search Toggle the table of contents Anaconda (Python distribution) 16 languages [Add topic](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\))
Readable Markdown
From Wikipedia, the free encyclopedia Not to be confused with [Anaconda (installer)](https://en.wikipedia.org/wiki/Anaconda_\(installer\) "Anaconda (installer)"), a system installer for Linux distributions. | Anaconda | | |---|---| | [![](https://upload.wikimedia.org/wikipedia/en/thumb/f/f4/Anaconda_Logo.svg/250px-Anaconda_Logo.svg.png)](https://en.wikipedia.org/wiki/File:Anaconda_Logo.svg) | | | [Developers](https://en.wikipedia.org/wiki/Programmer "Programmer") | Anaconda, Inc.[\[1\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-what-1) (previously Continuum Analytics)[\[2\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-A_2017-2) | | Initial release | 0\.8.0[\[3\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-B_2017-3) / 17 July 2012; 13 years ago | | [Stable release](https://en.wikipedia.org/wiki/Software_release_life_cycle "Software release life cycle") | 2025\.06-1 / 23 June 2025; 8 months ago[\[4\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-4)[\[5\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-5) | | Written in | [Python](https://en.wikipedia.org/wiki/Python_\(programming_language\) "Python (programming language)") | | [Operating system](https://en.wikipedia.org/wiki/Operating_system "Operating system") | [Windows](https://en.wikipedia.org/wiki/Windows "Windows"), [macOS](https://en.wikipedia.org/wiki/MacOS "MacOS"), [Linux](https://en.wikipedia.org/wiki/Linux "Linux") | | [Type](https://en.wikipedia.org/wiki/Software_categories#Categorization_approaches "Software categories") | [Programming language](https://en.wikipedia.org/wiki/Programming_language "Programming language"), [machine learning](https://en.wikipedia.org/wiki/Machine_learning "Machine learning"), [data science](https://en.wikipedia.org/wiki/Data_science "Data science") | | [License](https://en.wikipedia.org/wiki/Software_license "Software license") | [Freemium](https://en.wikipedia.org/wiki/Freemium "Freemium") (The Individual Edition is [freeware](https://en.wikipedia.org/wiki/Freeware "Freeware"),[\[6\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-C_2021-6) but the other editions are [software as a service](https://en.wikipedia.org/wiki/Software_as_a_service "Software as a service"))[\[7\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-l1-7)[\[8\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-l2-8)[\[9\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-D_2024-9) | | Website | [anaconda.com](https://anaconda.com/) [![Edit this on Wikidata](https://upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/20px-OOjs_UI_icon_edit-ltr-progressive.svg.png)](https://www.wikidata.org/wiki/Q18209310?uselang=en#P856 "Edit this on Wikidata") | **Anaconda** is an [open source](https://en.wikipedia.org/wiki/Open_source "Open source")[\[10\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-theregister.com-10)[\[11\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-K_2015-11) [data science](https://en.wikipedia.org/wiki/Data_science "Data science") and [artificial intelligence](https://en.wikipedia.org/wiki/Artificial_intelligence "Artificial intelligence") [distribution](https://en.wikipedia.org/wiki/Software_distribution "Software distribution") platform for [Python](https://en.wikipedia.org/wiki/Python_\(programming_language\) "Python (programming language)") [programming language](https://en.wikipedia.org/wiki/Programming_language "Programming language"). Developed by **Anaconda, Inc.**,[\[12\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-E_2020-12) an [American](https://en.wikipedia.org/wiki/United_States "United States") company[\[1\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-what-1) founded in 2012,[\[12\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-E_2020-12) the platform is used to develop and manage data science and AI projects.[\[10\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-theregister.com-10) In 2024, Anaconda Inc. has about 300 employees[\[13\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-13) and 45 million users.[\[14\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-GG_2024-14) Co-founded in [Austin, Texas](https://en.wikipedia.org/wiki/Austin,_Texas "Austin, Texas")[\[1\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-what-1) in 2012[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) as Continuum Analytics by Peter Wang and [Travis Oliphant](https://en.wikipedia.org/wiki/Travis_Oliphant "Travis Oliphant"),[\[11\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-K_2015-11) Anaconda Inc. operates from the United States[\[16\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-16) and Europe.[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) Anaconda Inc. developed [Conda](https://en.wikipedia.org/wiki/Conda_\(package_manager\) "Conda (package manager)"),[\[17\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda.pydata-17) a [cross-platform](https://en.wikipedia.org/wiki/Cross-platform "Cross-platform"),[\[18\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-pydanny-18) language-agnostic[\[19\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda-data-science-19) binary[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) [package manager](https://en.wikipedia.org/wiki/Package_manager "Package manager").[\[20\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-L_2014-20) It also launched PyData community workshops and the Jupyter Cloud Notebook service (Wakari.io).[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) In 2013, it received funding from [DARPA](https://en.wikipedia.org/wiki/DARPA "DARPA").[\[21\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-networkworld-Jackson-DARPA-21) In 2015, the company had two million users including 200 of the [Fortune 500](https://en.wikipedia.org/wiki/Fortune_500 "Fortune 500") companies[\[11\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-K_2015-11) and raised \$24 million in a [Series A](https://en.wikipedia.org/wiki/Series_A "Series A") funding round led by [General Catalyst](https://en.wikipedia.org/wiki/General_Catalyst "General Catalyst") and BuildGroup.[\[22\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-22) Anaconda secured an additional \$30 million in funding in 2021.[\[23\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-23) Continuum Analytics rebranded as Anaconda in 2017.[\[24\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-24) That year, it announced the release of Anaconda Enterprise 5,[\[25\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-25) an integration with [Microsoft Azure](https://en.wikipedia.org/wiki/Microsoft_Azure "Microsoft Azure"),[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) and had over 13 million users by year's end.[\[26\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-26) In 2022, it released Anaconda Business;[\[27\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-27) new integrations with Snowflake and others;[\[28\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-Z_2022-28) and the open-source [PyScript](https://en.wikipedia.org/wiki/PyScript "PyScript").[\[29\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-Q_2023-29) It also acquired [PythonAnywhere](https://en.wikipedia.org/wiki/PythonAnywhere "PythonAnywhere"),[\[30\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-30) while Anaconda's user base exceeded 30 million in 2022.[\[28\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-Z_2022-28) In 2023, Anaconda released Python in Excel, a new integration with [Microsoft Excel](https://en.wikipedia.org/wiki/Microsoft_Excel "Microsoft Excel"),[\[31\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-31) and launched PyScript.com.[\[29\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-Q_2023-29) The company made a series of investments in AI during 2024.[\[32\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-32) That February, Anaconda partnered with [IBM](https://en.wikipedia.org/wiki/IBM "IBM") to import its repository of Python packages into [Watsonx](https://en.wikipedia.org/wiki/Watsonx "Watsonx"), IBM's [generative AI](https://en.wikipedia.org/wiki/Generative_AI "Generative AI") platform.[\[33\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-O_2024-33) The same year, Anaconda joined IBM's AI Alliance[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) and released an integration with [Teradata](https://en.wikipedia.org/wiki/Teradata "Teradata")[\[34\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-CC_2024-34) and [Lenovo](https://en.wikipedia.org/wiki/Lenovo "Lenovo").[\[35\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-35) In 2024, Anaconda's user base reached 45 million users[\[14\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-GG_2024-14) and Barry Libert was named company CEO,[\[15\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-W_2024-15) after serving on Anaconda's board of directors.[\[36\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-36) He was succeeded as CEO in October 2025 by David DeSanto, who also became a company director.[\[37\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-37) In May 2025, the company introduced the first unified AI platform for Open Source, Anaconda AI Platform, a [central control](https://en.wikipedia.org/wiki/Agentic_AI "Agentic AI") for AI workflows that enables customization in Python-based enterprise AI development.[\[38\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-38)[\[39\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-39) That July, after reaching over \$150 million in a Series C funding round, Anaconda was evaluated at about \$1.5 billion.[\[40\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-40) **Anaconda distribution** comes with over 300 packages automatically installed, and over 7,500 additional open-source packages can be installed from the Anaconda repository[\[41\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-41) as well as the Conda package and [virtual environment](https://en.wikipedia.org/wiki/Virtual_environment_software "Virtual environment software") manager. It also includes a [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface "Graphical user interface"), **Anaconda Navigator**,[\[42\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-I_2024-42) as a graphical alternative to the [command-line interface](https://en.wikipedia.org/wiki/Command-line_interface "Command-line interface") (CLI).[\[43\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-MM_2024-43) [Conda](https://en.wikipedia.org/wiki/Conda_\(package_manager\) "Conda (package manager)") was developed to address dependency conflicts native to the [pip package manager](https://en.wikipedia.org/wiki/Pip_\(package_manager\) "Pip (package manager)"), which would automatically install any dependent Python packages without checking for conflicts with previously installed packages[\[44\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-J_2018-44) (until its version 20.3, which later implemented consistent dependency resolution).[\[45\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-:0-45) The Conda package manager's historical differentiation analyzed and resolved these installation conflicts.[\[44\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-J_2018-44) Anaconda is a [distribution](https://en.wikipedia.org/wiki/Software_distribution "Software distribution") of the [Python](https://en.wikipedia.org/wiki/Python_\(programming_language\) "Python (programming language)") [programming language](https://en.wikipedia.org/wiki/Programming_language "Programming language") (and previously also [R](https://en.wikipedia.org/wiki/R_\(programming_language\) "R (programming language)")) for [scientific computing](https://en.wikipedia.org/wiki/Scientific_computing "Scientific computing") ([data science](https://en.wikipedia.org/wiki/Data_science "Data science"), [machine learning](https://en.wikipedia.org/wiki/Machine_learning "Machine learning") applications, large-scale [data processing](https://en.wikipedia.org/wiki/Data_processing "Data processing"), [predictive analytics](https://en.wikipedia.org/wiki/Predictive_analytics "Predictive analytics"), etc.), that aims to simplify [package management](https://en.wikipedia.org/wiki/Package_management "Package management") and [deployment](https://en.wikipedia.org/wiki/Deployment_environment "Deployment environment"). Anaconda distribution includes data-science packages suitable for [Windows](https://en.wikipedia.org/wiki/Microsoft_Windows "Microsoft Windows"), [Linux](https://en.wikipedia.org/wiki/Linux "Linux"), and [macOS](https://en.wikipedia.org/wiki/MacOS "MacOS").[\[12\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-E_2020-12) Other company products include Anaconda Free, and subscription-based Starter, Business and Enterprise.[\[10\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-theregister.com-10) Anaconda's business tier offers Package Security Manager.[\[46\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-46) Package versions in Anaconda are managed by the package management system [Conda](https://en.wikipedia.org/wiki/Conda_\(package_manager\) "Conda (package manager)"),[\[47\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-F_2016-47) which was spun out as a separate [open-source](https://en.wikipedia.org/wiki/Open_source "Open source") package as useful both independently and for applications other than Python.[\[48\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-G_2020-48) There is also a small, [bootstrap](https://en.wikipedia.org/wiki/Bootstrapping "Bootstrapping") version of Anaconda called **Miniconda**, which includes only Conda, Python, the packages they depend on, and a small number of other packages.[\[49\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-H_2018-49) Open source packages can be individually installed from the Anaconda repository,[\[50\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-AnacondaRepo-50) Anaconda Cloud (anaconda.org), or the user's own private repository or mirror, using the `conda install` command. Anaconda, Inc. [compiles](https://en.wikipedia.org/wiki/Compiler "Compiler") and builds the packages available in the Anaconda [repository](https://en.wikipedia.org/wiki/Repository_\(version_control\) "Repository (version control)") itself, and provides [binaries](https://en.wikipedia.org/wiki/Binary_file "Binary file") for [Windows](https://en.wikipedia.org/wiki/Microsoft_Windows "Microsoft Windows") [32](https://en.wikipedia.org/wiki/32-bit_computing "32-bit computing")/[64 bit](https://en.wikipedia.org/wiki/64-bit_computing "64-bit computing"), Linux 64 bit and [MacOS](https://en.wikipedia.org/wiki/MacOS "MacOS") 64-bit (Intel, [Apple Silicon](https://en.wikipedia.org/wiki/Apple_silicon "Apple silicon")). Anything available on PyPI may be installed into a Conda environment using pip, and Conda will keep track of what it has installed and what pip has installed.\[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed "Wikipedia:Citation needed")*\] Custom packages can be made using the `conda build` command, and can be shared with others by uploading them to Anaconda Cloud,[\[51\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-AnacondaCloud-51) PyPI or other repositories.\[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed "Wikipedia:Citation needed")*\] The default installation of Anaconda2 includes Python 2.7 and Anaconda3 includes Python 3.7. However, it is possible to create new environments that include any version of Python packaged with Conda.[\[52\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-L_2018-52) [![](https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Anaconda.Starting_page.png/250px-Anaconda.Starting_page.png)](https://en.wikipedia.org/wiki/File:Anaconda.Starting_page.png) Anaconda Navigator Anaconda Navigator is a desktop graphical user interface (GUI) included in Anaconda distribution that allows users to launch applications and manage Conda packages, environments and channels without using [command-line commands](https://en.wikipedia.org/wiki/Command-line_interface "Command-line interface"). Navigator can search for packages on Anaconda Cloud or in a local Anaconda Repository, install them in an environment, run the packages and update them.[\[43\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-MM_2024-43) It is available for Windows, macOS and Linux.[\[19\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda-data-science-19)[\[53\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-LL_2024-53) The following applications are available by default in Navigator:[\[53\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-LL_2024-53) - [JupyterLab](https://en.wikipedia.org/wiki/Project_Jupyter#JupyterLab "Project Jupyter") - [Jupyter Notebook](https://en.wikipedia.org/wiki/Project_Jupyter#Jupyter_Notebook "Project Jupyter") - QtConsole[\[54\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-qtconsole-54) - [Spyder](https://en.wikipedia.org/wiki/Spyder_\(software\) "Spyder (software)") - [Glue](https://en.wikipedia.org/wiki/Glue_\(software\) "Glue (software)") - [Orange](https://en.wikipedia.org/wiki/Orange_\(software\) "Orange (software)") - [RStudio](https://en.wikipedia.org/wiki/RStudio "RStudio") - [Visual Studio Code](https://en.wikipedia.org/wiki/Visual_Studio_Code "Visual Studio Code") Conda is an open source,[\[17\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda.pydata-17) [cross-platform](https://en.wikipedia.org/wiki/Cross-platform "Cross-platform"),[\[18\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-pydanny-18) language-agnostic[\[19\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda-data-science-19) [package manager](https://en.wikipedia.org/wiki/Package_manager "Package manager") and environment management system[\[20\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-L_2014-20)[\[21\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-networkworld-Jackson-DARPA-21)[\[55\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-M_2013-55) that installs, runs, and updates packages and their dependencies.[\[17\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda.pydata-17) It was created for Python programs, but it can package and distribute software for any language, including multi-language projects.[\[19\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-conda-data-science-19) The Conda package and environment manager is included in all versions of Anaconda, Miniconda,[\[56\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-N_2018-56) and Anaconda Repository.[\[50\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-AnacondaRepo-50) Anaconda Cloud is a package management service by Anaconda where users can find, access, store and share public and private notebooks, environments, and Conda and PyPI packages.[\[57\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-Mathur2018-57) Cloud hosts useful Python packages, notebooks and environments for a wide variety of applications. Users do not need to log in or to have a Cloud account, to search for public packages, download and install them. Users can build new Conda packages using Conda-build and then use the Anaconda Client CLI to upload packages to Anaconda.org.[\[58\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-58) Notebooks users can be aided with writing and [debugging](https://en.wikipedia.org/wiki/Debugging "Debugging") code with Anaconda's AI Assistant.[\[59\]](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_note-59) - [List of software package management systems](https://en.wikipedia.org/wiki/List_of_software_package_management_systems "List of software package management systems") 1. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-what_1-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-what_1-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-what_1-2) ["What is Anaconda, Inc.?"](https://web.archive.org/web/20190327135143/http://docs.anaconda.com/anaconda-cloud/faq/#what-is-anaconda-inc). *docs.anaconda.com*. Archived from [the original](https://docs.anaconda.com/anaconda-cloud/faq#what-is-anaconda-inc) on 2019-03-27. Retrieved 2018-06-13. "Anaconda is a software development and consulting company of passionate open source advocates based in Austin, Texas, USA. We are committed to the open source community. We created the Anaconda Python distribution and contribute to many other open source-based data analytics tools." 2. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-A_2017_2-0)** Collison, Scott (2017-06-28). ["Continuum Analytics Officially Becomes Anaconda"](https://www.anaconda.com/continuum-analytics-officially-becomes-anaconda/). *Anaconda Inc. corporate website*. Retrieved 22 April 2020. 3. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-B_2017_3-0)** ["Release notes — Anaconda 2.0 documentation"](https://web.archive.org/web/20181012114953/http://docs.anaconda.com/anaconda/release-notes/#id53). Archived from [the original](https://docs.anaconda.com/anaconda/release-notes#id53) on 2018-10-12. Retrieved 2017-10-26. 4. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-4)** ["Release notes — Anaconda documentation"](https://docs.anaconda.com/anaconda/reference/release-notes/). 5. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-5)** ["New Release: Anaconda Distribution 2025.06"](https://www.anaconda.com/blog/new-release-anaconda-distribution-2025-06). 23 June 2025. 6. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-C_2021_6-0)** ["End User License Agreement - Anaconda® Individual Edition"](https://web.archive.org/web/20210214171917/https://www.anaconda.com/eula-anaconda-individual-edition). *anaconda.com*. Anaconda, Inc. Archived from [the original](https://www.anaconda.com/eula-anaconda-individual-edition) on 14 February 2021. Retrieved 29 January 2021. 7. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-l1_7-0)** ["Cover page"](https://docs.anaconda.com/). *Anaconda Documentation*. Anaconda, Inc. Retrieved 27 April 2020. 8. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-l2_8-0)** ["Products and Pricing"](https://www.anaconda.com/pricing). *anaconda.com*. Anaconda, Inc. Retrieved 28 April 2020. 9. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-D_2024_9-0)** ["Anaconda® Terms of Service"](https://legal.anaconda.com/policies/en/?name=anaconda-contracting-hub#purchased-vs-free-offerings). *anaconda.com*. Anaconda, Inc. Retrieved 12 February 2024. 10. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-theregister.com_10-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-theregister.com_10-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-theregister.com_10-2) <https://www.theregister.com/2024/08/08/anaconda_puts_the_squeeze_on/> 11. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-K_2015_11-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-K_2015_11-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-K_2015_11-2) ["Continuum Analytics Gets \$24 Million in Venture Capital"](https://www.siliconhillsnews.com/2015/07/23/continuum-analytics-gets-24-million-in-venture-capital/). *SiliconHills*. 2015-07-23. Retrieved 2025-01-15. 12. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-E_2020_12-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-E_2020_12-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-E_2020_12-2) ["About Anaconda"](https://web.archive.org/web/20200419034550/https://www.anaconda.com/media-kit/). Archived from [the original](https://www.anaconda.com/media-kit/) on 19 April 2020. Retrieved 27 April 2020. 13. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-13)** Smith, Matthew S. ["Anaconda's chief AI and innovation officer says Python can make on-premises IT solutions 'easier and safer' as companies seek stronger data protection"](https://www.businessinsider.com/peter-wang-talks-artificial-intelligence-and-on-premises-infrastructure-2024-8). *Business Insider*. Retrieved 2025-01-15. 14. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-GG_2024_14-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-GG_2024_14-1) ["Anaconda brings the power of large language models to laptops"](https://siliconangle.com/2024/10/01/anaconda-brings-power-large-language-models-laptops/). *SiliconANGLE*. 2024-10-01. Retrieved 2025-01-15. 15. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-2) [***d***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-3) [***e***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-4) [***f***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-5) [***g***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-W_2024_15-6) ["Anaconda History"](https://www.anaconda.com/about-us/history). *Anaconda*. Retrieved 2025-01-15. 16. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-16)** ["Anaconda Powered by Continuum Analytics « Asian Surveying & Mapping"](https://asmmag.com/tag/anaconda-powered-by-continuum-analytics). Retrieved 2025-01-15. 17. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda.pydata_17-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda.pydata_17-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda.pydata_17-2) ["Conda"](http://conda.pydata.org/). *pydata.org*. Retrieved 9 April 2015. 18. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-pydanny_18-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-pydanny_18-1) ["Building Conda Packages for Multiple Operating Systems"](http://www.pydanny.com/building-conda-packages-for-multiple-operating-systems.html). Pydannt. 29 January 2015. Retrieved 9 April 2015. 19. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda-data-science_19-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda-data-science_19-1) [***c***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda-data-science_19-2) [***d***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-conda-data-science_19-3) Doig, Christine (21 May 2015). ["Conda for Data Science"](https://web.archive.org/web/20150616211813/http://continuum.io/blog/conda-data-science). Archived from [the original](http://continuum.io/blog/conda-data-science) on 16 June 2015. Retrieved 16 Jun 2015. "Conda works with Linux, OSX, and Windows, and is language agnostic, which allows us to use it with any programming language or even multi-language projects." 20. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-L_2014_20-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-L_2014_20-1) Gorelick, Micha; Ozsvald, Ian (September 2014). *High Performance Python: Practical Performant Programming for Humans* (1st ed.). O'Reilly Media. p. 370. [ISBN](https://en.wikipedia.org/wiki/ISBN_\(identifier\) "ISBN (identifier)") [978-1449361594](https://en.wikipedia.org/wiki/Special:BookSources/978-1449361594 "Special:BookSources/978-1449361594") . 21. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-networkworld-Jackson-DARPA_21-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-networkworld-Jackson-DARPA_21-1) Jackson, Joab (Feb 5, 2013). ["Python gets a big data boost from DARPA"](http://www.networkworld.com/article/2163350/application-performance-management/python-gets-a-big-data-boost-from-darpa.html). networkworld. Retrieved October 30, 2014. 22. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-22)** Hay, Timothy (2015-07-23). ["Continuum Analytics Compiles \$24M for Python Analytics"](https://www.wsj.com/articles/DJFVW00120150723eb7nb2f5e). *Wall Street Journal*. [ISSN](https://en.wikipedia.org/wiki/ISSN_\(identifier\) "ISSN (identifier)") [0099-9660](https://search.worldcat.org/issn/0099-9660). Retrieved 2025-01-15. 23. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-23)** Bort, Julie. ["This Texas tech tycoon bet \$30 million of his own money on a big plan to take on the Silicon Valley investment industry"](https://www.businessinsider.com/lanham-napier-buildgroup-silicon-valley-vc-2018-6). *Business Insider*. Retrieved 2025-01-15. 24. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-24)** ["Anaconda \| Continuum Analytics Officially Becomes Anaconda"](https://www.anaconda.com/blog/continuum-analytics-officially-becomes-anaconda). *Anaconda*. 2017-06-28. Retrieved 2025-01-15. 25. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-25)** Woodie, Alex (2017-08-31). ["Anaconda Taps Containers to Simplify Data Science Deployments"](https://www.bigdatawire.com/2017/08/31/anaconda-taps-containers-simplify-data-science-deployments/). *BigDATAwire*. Retrieved 2025-01-15. 26. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-26)** Woodie, Alex (2017-02-16). ["Why Anaconda's Data Science Tent Is So Big--And Getting Bigger"](https://www.bigdatawire.com/2017/02/16/anacondas-data-science-tent-big-getting-bigger/). *BigDATAwire*. Retrieved 2025-01-15. 27. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-27)** ["Anaconda \| Introducing Anaconda Business: Enhanced Open-Source…"](https://www.anaconda.com/blog/introducing-anaconda-business). *Anaconda*. 2022-04-13. Retrieved 2025-01-15. 28. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-Z_2022_28-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-Z_2022_28-1) ["Anaconda and Snowflake Announce General Availability of Snowpark for Python"](https://www.datanami.com/this-just-in/anaconda-and-snowflake-announce-general-availability-of-snowpark-for-python-integration/). *BigDATAwire*. Retrieved 2025-01-15. 29. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-Q_2023_29-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-Q_2023_29-1) ["Anaconda \| Anaconda Launches PyScript.com, Democratizes Python for All"](https://www.anaconda.com/press/anaconda-launches-pyscriptcom-democratizes-python-for-all). *Anaconda*. 2023-03-24. Retrieved 2025-01-15. 30. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-30)** Hampton, Jaime (2022-10-18). ["Anaconda Unveils New Coding Notebooks and Training Portal"](https://www.datanami.com/2022/10/18/anaconda-unveils-new-coding-notebooks-and-training-portal/). *BigDATAwire*. Retrieved 2025-01-15. 31. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-31)** ["Anaconda Brings Python to Excel, Enhancing Data Manipulation and Visualization"](https://www.datanami.com/this-just-in/anaconda-brings-python-to-excel-enhancing-data-manipulation-and-visualization/). *BigDATAwire*. Retrieved 2025-01-15. 32. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-32)** ["Anaconda Unveils AI Incubator and Announces Executive Leadership Revamp"](https://www.datanami.com/this-just-in/anaconda-unveils-ai-incubator-and-announces-executive-leadership-revamp/). *BigDATAwire*. Retrieved 2025-01-15. 33. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-O_2024_33-0)** ["Anaconda Partners with IBM watsonx to Deliver Enterprise Scale AI Solutions"](https://www.datanami.com/this-just-in/anaconda-partners-with-ibm-watsonx-to-deliver-enterprise-scale-ai-solutions/). 34. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-CC_2024_34-0)** ["Teradata taps Anaconda to add Python, R packages to VantageCloud Lake"](https://www.infoworld.com/article/2336800/teradata-taps-anaconda-to-add-python-r-packages-to-vantagecloud-lake.html). *[InfoWorld](https://en.wikipedia.org/wiki/InfoWorld "InfoWorld")*. April 9, 2024. Retrieved December 5, 2024. 35. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-35)** ["Lenovo collaborates with Anaconda to elevate ThinkStation and ThinkPad workstations for AI and ML advancements"](https://betanews.com/2024/02/15/lenovo-anaconda-ai-ml/). *BetaNews*. 2024-02-15. Retrieved 2025-01-15. 36. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-36)** Woodie, Alex (2024-05-07). ["Anaconda Rejiggers Approach to Boost Growth Under New CEO"](https://www.bigdatawire.com/2024/05/07/anaconda-rejiggers-approach-to-growth-under-new-ceo/). *BigDATAwire*. Retrieved 2025-01-15. 37. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-37)** Harris, William (2025-10-16). ["Anaconda Appoints David DeSanto as CEO"](https://www.citybiz.co/article/759793/anaconda-appoints-david-desanto-as-ceo/). *citybiz*. Retrieved 2025-11-06. 38. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-38)** Dey, Victor (2025-05-13). ["Anaconda launches an AI platform to become the GitHub of enterprise open-source development"](https://www.fastcompany.com/91332796/anaconda-launches-an-ai-platform-to-become-the-github-of-enterprise-open-source-development). *Fast Company*. Retrieved 2025-08-07. 39. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-39)** Barron, Jenna (2025-05-13). ["Anaconda launches unified AI platform, Parasoft adds agentic AI capabilities to testing tools, and more - SD Times Daily Digest"](https://sdtimes.com/ai/anaconda-launches-unified-ai-platform-parasoft-adds-agentic-ai-capabilities-to-testing-tools-and-more-sd-times-daily-digest/). *SD Times*. Retrieved 2025-08-07. 40. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-40)** ["AI startup Anaconda valued at \$1.5 billion in Series C funding"](https://www.reuters.com/technology/ai-startup-anaconda-valued-15-billion-series-c-funding-2025-07-31/). *Reuters*. 2025-07-31. Retrieved 2025-08-07. 41. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-41)** ["Installing conda packages"](https://docs.anaconda.com/working-with-conda/packages/install-packages/). 42. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-I_2024_42-0)** ["Anaconda Navigator"](https://docs.anaconda.com/anaconda/navigator/). *docs.anaconda.com*. 43. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-MM_2024_43-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-MM_2024_43-1) ["Navigator Anaconda Navigator"](https://www.anaconda.com/products/navigator). 44. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-J_2018_44-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-J_2018_44-1) ["Anaconda \| Understanding Conda and Pip"](https://www.anaconda.com/blog/understanding-conda-and-pip). *Anaconda*. 28 November 2018. Retrieved 2021-04-07. 45. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-:0_45-0)** ["User Guide - pip documentation v21.1.dev0"](https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020). *pip.pypa.io*. Retrieved 2021-04-07. 46. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-46)** ["Package Security Manager (Cloud)"](https://docs.anaconda.com/psm-cloud/). 47. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-F_2016_47-0)** ["Conda – Conda documentation"](http://conda.pydata.org/docs/). Retrieved February 25, 2016. 48. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-G_2020_48-0)** ["What's the difference between Anaconda, conda, and Miniconda?"](https://bioconda.github.io/contributor/faqs.html#conda-anaconda-minconda). *FAQ - Bioconda documentation*. Retrieved 22 April 2020. 49. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-H_2018_49-0)** ["Miniconda"](https://web.archive.org/web/20180910152348/https://conda.io/docs/glossary.html#miniconda-glossary). *conda.io*. Archived from [the original](https://conda.io/docs/glossary.html#miniconda-glossary) on 2018-09-10. Retrieved 2018-07-11. 50. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-AnacondaRepo_50-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-AnacondaRepo_50-1) ["Anaconda repository"](https://anaconda.org/anaconda/repo). *anaconda.org*. 51. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-AnacondaCloud_51-0)** ["Anaconda Cloud"](https://anaconda.org/). *anaconda.org*. 52. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-L_2018_52-0)** ["Managing Python with conda"](https://web.archive.org/web/20180613160441/https://conda.io/docs/user-guide/tasks/manage-python.html). *conda.io*. Archived from [the original](https://conda.io/docs/user-guide/tasks/manage-python.html) on 2018-06-13. Retrieved 2018-06-13. 53. ^ [***a***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-LL_2024_53-0) [***b***](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-LL_2024_53-1) ["What application can I access using navigator?"](https://docs.anaconda.com/anaconda/navigator/#what-applications-can-i-access-using-navigator). *docs.anaconda.com*. 54. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-qtconsole_54-0)** ["The Qt Console for Jupyter"](https://qtconsole.readthedocs.io/en/latest/). *readthedocs.io*. 55. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-M_2013_55-0)** Lorica, Ben (March 24, 2013). ["Python data tools just keep getting better"](http://radar.oreilly.com/2013/03/python-data-tools-just-keep-getting-better.html). O'Reilly Radar. Retrieved October 30, 2014. 56. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-N_2018_56-0)** ["Miniconda"](https://web.archive.org/web/20180910152348/https://conda.io/docs/glossary.html#miniconda-glossary). *conda.io*. Archived from [the original](https://conda.io/docs/glossary.html#miniconda-glossary) on 2018-09-10. Retrieved 2018-06-13. 57. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-Mathur2018_57-0)** Mathur, Natasha (9 August 2018). ["Share projects and environment on Anaconda cloud \[Tutorial\]"](https://hub.packtpub.com/share-projects-and-environment-on-anaconda/). *Packt Hub*. 58. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-58)** <https://pypi.org/project/conda-build/> 59. **[^](https://en.wikipedia.org/wiki/Anaconda_\(Python_distribution\)#cite_ref-59)** ["Anaconda Assistant Launches to Bring Instant Data Analysis, Code Generation, and Insights to Users"](https://www.datanami.com/this-just-in/anaconda-assistant-launches-to-bring-instant-data-analysis-code-generation-and-insights-to-users/). *BigDATAwire*. Retrieved 2025-01-15. - [Official website](https://anaconda.com/) [![Edit this at Wikidata](https://upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/20px-OOjs_UI_icon_edit-ltr-progressive.svg.png)](https://www.wikidata.org/wiki/Q18209310#P856 "Edit this at Wikidata") - [Anaconda Cloud](https://anaconda.org/)
Shard152 (laksa)
Root Hash17790707453426894952
Unparsed URLorg,wikipedia!en,/wiki/Anaconda_(Python_distribution) s443