Skip to content

Instantly share code, notes, and snippets.

View czyzykowski's full-sized avatar

Łukasz Czyżykowski czyzykowski

View GitHub Profile
@czyzykowski
czyzykowski / about.md
Last active December 16, 2015 12:19 — forked from basus/about.md

Programming Achievements: How to Level Up as a Developer

  1. Select a particular experience to pursue.
  2. Pursue that experience to completion. (Achievement unlocked!)
  3. Reflect on that experience. Really soak it in. Maybe a blog post would be in order?
  4. Return to Step 1, this time selecting a new experience.

This gist is a fork of this other gist which is itself a fork of a gist from this blog post.

# These instructions work for OS X 10.8.2 with homebrew pre-installed.
brew install python --framework
brew install gfortran
# install other dependencies through pip:
pip install numpy
# the regular pip build for matplotlib is b0rken, and it can't find the built-in libraries for OSX
export LDFLAGS="-L/usr/X11/lib"
@czyzykowski
czyzykowski / about.md
Created August 9, 2011 15:13 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer