zsh — alex@blog
alex@blog:~$ ./welcome.sh
alex@blog:~$ ls -la
alex@blog:~/posts$ grep -l "python" *.md

# Posts tagged: python

Taming Your Dev Chaos with direnv, .env, and .envrc (Plus a Sneak Peek at mise-en-place)

Stop manually juggling env vars like a clown — learn how direnv auto-magically handles your dev environments with .env and .envrc files....

Access Google Spreadsheets using gspread and OAuth2Client

How to access Google spreadsheets using the Python module gspread and the OAuth2Client authorization system.

Install Bokeh from sources

A short guide to install Bokeh from sources in a virtualenv on Ubuntu 14.04

Installing common Python data analysis tools in virtualenv

Installing Python data analysis tools

Compile Numpy and Scipy against Intel MKL

Numpy and Scipy on Intel MKL

How to create virtualenvs with Virtualenvwrapper

Create virtualenvs with virtualenvwrapper