Oli Warner About Contact Oli on Twitter Subscribe

Python

Python isn’t always slower than C

Friday, 14 November 2014 python

If you asked developers to describe Python you might hear: easy, dynamic and slow; but a recent impromptu game of Code Golf showed me that Python can actually be pretty competitive, even against compiled languages like C and C++ when you use the right interpreter: Pypy.

Scraping websites with Python

Monday, 6 September 2010 python

How to extract data from sites without an API with just a few lines of Python and no regular expressions.