Going Back-End-Less With PyScript

When I was working as developer advocate at Read the Docs, one of the major themes we observed after talking to many scientific users was friction when w…
Podcast: From Enthusiastic User to pandas Maintainer

Show Notes On this episode of Numerically Speaking: The Anaconda Podcast, host Peter Wang welcomes pandas maintainer Jeff Reback, Managing Director at Two Sigma. Jeff began his career on Wall Street in the 1990’s and used Perl for a long time. He developed an interest in Python in the 2000’s. He was then quickly drawn to pandas and began to […]
Focus on Open-Source Security This Cybersecurity Awareness Month

The explosion of open-source software (OSS) in the enterprise prompts a re-examining of the tools and processes that secure the technology critical to mo…
Propelling Python Into the Next Decade: Anaconda’s OSS Vision

This year marks Anaconda’s 10th anniversary, and we’ve been taking time to reflect on all we’ve accomplished as a company and as part of the Python open-source development community—and to think about where we are going from here. There is still so much to do, and in this blog post I’ll try to provide a […]
My Open-Source Journey From Graduation to Maintainership

This could be you! Click here to submit an abstract for our Maker Blog Series.
There’s No Wrong Way to Become a Software Engineer: Part 1

Check out part 2 of our “There’s No Wrong Way to Become a Software Engineer” series.
FOSS Fridays at Anaconda

Anaconda is an important part of the Open Source ecosystem. A significant percentage of our team contributes full-time to open-source projects, but it is a passion for most of the organization. What are FOSS Fridays The idea is to take a break from normal teamwork to contribute to any open-source project that we would like […]
Making Data, Models, and Analytics Awesome

This could be you! Click here to submit an abstract for our Maker Blog Series.
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 […]
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 […]