Skip to content

Instantly share code, notes, and snippets.

# singularity install ubuntu 14 desktop ISO
# http://singularity.lbl.gov/install-linux
# https://groups.google.com/a/lbl.gov/forum/#!forum/singularity
# get git
sudo apt-get install git
# install autogen dependencies
sudo apt-get install -y build-essential libtool autotools-dev automake autoconf libarchive-dev
@xie186
xie186 / bobp-python.md
Created December 9, 2016 19:12 — forked from sloria/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens