NEW

Groupby script allows you to perform several actions like grouping records in reports, listing the uniq...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 356 June 7th, 2007 UTC |
|
NEW

Binary search in one line script is an implementation of the binary search algorithm in one line.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 322 June 7th, 2007 UTC |
|
NEW

Simple XOR keyword Encryption script shows a very simple keyword encryption algorithm.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.5/5) 799 June 7th, 2007 UTC |
|
NEW

Rating class with mapping interface script deals with items sorted by value and accessed by key or rati...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 316 June 7th, 2007 UTC |
|
NEW

Improved Gray Scale Quantization codes are used for the elimination of false contouring in images.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 954 June 7th, 2007 UTC |
|
NEW

Turing Machine Simulator allows an arbitrary machine to be loaded.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.1/5) 2,004 June 7th, 2007 UTC |
|
NEW

Maze generator can create 2D mazes and return their ASCII or HTML representation.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 2,053 June 7th, 2007 UTC |
|
NEW

Quantum Superposition script lets you treat python sets.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.3/5) 399 June 7th, 2007 UTC |
|
NEW

Breadth first traversal of tree script is an example of the self-recursive generators.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 1,295 June 7th, 2007 UTC |
|
NEW

Implementation of sets using sorted lists script shows you set operations using sorted lists as the und...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 377 June 7th, 2007 UTC |
|
NEW

High-performance currying with instance method script shows you a way to perform currying using instanc...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 387 June 7th, 2007 UTC |
|
NEW

Convex hull and diameter of 2d point sets script returns the convex hull and the diameter.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.3/5) 1,114 June 7th, 2007 UTC |
|
NEW

Infix~Postfix script is useful to convert an infix expression to postfix and vice-versa.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 1,684 June 7th, 2007 UTC |
|
NEW

Fisher Yates Shuffle script randomly shuffles elements of an array.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.6/5) 877 June 7th, 2007 UTC |
|
NEW

Generating combinations of objects script takes multiple sequences and creates a list.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.6/5) 421 June 7th, 2007 UTC |
|
NEW

Group a list into sequential n-tuples function returns a list of n-tuples from a single "flat"...;
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 332 June 7th, 2007 UTC |
|
NEW

Language detection using character trigrams is a class that can be used to compare blocks of text based...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 728 June 7th, 2007 UTC |
|
NEW

Permutation order indices script finds the indices used to get the elements from the list in sorted ord...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 321 June 7th, 2007 UTC |
|
NEW

Memoize Decorator with Timeout script will only cache results for a period of time, as compared to othe...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 339 June 7th, 2007 UTC |
|
NEW

Reduce dicts script introduces a function similar to the builtin reduce for reducing dictionaries.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 323 June 7th, 2007 UTC |
|
NEW

Storage for store information about prefixes script allows you to store information about domains deter...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.1/5) 356 June 7th, 2007 UTC |
|
NEW

Summary reports using itertools.groupby script produces a summary of the data, grouped by the given key
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 371 June 7th, 2007 UTC |
|
NEW

Two-pass Pairing Heap with Auxiliary List script allows you to manage data collections.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.1/5) 367 June 7th, 2007 UTC |
|
NEW

Type checked argument lists with decorators script shows you to use the new decorator feature of python...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 331 June 7th, 2007 UTC |
|
NEW

Criteria-based cascading priority queue module provides a simple criteria-based priority queue with &qu...;
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.4/5) 442 June 7th, 2007 UTC |
|
NEW

ClearModules script clears "sys.modules" of stale code without having to restart your server.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 327 June 7th, 2007 UTC |
|
NEW

Find the most frequent elements script returns a sorted list of the most common to least common element...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 416 June 7th, 2007 UTC |
|
NEW

Winnowing data with a heap script uses a heap for finding the best few out of several items.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 353 June 7th, 2007 UTC |
|
NEW

More accurate sum script contains a function that makes sums with error less than 1e-15.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Very Good (4.0/5) 353 June 7th, 2007 UTC |
|
NEW

Binary ordered tree script is a simple example demonstrating the construction of binary trees.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.5/5) 507 June 7th, 2007 UTC |
|
|