Posts tagged: python
Mar 02, 2013
A Path to Clojure (3 Mini Reviews)
My recommended path for learning Clojure.
Dec 11, 2012
Cleaning up Sublime Text 2 Recent Projects
The recent project list in Sublime Text 2 is handy, but easily polluted.
Jun 28, 2011
Python Dict: Unscientific benchmarks of lookup methods
Some mildly surprising speed differences for dict lookups.
Jun 23, 2011
Announcing Datatree
Introduction to my new library for creating structured documents (XML, JSON, YAML etc) in python.
Apr 27, 2011
Adding SASS to your Django Projects
A tutorial on using SASS within a django project.
Apr 23, 2011
Scala traits in Python
Implementing scala traits in python (sorta).
Mar 22, 2011
django-south migrate order
How the migration order in south is determined and how to make it sane.
Mar 16, 2011
Scenario testing with Python unittest
My take on parameterized unit testing.
Oct 22, 2010
Python Import Collisions
How I learned to stop worrying and love relative import paths.