NEW

Real Mixins code creates real mixed-in classes: it actually merges one class into another (c-python spe...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.5/5) 812 June 7th, 2007 UTC |
|
NEW

z_delegate script was written to emulate a flexible version of delegates from the C# language.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 945 June 7th, 2007 UTC |
|
NEW

Sized Dictionary script is a good demonstration of inheriting python default object types.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.3/5) 1,075 June 7th, 2007 UTC |
|
NEW

Container script allows you to use a generic attribute container, with printing and recursion protection.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 1,348 June 7th, 2007 UTC |
|
NEW

Clean implementation for Ordered Dictionary script allows you to record the order in which items are ad...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Very Good (4.2/5) 996 June 7th, 2007 UTC |
|
NEW

ExceptionContainer script is an Exception base-class that supports keyword arguments and printing.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 864 June 7th, 2007 UTC |
|
NEW

Automated swigging for creating C shared modules script contains a simple python function to automate u...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Linux / BSD Python Other Free / Open So... Good (3.5/5) 805 June 7th, 2007 UTC |
|
NEW

Import Modules/Discover methods script allows the user to import a series of python modules without &qu...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.7/5) 818 June 7th, 2007 UTC |
|
NEW

Simple Singleton script is an implementation of the singleton without using the __new__ class.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 977 June 7th, 2007 UTC |
|
NEW

Readable switch construction script duplicates C's original 'switch' functionality and s...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.3/5) 885 June 7th, 2007 UTC |
|
NEW

HLLAPI interface program interfaces the 3270 HLLAPI library of an Italian 3270 emulator using the ctype...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows Python Other Free / Open So... Fair (2.8/5) 2,133 June 7th, 2007 UTC |
|
NEW

Ordered Dictionary class extends UserDict to record the order in which items are added.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 863 June 7th, 2007 UTC |
|
NEW

CVS Validator script scans a freshly checked out CVS project for binary files that have not been checke...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 929 June 7th, 2007 UTC |
|
NEW

PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions during the execution of Python...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python LGPL Good (3.4/5) 776 June 7th, 2007 UTC |
|
NEW

Binary search and insert in Python script demonstrates a binary search through sorted data using bisect.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 1,365 June 7th, 2007 UTC |
|
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) 618 June 7th, 2007 UTC |
|
NEW

Python symbols is a toy module that shows a way to define symbols inside functions, using a decorator.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 800 June 7th, 2007 UTC |
|
NEW

RICHVALUE script enriches (return) values transparently with extra data.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Very Good (4.2/5) 483 June 7th, 2007 UTC |
|
NEW

Dictionary with attribute-style access script defines a dictionary with attribute-style access.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.1/5) 543 June 7th, 2007 UTC |
|
NEW

Quickslice decorator script defines a decorator that allows for an abbreviated slice syntax in function...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 1,329 June 7th, 2007 UTC |
|
NEW

FunctionDecorators script uses a function decorator to tell when and how a function should be logged.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 514 June 7th, 2007 UTC |
|
NEW

Load data in browser without using temp files script script displays the html files in the default web ...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.1/5) 706 June 7th, 2007 UTC |
|
NEW

Automatic argument type conversion script is a decorator that can be used to cast argument types automa...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.4/5) 570 June 7th, 2007 UTC |
|
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) 535 June 7th, 2007 UTC |
|
NEW

Simpler item retrieval using tupled subscripting script shows a small addition to the tuple, list, and ...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 490 June 7th, 2007 UTC |
|
NEW

SQL-like ORDER BY function for lists script contains a function that allows you to easily sort a list b...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 651 June 7th, 2007 UTC |
|
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) 505 June 7th, 2007 UTC |
|
NEW

Some python style switches script shows several ways of making a 'switch' in python.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 408 June 7th, 2007 UTC |
|
NEW

Dictionary Tools script shows you a collection of some dictionary tools.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 453 June 7th, 2007 UTC |
|
NEW

List Tools script presents you a collection of some useful list-related functions.
[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 |
|
|