|
|
|
Programming Methods and Algorithms |
641 script(s) |
|
| Platform: |
|
| |
| Language: |
|
Named Tuples script allows you a fast, lightweight attribute-style access to tuples.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 398 view screenshot |
June 7th, 2007 GMT 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: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 496 view screenshot |
June 7th, 2007 GMT NEW |

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

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

|
Quickslice decorator script defines a decorator that allows for an abbreviated slice syntax in function arguments: {start:end}.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 710 view screenshot |
June 7th, 2007 GMT NEW |

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

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

|
Automatic argument type conversion script is a decorator that can be used to cast argument types automatically.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.4/5) 346 view screenshot |
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: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.8/5) 306 view screenshot |
June 7th, 2007 GMT NEW |

|
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.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 275 view screenshot |
June 7th, 2007 GMT NEW |

|
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.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.9/5) 374 view screenshot |
June 7th, 2007 GMT NEW |

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

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

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

|
List Tools script presents you a collection of some useful list-related functions.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.4/5) 212 view screenshot |
June 7th, 2007 GMT NEW |

|
Recursive sorting script allows you to sort recursively nested lists if iterable is a mutable sequence type.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 323 view screenshot |
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: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.8/5) 276 view screenshot |
June 7th, 2007 GMT NEW |

|
Inclusive regular sequences script creates inclusive regular sequences or fully closed ranges which differs from the half-open ranges of Python.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 181 view screenshot |
June 7th, 2007 GMT NEW |

|
Large File Sizes on 32 bit Windows script uses the FindFiles win32call which provides among other things file size information.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Good (3.2/5) 259 view screenshot |
June 7th, 2007 GMT NEW |

|
Finding differences in patches on Solaris script uses ssh to gather patch information on two solaris boxes.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Solaris Python Other Free / Open So... Fair (2.5/5) 194 view screenshot |
June 7th, 2007 GMT NEW |

|
Calculating Apache hits per IP function returns a dictionary containing the hit counts for each individual IP that has accessed your Apache web server.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 294 view screenshot |
June 7th, 2007 GMT NEW |

|
Using ADSI to change a NT password script gives an example on how to use Python COM to instantiate an ADSI object.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Good (3.6/5) 513 view screenshot |
June 7th, 2007 GMT NEW |

|
Random Password Generation script is a code snippet to generate an 8 character alphanumeric password.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.1/5) 292 view screenshot |
June 7th, 2007 GMT NEW |

|
Import hook for end-of-line conversion code eliminates the need to convert line endings when moving .py modules between operating systems.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.0/5) 188 view screenshot |
June 7th, 2007 GMT NEW |

|
Environment manipulation on Windows script displays environment variables, then append C: to PATH.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows Python Other Free / Open So... Fair (2.1/5) 170 view screenshot |
June 7th, 2007 GMT NEW |

|
Find a file given a search path script finds the first file that matches a given specification.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.8/5) 219 view screenshot |
June 7th, 2007 GMT NEW |

|
A basic time profiler script provides a very simple time profiling module which helps you to measure actual execution time for blocks of Python code.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.7/5) 286 view screenshot |
June 7th, 2007 GMT NEW |

|
A generator for any number of for loops script allows you to reduce the number of "for" loops.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 210 view screenshot |
June 7th, 2007 GMT NEW |

|
Automatic Recursion script presents you the tools for easy and stable recursion of current function.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.8/5) 223 view screenshot |
June 7th, 2007 GMT NEW |

|
Decorator for main method script shows how to do the same thing with a decorator that makes the code much cleaner.
[read more >]
|
Platform: Language: License: Rating: Downloads: Screenshot:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.0/5) 215 view screenshot |
June 7th, 2007 GMT NEW |

|
|
| Go to top |
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | << prev next >> |
|
|