Functional dictionary and list types

Functional dictionary and list types 1.8

Functional dictionary and list types 1.8 Download Summary

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

Functional dictionary and list types 1.8 Description

The 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.

Functional dictionary and list types 1.8 Keywords

Functional dictionary and list types Bookmark

Hyperlink code:
Hyperlink for Forum code:

Functional dictionary and list types 1.8 Script Download Notice

Top 4 Download periodically updates information of Functional dictionary and list types 1.8 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. Functional dictionary and list types 1.8 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!

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

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

Dictionary Tools

Dictionary Tools script shows you a collection of some dictionary tools. ...
Python

Case insensitive Dictionary

Case-insensitive Dictionary script is a dictionary that has case-insensitive keys. An internal dictionary maps lowercase keys to (key,value) pairs. All key lookups are done against the lowercase keys, but all ...
Python