Python

Python isn’t always slower than C

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

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