 |
Fuzzy matching dictionary |
| Fuzzy matching dictionary script is an ease of use subclass of dict - rather then one that uses a lot of dict features. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 123 |
|
| new | no screenshots |
 |
| February 23rd, 16:02 GMT |
|
 |
Exception-based Switch-Case |
| Exception-based Switch-Case script presents you another way to emulate a switch-case statement. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 38 |
|
| new | no screenshots |
 |
| February 23rd, 15:11 GMT |
|
 |
Expanded dictionary inversion |
| Expanded dictionary inversion script contains functions that invert different types of dictionaries with mixed data types as values. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 42 |
|
| new | no screenshots |
 |
| February 23rd, 13:53 GMT |
|
 |
Functional exception handling |
| Functional exception handling script presents a simple functional approach to work with exceptions and finalizations. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 76 |
|
| new | no screenshots |
 |
| February 23rd, 13:50 GMT |
|
 |
Example For winreg |
| Example For winreg script is an example of how to use the winreg module. |
| Windows | Python | Rating: Good | Downloads: 217 |
|
| new | no screenshots |
 |
| February 23rd, 13:45 GMT |
|
 |
Method call when exit "with" statement |
| Method call when exit "with" statement script allows the user to specify a method on the passed-in object to be called when the 'with' statement is exited. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 67 |
|
| new | no screenshots |
 |
| February 23rd, 13:36 GMT |
|
 |
Extensible object to XML converter |
| Extensible object to XML converter function generates XML for any Python object through recursive functions. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Very Good | Downloads: 49 |
|
| new | no screenshots |
 |
| February 23rd, 09:15 GMT |
|
 |
Remote control with telnetlib |
| Remote control with telnetlib script sends commands to one or more logins using Python's standard telnetlib module. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 154 |
|
| new | no screenshots |
 |
| February 23rd, 08:48 GMT |
|
 |
Constant Object Passing |
| Constant Object Passing script shows you how to pass objects as "constant" (immutable) in python. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 33 |
|
| new | no screenshots |
 |
| February 23rd, 08:22 GMT |
|
 |
Apache Client Cache-rate Calculator |
| Apache Client Cache-rate Calculator script contains a function to calculate the percent of requests that were "refused" by Apache server due to the clients ability to read the file from their cache instead. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 87 |
|
| new | no screenshots |
 |
| February 23rd, 08:08 GMT |
|
 |
Dynamically change the Python system path |
| Dynamically change the Python system path script contains a function that adds the specified path to the Python system path if it is not already there. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 40 |
|
| new | no screenshots |
 |
| February 23rd, 07:49 GMT |
|
 |
Directory Size Lister for Windows |
| Directory Size Lister for Windows script lists the summed size of a directory (or set of directories) without the GUI. |
| Windows | Python | Rating: Good | Downloads: 276 |
|
| new | no screenshots |
 |
| February 22nd, 16:05 GMT |
|
 |
Windows registry |
| Windows registry script allows you to store some data for your progam in the windows registry. |
| Windows | Python | Rating: Fair | Downloads: 129 |
|
| new | no screenshots |
 |
| February 22nd, 15:37 GMT |
|
 |
Dependable URL startfile (Windows) |
| Dependable URL startfile (Windows) script provides a dependable function for opening a URL. |
| Windows | Python | Rating: Fair | Downloads: 70 |
|
| new | no screenshots |
 |
| February 22nd, 13:27 GMT |
|
 |
Human readable 'random' password |
| Human readable 'random' password script allows you to generate a password in the form 'word'+digits+'word'. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 74 |
|
| new | no screenshots |
 |
| February 22nd, 11:33 GMT |
|
 |
Win32 process information |
| Win32 process information script contains a function that will return a list of tuples of process names and ids. |
| Windows | Python | Rating: Fair | Downloads: 116 |
|
| new | no screenshots |
 |
| February 22nd, 10:52 GMT |
|
 |
Formats current exception with stack trace |
| Formats current exception with stack trace script provides functions for formatting exceptions and stack traces. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 48 |
|
| new | no screenshots |
 |
| February 22nd, 10:41 GMT |
|
 |
Importer-specific module initialization |
| Importer-specific module initialization script is a function that placed inside a module X, allows you to initialize module X according to the module (properties) that is importing X. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 60 |
|
| new | no screenshots |
 |
| February 22nd, 10:28 GMT |
|
 |
Get system/language dependent paths on windows |
| Get system/language dependent paths on windows module provides a few functions to retrieve the path names of some windows system directories from the registry and the environment. |
| Windows | Python | Rating: Fair | Downloads: 43 |
|
| new | no screenshots |
 |
| February 22nd, 10:21 GMT |
|
|
|
| new | no screenshots |
 |
| February 16th, 16:01 GMT |
|
 |
Function composition |
| Function composition script contains two classes that show two styles of function composition. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 83 |
|
| new | no screenshots |
 |
| February 16th, 15:46 GMT |
|
 |
Sieve of Eratosthenes |
| Sieve of Eratosthenes script computes an infinite sequence of primes using simple generators. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 215 |
|
| new | no screenshots |
 |
| February 16th, 15:26 GMT |
|
 |
Priority dictionary |
| Priority dictionary script allows you to manage a data structure that acts almost like a dictionary. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 46 |
|
| new | no screenshots |
 |
| February 16th, 15:14 GMT |
|
 |
Wrap unbounded generator |
| Wrap unbounded generator script creates a "wrapper" generator with output restriction. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 58 |
|
| new | no screenshots |
 |
| February 16th, 14:57 GMT |
|
 |
Scheduled Queue |
| Scheduled Queue script defines a scheduled queue: a queue with priorities that are scheduled. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 64 |
|
| new | no screenshots |
 |
| February 16th, 14:31 GMT |
|
 |
Permutation |
| Permutation script contains a small but efficient recursive function for printing the permutation of characters. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 168 |
|
| new | no screenshots |
 |
| February 16th, 13:56 GMT |
|
 |
n-dimensional loop iterator object |
| n-dimensional loop iterator object script does nested for loops on an arbitrary list of iterable things. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 74 |
|
| new | no screenshots |
 |
| February 16th, 13:51 GMT |
|
 |
Loop over and descend into sequences |
| Loop over and descend into sequences script is a function to iterate over a container and its elements that checks for recursive traps. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 39 |
|
| new | no screenshots |
 |
| February 16th, 12:01 GMT |
|
 |
Priority Queue |
| Priority Queue script allows you to manage Thread-safe priority queue using Queue.Queue. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 136 |
|
| new | no screenshots |
 |
| February 16th, 11:30 GMT |
|
 |
Fibonacci Object |
| Fibonacci Object script shows a simple class useful to compute Fibonacci numbers. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 71 |
|
| new | no screenshots |
 |
| February 16th, 11:14 GMT |
|