NEW

Rich Comparison Mixin script implements the full suite of rich comparison operators if __cmp__ is defin...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.2/5) 437 June 7th, 2007 UTC |
|
NEW

Right method names suggestion script uses __getattr__ to modify the error messages given when a wrong c...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.5/5) 412 June 7th, 2007 UTC |
|
NEW

A simple date class script can be used by anyone who wants a date object for a program.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 522 June 7th, 2007 UTC |
|
NEW

A lazy, memoized attribute space class allows a function to be evaluated only when needed, and the retu...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 541 June 7th, 2007 UTC |
|
NEW

Metaclass Class Policies code implements the policy design pattern in Python by using metaclasses and m...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.3/5) 431 June 7th, 2007 UTC |
|
NEW

Another Singleton Implementation script creates a unique instance of classes that uses Singleton as the...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Excellent (4.8/5) 446 June 7th, 2007 UTC |
|
NEW

Priority queue script allows specification of the relative order of the data.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 438 June 7th, 2007 UTC |
|
NEW

random 3 CNF problem generator script returns a randomly generated 3-CNF sentence composed of clauses i...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.7/5) 806 June 7th, 2007 UTC |
|
NEW

Ring buffer script is useful for the storage of log information.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 1,204 June 7th, 2007 UTC |
|
NEW

Round-Robin Pairings Generator script is an implementation of a round-robin algorithm for "fair&qu...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 3,281 June 7th, 2007 UTC |
|
NEW

RPN Stack class is an example of how to write a stack and how to implement it into an RPN calculator.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 592 June 7th, 2007 UTC |
|
NEW

Simple tests using Exceptions script provides a way of performing simple tests.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 410 June 7th, 2007 UTC |
|
NEW

unzip script defines a function that represents the opposite of the zip function used for string operat...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 972 June 7th, 2007 UTC |
|
NEW

Using time "slices" to categorize events by period script breaks all of time up into "sl...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 393 June 7th, 2007 UTC |
|
NEW

SMAWK totally monotone matrix searching algorithm takes as input a function for computing matrix values...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 733 June 7th, 2007 UTC |
|
NEW

LZ77 compression script allows you to compress blocks having the size of maximum 256 bytes.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 2,911 June 7th, 2007 UTC |
|
NEW

Boyer-Moore-Horspool string searching script implements a string searching algorithm based upon Boyer-M...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 1,314 June 7th, 2007 UTC |
|
NEW

Numeric base converter is a traditional base converter with the twist that it accepts any strings as th...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 654 June 7th, 2007 UTC |
|
NEW

Fifo as single linked lists script creates a container, which only allows element insertion and removal.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 776 June 7th, 2007 UTC |
|
NEW

Measurement values of known percentual error script defines a class using the error propagation formula...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 416 June 7th, 2007 UTC |
|
NEW

Permutations using generators script defines permIter() function that takes a sequence and returns an i...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 487 June 7th, 2007 UTC |
|
NEW

Repeating alternator script is a generator for cycling over a set of values.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Poor (1.9/5) 512 June 7th, 2007 UTC |
|
NEW

Intersection and union of varied form tuples/lists script implements two methods to return the intersec...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 548 June 7th, 2007 UTC |
|
NEW

Lazy streams using generators class allows you to use generators as more list-like streams.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 431 June 7th, 2007 UTC |
|
NEW

Anagram Fetcher script provides you code for fetching Anagrams out of any given file that contains words.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 657 June 7th, 2007 UTC |
|
update

Numerical inversion of Laplace transforms script implements an algorithm to numerically invert function...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 1,758 June 7th, 2007 UTC |
|
NEW

Getting th permutation of a sequence script returns the th permutation of the sequence (always as a lis...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.7/5) 497 June 7th, 2007 UTC |
|
NEW

Reverse a string script allows you to reverse a string.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.2/5) 673 June 7th, 2007 UTC |
|
update

Hopcroft-Karp bipartite matching script takes as input a bipartite graph, and outputs both a maximum ma...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 3,093 June 7th, 2007 UTC |
|
NEW

Matrix vector multiplication script shows how a matrix vector multiplication can be reduced to a single...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 813 June 7th, 2007 UTC |
|
|