Group and partition

Group and partition 1.4

Group and partition 1.4 Download Summary

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

Group and partition 1.4 Description

This script enables the group_by functionality like the similar function existing in Ruby on Rails.

Group and partition Bookmark

Hyperlink code:
Hyperlink for Forum code:

Group and partition 1.4 Script Download Notice

Top 4 Download periodically updates information of Group and partition 1.4 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. Group and partition 1.4 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!

Grouping objects into disjoint sets

This class provides a lightweight way to group arbitrary objects together into disjoint sets when a ... joined using .join(), tested for connectedness using joined(), and all disjoint sets can be retreived using get(). The objects being joined must be hashable. ...
Python

Big file sorting

Big file sorting script allows you to sort big ASCII files. ...
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

High performance currying with instance method

... important technique to build callables on the fly and is well covered in other recipes. If the callables need to be used in a performance bottleneck, the specific advantage of currying via new.instancemethod is speed of the resulting callable: it avoids nesting an extra Python function call, which may be ...
Python

Anagram Fetcher

This script provides you code for fetching Anagrams out of any given file that contains words seperated by new lines. ...
Python