Rating class with mapping interface

Rating class with mapping interface 1.1

Rating class with mapping interface 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: 439
  • Released: Jun 7, 2007

Rating class with mapping interface 1.1 Description

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

Rating class with mapping interface 1.1 Keywords

Rating class with mapping interface Bookmark

Hyperlink code:
Hyperlink for Forum code:

Rating class with mapping interface 1.1 Script Download Notice

Top 4 Download periodically updates information of Rating class with mapping interface 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. Rating class with mapping interface 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!

An interval mapping data structure

... unit a date-time object is used. the testThis class uses bisect to ensure a O(log2 n) insert and lookup time. The insert algorithm tries to do "the right thing" when overlapping ... general rule, an inserted interval overrides every other mapping which was defined. ...
Python

Big file sorting

Big file sorting script allows you to sort big ASCII files. ...
Python

Dictionary Mixin Framework

This script makes it easy to provide a full dictionary interface to a class defining only a few mapping methods for getting, setting, deleting, and listing keys. ... are free to overwrite any of these methods with your own and not break the mixin. For instance, your class may already define the .get() method but not ...
Python

z crypt

... should either be True or False. Data encrypted with "True" of a definition can be decrypted with the "False" of a definition and visa-versa. ...
Python

All k subsets from an n set

This script yields each subset of size k from a super set of size n. There are two methods. The first operates on sets of integers of the form range(n). The seconds operates on arbitrary sets or lists. ...
Python