Welcome to the world PyScript

– pandas One of the main reasons I joined Anaconda was the company’s commitment to the data science and Python communities by creating tools that enable people to do more with less. Here is a project we’ve been working on at Anaconda, and we hope it will take another significant step toward making programming and […]

How Anaconda Is Rallying to Protect Commercial Users From Cybersecurity Threats

“You have the power, the capacity, and the responsibility to strengthen the cybersecurity and resilience of the critical services and technologies on which Americans rely. We need everyone to do their part to meet one of the defining threats of our time—your vigilance and urgency today can prevent or mitigate attacks tomorrow.” So says President […]

SBOMs at Anaconda

Last fall, Anaconda launched a collaboration with Microsoft to create Software Bills of Material (SBOMs) for all packages in the “defaults” channels of our repository. We are excited to announce that we have achieved this goal and to share why and how we did it. What are SBOMs and what value do they provide? Following the discovery […]

Anaconda “Editions” Repositioned as Feature-Additive Enterprise Product Suite

Here at Anaconda, we’re constantly innovating—and our drive to improve the capabilities of our product is matched by our drive to improve the way we offer said product to our community. As such, we are pleased to announce that Anaconda has moved to a tier-based product model. With this approach, each new tier of the […]

A Faster Solver for Conda: Libmamba

conda 22.11 update: The libmamba solver’s experimental flag has been removed. To use the new solver, update conda in your base environment: conda update -n base conda conda update -n base conda To install and set the new solver, run the following commands: conda install -n base conda-libmamba-solver<br /><br /> conda config –set solver libmamba […]