Simpler item retrieval using tupled subscripting

Simpler item retrieval using tupled subscripting 1.1

Simpler item retrieval using tupled subscripting 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: 487
  • Released: Jun 7, 2007

Simpler item retrieval using tupled subscripting 1.1 Description

This script shows a small addition to the tuple, list, and dictionary classes to allow for a simpler way to retrieve a number of independent items.

By allowing for the subscripting to use tuples some very annoying cases becomes much simpler.

This script is suitable for large data sets where you need alot of very specific items, but it becomes very annoying to type each subscript seperatly and add the lists up. It is also much clearer this way. It also supports writing elements 'in bulk'.

Simpler item retrieval using tupled subscripting 1.1 Keywords

Simpler item retrieval using tupled subscripting Bookmark

Hyperlink code:
Hyperlink for Forum code:

Simpler item retrieval using tupled subscripting 1.1 Script Download Notice

Top 4 Download periodically updates information of Simpler item retrieval using tupled subscripting 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. Simpler item retrieval using tupled subscripting 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!

Clean implementation for Ordered Dictionary

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

Summary reports using itertools groupby

... grouped by the given key (default: the first item), and giving totals of the given value (default: the second item). The key and value arguments should be functions which, given a data record, return the relevant value. ...
Python

A List of Dictionaries

... pickle storage overhead which occurs when storing every item in the list as a dictionary. ...
Python

Quantum Superposition

... any number of scalars and/or Superposition instances. These items are the possible states. When doing scalar operations on such objects, the operation is delegated to its possible statbjects, tr >/ ...
Python

Rating class with mapping interface

Rating class with mapping interface script deals with items sorted by value and accessed by key or rating index. ...
Python