March 10, 2017
With Python, it's very easy to write generic plugins for collectd. Here's a tutorial on how to measure the Raspberry Pi CPU temperature using such a plugin.
February 18, 2016
How to override the default arguments of a function.
March 30, 2015
How to do proper release tracking on Opbeat with Ansible.
March 24, 2015
How to create proper initial data migrations for django-oscar.
February 19, 2015
How to solve an ImproperlyConfigured exception in Django Rest Framework related to improper use of the SerializerMethodField.
October 30, 2014
How to migrate from django-social-auth to python-social-auth.
September 08, 2014
How to run pytest with cProfile.
May 06, 2014
Playing around with the Micropython board: First simple scripts.
February 12, 2014
An analysis of the "endless-chain-of-tweets" meme that became viral on Twitter this week.
December 21, 2013
Tangible is a Python library to convert data into tangible 3D models.
November 10, 2013
How to get the current Bitcoin price from MtGox using Python.
September 26, 2013
How to plot registered Django users using matplotlib.
June 18, 2013
I created a buildpack that brings support for Numpy, Scipy and Scikit-learn to Heroku.
May 27, 2013
How to use Jedi with the YouCompleteMe library.
May 10, 2013
Python 3.4 will introduce a builtin enumeration type. But you can already start using it right now.
April 26, 2013
Version 1.3 of pip makes it possible to list outdated packages.
March 26, 2013
How to create a simple perceptron using Python and NumPy.
October 23, 2012
Recompile Vim with Python and Ruby support under Arch Linux.
September 18, 2012
A short virtualenv quickstart guide.
June 11, 2012
I just replaced Wordpress with rstblog.
November 18, 2010
If you want to use Python's easy_install, you need to install an additional package …