Sorting big files Icon

Sorting big files

This recipe can be used to sort big files according to a key

Sorting big filesOverview

This recipe can be used to sort big files (much bigger than the available RAM) according to a key. The sort is guaranteed to be stable on Python 2.3.

NEW

Fixed some bugs.

Sorting big filesInformation

Version
1.5
Date
04.22.10
License
Language
English
File Size
N/A
Category
SubCategory
Operating Systems
Windows ,Linux,Mac OS,BSD,Solaris
System Requirements
No additional system requirements.
Read tabular data from Excel spreadsheets Icon
Read tabular data from Excel spreadsheets script reads data from spreadsheet.
Free
Thread-safe caching object and HTTP implementation Icon
Implementation of an abstract, thread-safe cache with minimal locking.
An interval mapping data structure Icon
This structure is a kind of dictionary which allows you to map data intervals
Asynchronous port forwarding Icon
This forward the TCP traffic from your machine to another host
More
Principal Component Analysis (PCA) Icon
A class that carries out Principal Component Analysis (PCA).
Free
getch() Icon
A small utility class to read single characters from standard input
Album Track List Generator Icon
Album Track List Generator allows you to extract artist, album title and track t
Free
Dendrogram drawing Icon
This recipe draws a dendrogram (horizontal format used for evolutionary trees)
Disk Dumper Icon
This recipe will display a hex dump of the disk specified on the command line.
Complex Boolean Regular Expression Class Icon
Need to look for the occurence of words in a string or group of words
Free
Display an Image from a specified file Icon
Reads an image file from the filename specified as the 1st parameter
Free
Quickslice decorator Icon
Quickslice decorator script defines a decorator that allows for an abbreviated
Free
More