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 and use sphinx-bootstrap-theme on Ubuntu 14.04
Jul 7, 2014
In this post I will try out the sphinx-bootstrap-theme. As the name suggests, this project combines Sphinx, a Python documentation tool that generates html/pdf/etc from rst files, and bootstrap, a modern web framework from Twitter for generating responsive websites.
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.