31 Jan 11
A website for people who need to work with Excel files in Python
26 Jan 11
The matplotlib basemap toolkit is a library for plotting 2D data on maps in Python. It is similar in functionality to the matlab mapping toolbox, the IDL mapping facilities, GrADS, or the Generic Mapping Tools. PyNGL and CDAT are other libraries that provide similar capabilities in Python. Basemap does not do any plotting on it’s own, but provides the facilities to transform coordinates to one of 23 different map projections (using the PROJ.4 C library). Matplotlib is then used to plot contours, images, vectors, lines or points in the transformed coordinates. Shoreline, river and political boundary datasets (from Generic Mapping Tools) are provided, along with methods for plotting them. The GEOS library is used internally to clip the coastline and polticial boundary features to the desired map projection region.
24 Jan 11
Lettuce is a very simple BDD tool based on the Cucumber, which currently has many more features than Lettuce. Lettuce aims the most common tasks on BDD and it focus specially on those that make BDD so fun :)
22 Jan 11
21 Jan 11
05 Jan 11
23 Dec 10
22 Dec 10
21 Dec 10
Although users usually think of Python as a procedural and object-oriented language, it actually contains everything you need for a completely functional approach to programming. This article discusses general concepts of functional programming, and illustrates ways of implementing functional techniques in Python.