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,340 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,784 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) 1,118 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) 502 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) 419 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) 845 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) 394 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) 421 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) 390 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) 441 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) 448 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) 459 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) 417 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) 539 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) 427 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) 511 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) 451 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) 428 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) 595 June 7th, 2007 UTC |
|
NEW

Binary floating point arithmetic script achieves exactness by manipulating values stored as a long inte...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.8/5) 683 June 7th, 2007 UTC |
|
NEW

Binary floating point summation script eliminates completely rounding errors and loss of significance ...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Poor (1.5/5) 484 June 7th, 2007 UTC |
|
NEW

Frozen dictionaries script allows you to manage hashable dictionaries.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 422 June 7th, 2007 UTC |
|
NEW

Metropolis-Hastings Sampler code implements the Markov-Chain-Monte-Carlo algorithm to sample from arbi...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 1,462 June 7th, 2007 UTC |
|
NEW

Cache Handling Wrapper module helps you to avoid time consuming tasks of file processing.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 411 June 7th, 2007 UTC |
|
NEW

Generic vs. Specific Algorithms script presents two approaches to generate all combination of elements ...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 464 June 7th, 2007 UTC |
|
NEW

Rabin-Miller probabilistic prime test script includes a method for performing the Rabin-Miller probabil...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 2,014 June 7th, 2007 UTC |
|
NEW

Finding significant digits script shows you a method to find significant digits for any given number.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 567 June 7th, 2007 UTC |
|
NEW

Padding variable length sequences script returns a pad function that implements tuple unpacking.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.1/5) 423 June 7th, 2007 UTC |
|
NEW

Buffered Stream with Multiple Forward-Only Readers script provides a buffered stream that supports mult...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 502 June 7th, 2007 UTC |
|
NEW

Pseudo-random string to float conversion script converts strings to floats in the range [0, 1), using a...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 495 June 7th, 2007 UTC |
|
|