sandbox
This is my current blog where I discuss a variety of computing topics including Linux, vim, python and javascript as well as science and statistics. Many of the posts have accompanying gists, which contain code for the example discussed.
Install oauth2 Python package on Ubuntu 14.04
Jul 2, 2014
The first assignment for Coursera's Introduction to Data Science focuses on sentiment analysis of twitter data. To do this the oauth2_ package needs to be installed. Following the style outlined in a previous post, I will use pip to install the package as a user.
Ubuntu VPS setup at digitalocean
Jun 27, 2014
This blog is hosted on an Ubuntu 14.04 VPS at digitalocean. This post is mainly a reminder for me of the tutorials I used to set things up, however you might find it a helpful guide as well.
Installing Octave on Ubuntu 14.04
Jun 20, 2014
I'm taking Andrew Ng's machine learning class at Coursera that started June 17, 2014. In the Silicon Valley tech world, this seems to be the online course that many people recommend for machine learning. The course is taught using Octave or Matlab. I'll use Octave because I'm on Ubuntu and Octave is a Gnu project.
Install Python packages on Ubuntu 14.04
Jun 4, 2014
In this post I will document my setup of Python 2.7.6 in Ubuntu 14.04. Of course, the base Python is installed by default, but both Python 2.7.6 and Python 3.4 are available.
Install vanilla LaTeX on Ubuntu 14.04
Jun 2, 2014
In this post I will go through a vanilla installation of Tex Live-- you may not want to do this. I'm choosing this installation method because of the ability to stay current with LaTeX updates and greater flexibility. However, for most people I would suggest installing the LaTeX setup in Ubuntu 14.04 repositories-- search for texlive-full
.