Composite design pattern using dictionaries

Composite design-pattern using dictionaries 1.1

Composite design-pattern using dictionaries 1.1 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 398
  • Released: Jun 7, 2007

Composite design-pattern using dictionaries 1.1 Description

The script illustrates the composite design pattern by using hierarchical dictionaries. It can be used to process hierarchical, tree-based data structures using Python dictionaries.

Composite design-pattern using dictionaries 1.1 Keywords

Composite design pattern using dictionaries Bookmark

Hyperlink code:
Hyperlink for Forum code:

Composite design-pattern using dictionaries 1.1 Script Download Notice

Top 4 Download periodically updates information of Composite design-pattern using dictionaries 1.1 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Composite design-pattern using dictionaries 1.1 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Network Of Linked Dictionaries

Linked dictionaries are dictionaries that can refer to other dictionaries (its bases), similar to class hierarchies, but built at runtime. In this script  a linked dictionary shows all the key/value ...
Python

A List of Dictionaries

This  class emulates a list of dictionary objects without the memory and pickle storage overhead which occurs when storing every item in the list as a dictionary. ...
Python

Dictionary tool for lazy typers

... provides an alternative way of generating and updating dictionaries. It saves couple of keystrokes, making routine dict operations easier. ...
Python

List and dictionary observer

This script implements an observer pattern for dictionaries and lists. It does not support a one-many relation. The observer is sent enough information so that the change can be undone. ...
Python

Watching a directory tree under Linux

This script contains a class named DirectoryNotifier that encapsulates the code required for watching directory entry contents. ...
Python