Dictionary tool for lazy typers

Dictionary tool for lazy typers

Dictionary tool for lazy typers Download Summary

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

Dictionary tool for lazy typers Description

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

Dictionary tool for lazy typers Bookmark

Hyperlink code:
Hyperlink for Forum code:

Dictionary tool for lazy typers Script Download Notice

Top 4 Download periodically updates information of Dictionary tool for lazy typers 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. Dictionary tool for lazy typers 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!

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

Dictionary Tools

Dictionary Tools script shows you a collection of some dictionary tools. ...
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

Network Of Linked Dictionaries

... but built at runtime. In this script  a linked dictionary shows all the key/value pairs that are defined locally (in the very instance) and globally (in other linked bases). ...
Python

Clean implementation for Ordered Dictionary

This script allows you to record the order in which items are added. This implementation uses much less code than the others by extending not well-known class DictMixin. ...
Python