Oli Warner About Contact Oli on Twitter Subscribe

python

Python isn’t always slower than C

Fri Nov 14 2014 00:00:00 GMT+0000 (Coordinated Universal Time)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

Mon Sep 06 2010 00:00:00 GMT+0000 (Coordinated Universal Time)python

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