NEW

Finding the convex hull of a set of 2D points script calculates the convex hull of a set of 2D points a...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 830 June 7th, 2007 UTC |
|
NEW

Iterator Utilities script includes a collection of small utility functions for iterators.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 412 June 7th, 2007 UTC |
|
NEW

Finite State Machine (FSM) script shows a Finite State Machine (FSM) that can be used for small parsing...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 2,864 June 7th, 2007 UTC |
|
NEW

Stable deep sorting script implements a mechanism to ensure stability in the sort.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 473 June 7th, 2007 UTC |
|
NEW

Self-recursive generators script presents a generator having an infinite loop implemented in a few nume...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 420 June 7th, 2007 UTC |
|
NEW

Maximum cardinality matching in general graphs script implements Edmonds' blossom-contraction algo...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 842 June 7th, 2007 UTC |
|
NEW

Generator for integer partitions script uses an iterative procedure to deal with integer partitions.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.4/5) 681 June 7th, 2007 UTC |
|
NEW

Quick and easy FIFO queue class is an easy First-In-First-Out queue class based on Python's List d...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.4/5) 1,170 June 7th, 2007 UTC |
|
NEW

Merging two sorted iterators script is an extended example of generators in action.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 484 June 7th, 2007 UTC |
|
NEW

The Markov Chain Algorithm script implements a classic algorithm which can produce entertaining output.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 3,009 June 7th, 2007 UTC |
|
NEW

Generator for sequence operations script uses Python generators to create appropriate generator objects.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 401 June 7th, 2007 UTC |
|
NEW

Basic Linear Algebra Matrix script defines the Matrix class, an implementation of a linear algebra matr...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Very Good (4.1/5) 646 June 7th, 2007 UTC |
|
NEW

Symmetric data obfuscation using xor script can be conveniently used to obfuscate a string of data usi...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 926 June 7th, 2007 UTC |
|
NEW

Using a Dictionary in place of 'switch' statement script shows a clean way of implementing a...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.7/5) 377 June 7th, 2007 UTC |
|
NEW

Manipulating infinite lists script contains some useful functions which work on infinite lists.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.7/5) 423 June 7th, 2007 UTC |
|
NEW

Functional dictionary and list types module provides a dictionary and list type that can aid in relatio...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.7/5) 502 June 7th, 2007 UTC |
|
NEW

Octal Encryption script helps you to get the octal representation of text.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 514 June 7th, 2007 UTC |
|
NEW

Commafying an integer script comma separates thousands in an integer or float.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 491 June 7th, 2007 UTC |
|
NEW

List iterator with advance() and regress() script is an iterator for lists which allows one to advance ...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.4/5) 446 June 7th, 2007 UTC |
|
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) 441 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) 403 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) 907 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) 398 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) 1,329 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,322 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,348 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) 491 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,516 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) 448 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) 469 June 7th, 2007 UTC |
|
|