blog.dbrgn.ch
Jun 18, 2013

Heroku Buildpack for Numpy, Scipy and Scikit-Learn

I created a buildpack that brings support for Numpy, Scipy and Scikit-learn to Heroku.

May 27, 2013

Using Jedi with YouCompleteMe

How to use Jedi with the YouCompleteMe library.

May 25, 2013

PHP-FPM and Nginx Upstream Configuration

Current versions of php5-fpm from dotdeb listen on a unix domain socket by default, instead of using port 9000.

May 16, 2013

ufw – A Simple iptables Frontend

ufw is a very easy way to configure your firewall rules, without writing iptables scripts.

May 10, 2013

Enums in Python

Python 3.4 will introduce a builtin enumeration type. But you can already start using it right now.

Apr 26, 2013

List Outdated Dependencies with Pip

Version 1.3 of pip makes it possible to list outdated packages.

Mar 27, 2013

Testing Dajaxice Views in Django

How to test Dajaxice views using the Django test client.

Mar 26, 2013

Programming a Perceptron in Python

How to create a simple perceptron using Python and NumPy.

Mar 8, 2013

d3.js and X-Requested-With

How to make AJAX detection used by Django and Flask work with d3.js.

Feb 7, 2013