NEW

Decorate an output stream with print-like methods script shows how to "decorate" objects with...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 552 June 7th, 2007 UTC |
|
NEW

AbstractFactory script has a base Factory class that is meant to be subclassed and then define a defaul...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.2/5) 460 June 7th, 2007 UTC |
|
NEW

Automatic delegation-an alternative to inheritance script provides pretty much the same functionality a...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 421 June 7th, 2007 UTC |
|
NEW

The Singleton Pattern implemented with Python script contains a class that shows how to implement the s...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.5/5) 572 June 7th, 2007 UTC |
|
NEW

"Real" class methods in Python script demonstrates 'real' class methods implementat...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Very Good (4.0/5) 628 June 7th, 2007 UTC |
|
NEW

Sane tab completion in pdb script allows you to write our own completion function.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Very Good (4.2/5) 437 June 7th, 2007 UTC |
|
NEW

Restrictive APIs for Python script contains a function that allows a class to specify its API, and rai...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Poor (1.8/5) 403 June 7th, 2007 UTC |
|
NEW

How to disable debug logging in release version script allows you to disable all the debug messages.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.5/5) 466 June 7th, 2007 UTC |
|
NEW

Extract a inner function from a class script contains a function that can extract a inner function from...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 438 June 7th, 2007 UTC |
|
NEW

Generating Code Coverage HTML Output allows you to view the unused parts of your code.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.8/5) 436 June 7th, 2007 UTC |
|
NEW

Extending the 'logging' module script helps you in adding new format specifiers to the loggin...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 449 June 7th, 2007 UTC |
|
NEW

Debuging of object instantiation script helps you to perform additional tasks in program debugging.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.2/5) 419 June 7th, 2007 UTC |
|
NEW

Debug runtime objects using gc.get_objects() script implements a way you can extract informations of yo...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 609 June 7th, 2007 UTC |
|
NEW

Pystone measurement decorator script explains how to check that a given function does not run slower th...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 561 June 7th, 2007 UTC |
|
NEW

Using excel to debug python script allows you to use MS-Excel as a gui front-end to your data while deb...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows Python Other Free / Open So... Fair (2.5/5) 576 June 7th, 2007 UTC |
|
NEW

Changing a closed-over value (in a "cell") script allows you to change a closed-over value an...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.9/5) 380 June 7th, 2007 UTC |
|
NEW

Forbidding inheritance script shows how to prevent the use of a class as a base class.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 418 June 7th, 2007 UTC |
|
NEW

Lazy attributes script shows how to create attributes with 'computed at first use' values.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 400 June 7th, 2007 UTC |
|
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 UTC |
|
NEW

Classmethod emulation in python2.1 introduces the class methods effect in python 2.1.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.7/5) 430 June 7th, 2007 UTC |
|
NEW

The classmethod of the singleton pattern script makes every thing in sight a classmethod.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.1/5) 436 June 7th, 2007 UTC |
|
NEW

Yet another Set class for Python script is a pure Pythonic implementation of a set class.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.5/5) 428 June 7th, 2007 UTC |
|
NEW

Simple Collection class deals with a collection groups a set of objects together and forwards attribute...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.1/5) 405 June 7th, 2007 UTC |
|
NEW

Multicasting on objects script uses the 'Multicast' class to multiplex messages/attribute req...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 410 June 7th, 2007 UTC |
|
NEW

Singleton as a metaclass script shows you how to use metaclasses to hide access to class constructor.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.0/5) 414 June 7th, 2007 UTC |
|
NEW

Templated Inheritance in Python script demonstrates a C -like template based inheritance implementatio...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 401 June 7th, 2007 UTC |
|
NEW

Eiffelmethod script presents the implemetation of eiffel like methods (methods with preconditions and p...
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.7/5) 435 June 7th, 2007 UTC |
|
NEW

Collection script analyses collections of objects and forward attribute lookups.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.2/5) 435 June 7th, 2007 UTC |
|
NEW

Factory pattern script contains an object that creates other objects.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Fair (2.6/5) 644 June 7th, 2007 UTC |
|
NEW

Prototype pattern script is an implementation of the prototype pattern.
[read more >]
|
Platform: Language: License: Rating: Downloads: Updated:
|
Windows / Linux / Ma... Python Other Free / Open So... Good (3.3/5) 498 June 7th, 2007 UTC |
|
|