Using Anaconda to Embrace Python 3 And Support Python 2

The data science community received a special delivery in December with the release of Python 3.6. At the time, I had a conversation with The New Stack to discuss what’s new with this release, and why we at Continuum see 2017 as the year that Python 3 is beginning to dominate the data science landscape, […]

Conda’s New Noarch Packages

Beginning with conda version 4.3 and conda-build 2.1, two new types of noarch packages are supported. Noarch Python packages cut down on the overhead of …

Productionizing and Deploying Data Science Projects

An end-to-end data science workflow includes stages for data preparation, exploratory analysis, predictive modeling, and sharing/dissemination of the results. At the final stages of the workflow, or even during intermediate stages, data scientists within an organization need to be able to deploy and share the results of their work for other users (both internal analysts […]

Anaconda Easy Button – Microsoft SQL Server and Python

Previously there were many twisty roads that you may have followed if you wanted to use Python on a client system to connect to a Microsoft SQL Server database, and not all of those roads would even get you to your destination. With the news that Microsoft SQL Server 2017 has increased support for Python, […]

Open Data Science is a Team Sport

As every March Madness fan knows, athletic talent and coaching are key, but it’s how they come together as a unit that determines a team’s su…

The Conda Configuration Engine for Power Users

Released last fall, conda 4.2 brought with it configuration superpowers. The capabilities are extensive, and they’re designed with conda power users, devops engineers, and sysadmins in mind. Configuration information comes from four basic sources: hard-coded defaults, configuration files, environment variables, and command-line arguments. Each time a conda process initializes, an operating context is built that […]