 |
Keyed Dictionary 1.1 |
| Keyed Dictionary object keeps a list of approved key values. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 56 |
|
| new | no screenshots |
 |
| June 7th, 12:33 GMT |
|
 |
Weakmethod Script 1.0 |
| Weakmethod Script is a decorator that introduces weakly-bound methods. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 38 |
|
| new | no screenshots |
 |
| June 7th, 12:32 GMT |
|
 |
Real Mixins 1.1 |
| Real Mixins code creates real mixed-in classes: it actually merges one class into another (c-python specific). |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 45 |
|
| new | no screenshots |
 |
| June 7th, 12:32 GMT |
|
 |
z_delegate 1.0 |
| z_delegate script was written to emulate a flexible version of delegates from the C# language. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 43 |
|
| new | no screenshots |
 |
| June 7th, 12:31 GMT |
|
 |
Sized Dictionary 1.1 |
| Sized Dictionary script is a good demonstration of inheriting python default object types. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 109 |
|
| new | no screenshots |
 |
| June 7th, 12:30 GMT |
|
 |
Container 1.0 |
| Container script allows you to use a generic attribute container, with printing and recursion protection. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 55 |
|
| new | no screenshots |
 |
| June 7th, 12:29 GMT |
|
 |
Clean implementation for Ordered Dictionary 1.0 |
| Clean implementation for Ordered Dictionary script allows you to record the order in which items are added to a dictionary. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 88 |
|
| new | no screenshots |
 |
| June 7th, 12:28 GMT |
|
 |
ExceptionContainer 1.0 |
| ExceptionContainer script is an Exception base-class that supports keyword arguments and printing. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 33 |
|
| new | no screenshots |
 |
| June 7th, 12:28 GMT |
|
|
|
| new | no screenshots |
 |
| June 7th, 12:27 GMT |
|
 |
Import Modules/Discover methods 1.1 |
| Import Modules/Discover methods script allows the user to import a series of python modules without "knowing" anything about those modules. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 45 |
|
| new | no screenshots |
 |
| June 7th, 12:26 GMT |
|
 |
Simple Singleton 1.0 |
| Simple Singleton script is an implementation of the singleton without using the __new__ class. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 57 |
|
| new | no screenshots |
 |
| June 7th, 12:26 GMT |
|
 |
Readable switch construction 1.7 |
| Readable switch construction script duplicates C's original 'switch' functionality and structure with reasonable accuracy. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 48 |
|
| new | no screenshots |
 |
| June 7th, 12:26 GMT |
|
 |
HLLAPI interface 1.2 |
| HLLAPI interface program interfaces the 3270 HLLAPI library of an Italian 3270 emulator using the ctypes library. |
| Windows | Python | Rating: Fair | Downloads: 143 |
|
| new | no screenshots |
 |
| June 7th, 12:25 GMT |
|
 |
Ordered Dictionary 1.2 |
| Ordered Dictionary class extends UserDict to record the order in which items are added. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Very Good | Downloads: 31 |
|
| new | no screenshots |
 |
| June 7th, 12:25 GMT |
|
 |
CVS Validator 0.1.0 |
| CVS Validator script scans a freshly checked out CVS project for binary files that have not been checked-in correctly. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Very Good | Downloads: 46 |
|
| new | no screenshots |
 |
| June 7th, 12:24 GMT |
|
 |
PyCrash 0.4pre3 |
| PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions during the execution of Python programs. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 49 |
|
| new | no screenshots |
 |
| June 7th, 12:22 GMT |
|
 |
Pyrex 0.9.5 |
| Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 143 |
|
| new | no screenshots |
 |
| June 7th, 12:21 GMT |
|
 |
Binary search and insert in Python 1.2 |
| Binary search and insert in Python script demonstrates a binary search through sorted data using bisect. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 87 |
|
| new | no screenshots |
 |
| June 7th, 12:17 GMT |
|
 |
Named Tuples 1.9 |
| Named Tuples script allows you a fast, lightweight attribute-style access to tuples. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 50 |
|
| new | no screenshots |
 |
| June 7th, 12:16 GMT |
|
 |
Python symbols 1.0 |
| Python symbols is a toy module that shows a way to define symbols inside functions, using a decorator. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 79 |
|
| new | no screenshots |
 |
| June 7th, 12:13 GMT |
|
 |
RICHVALUE 1.2 |
| RICHVALUE script enriches (return) values transparently with extra data. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 32 |
|
| new | no screenshots |
 |
| June 7th, 12:13 GMT |
|
 |
Dictionary with attribute-style access 1.0 |
| Dictionary with attribute-style access script defines a dictionary with attribute-style access. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 23 |
|
| new | no screenshots |
 |
| June 7th, 12:12 GMT |
|
 |
Quickslice decorator 1.3 |
| Quickslice decorator script defines a decorator that allows for an abbreviated slice syntax in function arguments: {start:end}. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 58 |
|
| new | no screenshots |
 |
| June 7th, 12:11 GMT |
|
 |
FunctionDecorators 1.1 |
| FunctionDecorators script uses a function decorator to tell when and how a function should be logged. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 55 |
|
| new | no screenshots |
 |
| June 7th, 12:11 GMT |
|
 |
Load data in browser without using temp files 1.2 |
| Load data in browser without using temp files script script displays the html files in the default web browser without creating a temp file. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 87 |
|
| new | no screenshots |
 |
| June 7th, 12:10 GMT |
|
 |
Automatic argument type conversion 1.3 |
| Automatic argument type conversion script is a decorator that can be used to cast argument types automatically. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 43 |
|
| new | no screenshots |
 |
| June 7th, 12:10 GMT |
|
 |
Flexible enumerate() 1.1 |
| Flexible enumerate() script adds an additional start argument to the built-in enumerate function. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 38 |
|
| new | no screenshots |
 |
| June 7th, 12:09 GMT |
|
 |
Simpler item retrieval using tupled subscripting 1.1 |
| Simpler item retrieval using tupled subscripting script shows a small addition to the tuple, list, and dictionary classes to allow for a simpler way to retrieve a number of independent items. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 38 |
|
| new | no screenshots |
 |
| June 7th, 12:09 GMT |
|
 |
SQL-like ORDER BY function for lists 1.0 |
| SQL-like ORDER BY function for lists script contains a function that allows you to easily sort a list by multiple columns in ascending and descending order. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 70 |
|
| new | no screenshots |
 |
| June 7th, 12:08 GMT |
|
 |
Merge sorted sequences 1.1 |
| Merge sorted sequences script concatenates the sequences and runs a sort. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: NOT RATED | Downloads: 43 |
|
| new | no screenshots |
 |
| June 7th, 12:07 GMT |
|