List and dictionary observer

List and dictionary observer 1.0

List and dictionary observer 1.0 Download Summary

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

List and dictionary observer 1.0 Description

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.

List and dictionary observer Bookmark

Hyperlink code:
Hyperlink for Forum code:

List and dictionary observer 1.0 Script Download Notice

Top 4 Download periodically updates information of List and dictionary observer 1.0 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. List and dictionary observer 1.0 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!

Observer Pattern

This is a Python implementation of the observer pattern. It defines a one-to many dependency between ... object changes state, all its dependents are notified and updated automatically. ...
Python

Functional dictionary and list types

... purpose of this module is to provide a dictionary and list type that can aid in relational algebra, functional programming, list-oriented programming, and perhaps even code obfuscation. ...
Python

Separating Pattern Implementation from Your Code

... example that shows a reusable implementation of the Observer pattern. ...
Python

Dicts from lists

... script is a simple oneliner to built a dictionary from a list. ...
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