Visualizing Sales Data in Python with Matplotlib
In our last post we interpreted a data set with pandas to gain some insights from it. In this post, we will do the same, but instead of interpreting the […]
Turbocharge WordPress With Docker
If you’ve ever dealt with WordPress, you’ve probably noticed that it’s not the fastest software out of the box. This is not inherently a problem with WordPress, as it is […]
Using Pandas to Analyze Sales Data
Now that we know how the data science process works, let’s leverage some of it and try to find insights into some data. We’ll be using pandas, a popular data […]
Creating a Temporary Visual Studio Environment
Sometimes you will find that you need a cloud environment for working on a project. In some cases, you need the environment to perform a task that would take too […]
Data Science and the Data Science Process
Before we get into the fun part of working with data, let’s break down how data science involves more than just statistics, why it’s becoming more important, and the data […]
DevOps: Connecting VSTS to Azure
DevOps is about increasing efficiency and eliminating barriers. There’s a lot of convenience in deploying directly from Visual Studio Team Services into the Azure cloud. With plugin based build and […]
How to Avoid a Docker Database Disaster
Containers are cool – and everyone and their mother is trying to get on board with them. While many applications are natural fit for containers in many cases, it feels […]
Data Science with Python in Visual Studio

Yep, you read that right. Visual Studio isn’t the first thing you think of when you hear “data science”, but that may just change soon. In Visual Studio 2017 they have […]
DevOps and Docker: Creating Automated Builds with GitHub, Docker Hub, and WebHooks
The GitHub repo used in this article can be found here. One of the lesser known features of Docker is its ability to do cloud builds based on WebHooks from […]