Requests’ Two APIs

Kenneth Reitz’s excellent Requests library has been praised, rightfully, for its excellent API. In fact, its API is so good that it’s been praised in a literary context, as well as by almost every programmer who has come across it. There is no question that this API is one of the best you can find […]

Read More

OAuth Needs To Die In A Fire

As a personal project I’ve recently been looking into creating a small Twitter client in Objective-C/Cocoa. This is largely because I quite like Objective-C as a language and haven’t had the chance to write anything significant in it, but also partly because Twitter have made the news recently with their API nuttiness and I wanted […]

Read More

Git Yer Hooks In

Git, like all good source control systems, allows you to customise the behaviour of the SCM when certain actions occur. For lots of people in lots of projects it’s not vital to use these hooks, but from time-to-time you find yourself repeating the same commands time-and-again. In these scenarios, it is worth looking into setting […]

Read More

A Whistlestop Tour of Python Requests

Return to our regularly scheduled technical blogging, I’m going to give a quick overview of one of the software libraries I know best: Kenneth Reitz’s Requests library for the Python programming language. Since I started making minor (and I mean really minor) contributions to the library, I’ve become increasingly familiar with its use and utility, […]

Read More

Opalescent Olympics

Author’s Note: I’m taking a break from writing about tech to write about sports. Any readers who aren’t interested should wait until next week, when I sort-of-promise to write about the Python Requests library. Australian Opals enjoying their Bronze Medal victory. Image courtesy of London2012.com. The 2012 Summer Olympics are coming to a close. As […]

Read More

Things That Are Way Too Hard

When I went to university, I found myself studying Physics at the University of St Andrews in Scotland. This worked out very well for me: I can wholeheartedly and unreservedly recommend St Andrews as a place to study. The School of Physics is chock-full of great teachers and researchers, and my understanding is that the […]

Read More