About 15,800 results
Open links in new tab
  1. Downloads - Anaconda

    Download Anaconda Distribution Version | Release Date:Download For: High-Performance Distribution Easily install 1,000+ data science packages Package Management Manage packages ...

  2. Installing condaconda 26.5.3.dev25 documentation

    Anaconda Distribution is a full featured installer that comes with a suite of packages for data science, as well as Anaconda Navigator, a GUI application for working with conda environments.

  3. conda - anaconda | Anaconda.org

    2 days ago · Conda is an open source package management system and environment management system for installing multiple versions of software packages and their dependencies and switching …

  4. conda.org

    What is conda? Initially started as a multi-platform package management tool, the term "conda" has since evolved to encompass an entire open-source packaging ecosystem and philosophy.

  5. Python - Data Analysis - LibGuides at University of California San Diego

    May 13, 2026 · You can find Python packages on PyPI, the Python Package Index. If using the conda distribution of Python, many libraries come pre-installed. This tutorial covers the steps needed to …

  6. Conda commands for beginners. - San Diego Community College District

    Conda is very popular because it allows you to install packages beyond Python packages like pip does. You can specify the Python version as well which I also cover in this lesson.

  7. python - Removing Conda environment - Stack Overflow

    I want to remove a certain environment created with Conda. How can I achieve that? Let's say I have an active testenv environment. I tried, by following documentation, with: conda env remove Output:

  8. Mamba: The Fast Cross-Platform Package Manager - GitHub

    mamba is a reimplementation of the conda package manager in C++. parallel downloading of repository data and package files using multi-threading libsolv for much faster dependency solving, a state of …

  9. What is conda? - Anaconda

    Conda is an open-source package and environment manager. It installs software packages and manages isolated environments on your machine, preventing dependency conflicts between projects.

  10. Getting started with condaconda 26.5.2.dev23 documentation

    Conda is a powerful command line tool for package and environment management that runs on Windows, macOS, and Linux. This guide to getting started with conda goes over the basics of …