31 Jan 11

A website for people who need to work with Excel files in Python

by mlb 15 years ago

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.

by mlb 15 years ago

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 :)

by piranha 15 years ago

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.

by wyclif 15 years ago