Total programs: 29 | Go to developer site
update

Spreadsheet script uses eval() to drive spreadsheet style logic.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 617 June 16th, 2007 GMT |
|
NEW

Named Tuples script allows you a fast, lightweight attribute-style access to tuples.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 621 June 7th, 2007 GMT |
|
NEW

Flexible enumerate() script adds an additional start argument to the built-in enumerate function.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.8/5) 538 June 7th, 2007 GMT |
|
NEW

Merge sorted sequences script concatenates the sequences and runs a sort.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.2/5) 510 June 7th, 2007 GMT |
|
NEW

LRU cache decorator script adds caching to functions with hashable arguments and no keyword arguments.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.8/5) 511 June 7th, 2007 GMT |
|
NEW

How to Set Environment Variables script writes the environment variables using a batch file wrapper.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows Python Other Free / Open So... Good (3.2/5) 503 June 7th, 2007 GMT |
|
NEW

Decorator for BindingConstants at compile time script is a decorator for automatic code optimization.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 445 June 7th, 2007 GMT |
|
NEW

Dictionary Mixin / Framework script makes it easy to provide a full dictionary interface to a class def...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 418 June 7th, 2007 GMT |
|
NEW

Chained map lookups script encapsulates lookups into a series of namespaces.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 435 June 7th, 2007 GMT |
|
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) 442 June 7th, 2007 GMT |
|
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) 450 June 7th, 2007 GMT |
|
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) 461 June 7th, 2007 GMT |
|
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) 516 June 7th, 2007 GMT |
|
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) 686 June 7th, 2007 GMT |
|
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) 487 June 7th, 2007 GMT |
|
NEW

Data Mining with Neural Nets script uses the IAC (interactive-competition-and-activation) model to anal...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.9/5) 490 June 7th, 2007 GMT |
|
NEW

Game theory payoff matrix solver script computes the strategy oddments for two-player zero-sum games of...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 4,480 June 6th, 2007 GMT |
|
NEW

Mastermind-style code-breaking script is a framework for experimenting with guessing strategies in Mast...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 1,400 June 6th, 2007 GMT |
|
NEW

Iterator Merge script merges multiple sorted inputs into a single sorted output.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 415 June 6th, 2007 GMT |
|
NEW

Simplified string substitution script replaces %(name)s style formatting with [name] style formatting.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 393 June 4th, 2007 GMT |
|
NEW

Chomsky random text generator script creates believable Chomsky style obfuscated prose.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 1,450 June 4th, 2007 GMT |
|
NEW

DBF reader and writer script helps you to manage DBF files.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Freeware Good (3.8/5) 17,409 May 18th, 2007 GMT |
|
NEW

XML Directory Tree demonstrates how to use xml.dom.minidom to rapidly construct nested XML.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Very Good (4.0/5) 417 March 2nd, 2007 GMT |
|
NEW

ElementTree Text Helper script solves the "tail-problem" for prose-oriented XML.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Excellent (5.0/5) 383 March 2nd, 2007 GMT |
|
NEW

Parameterized database functions cript runs parameterized map, filter, reduce, and extract functions on...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Freeware Fair (2.7/5) 445 March 1st, 2007 GMT |
|
NEW

Floating Point Simulator class readily reproduces textbook examples and provides immediate demonstratio...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 771 February 16th, 2007 GMT |
|
NEW

Deque collection class uses a dictionary as the underlying data structure for the deque.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 567 February 15th, 2007 GMT |
|
NEW

Bag collection class script implements Smalltalk's bag class.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Very Good (4.0/5) 555 February 15th, 2007 GMT |
|
NEW

Poker hand primitives script handles logic for detecting straights and groups of repeats in the presenc...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 816 February 15th, 2007 GMT |
|
|