Setting Up a Data Science Development Environment with Python and Jupyter
This post walks through the configuration of a basic local development environment for data science work with Python and Jupyter. No prior system configuration is assumed.
Programming posts that (typically) halt.
This post walks through the configuration of a basic local development environment for data science work with Python and Jupyter. No prior system configuration is assumed.
This post walks through all of the steps necessary to setup a minimally-intrusive local development environment for interaction with AWS via the AWS CLI and subsequently use this setup to provision an EC2 compute instance from a custom AMI.
This post is a super quick-and-dirty look at how to run a local PostgreSQL instance with Docker. For some reason the documentation provided on the page for the image never works for me, so this is primarily to remind myself how I finally got the process to work.
This tutorial is a quick-and-dirty walkthrough of spinning up an EC2 instance for remote development on the BusTub database management system.
This post walks through running your first pods on a local Kubernetes cluster deployed via minikube
. This tutorial follow the outline of the official tutorial.