SQL like ORDER BY function for lists

SQL-like ORDER BY function for lists 1.0

SQL-like ORDER BY function for lists 1.0 Download Summary

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

SQL-like ORDER BY function for lists 1.0 Description

This script contains a function that allows you to easily sort a list by multiple columns in ascending and descending order similar in function to the ORDER BY clause in SQL.

SQL-like ORDER BY function for lists 1.0 Keywords

SQL like ORDER BY function for lists Bookmark

Hyperlink code:
Hyperlink for Forum code:

SQL-like ORDER BY function for lists 1.0 Script Download Notice

Top 4 Download periodically updates information of SQL-like ORDER BY function for lists 1.0 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. SQL-like ORDER BY function for lists 1.0 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!

Splicing of lists

This script splices any number of nonempty lists as one list. Each input list may be of different length.Elements of shorter lists may be recycled when the keyword argument recycle is set to True. Any error result in an empty output list. ...
Python

Transposing a List of Lists

... script allows you to transpose a list of lists of different lengths. ...
Python

Dicts from lists

This script is a simple oneliner to built a dictionary from a list. ...
Python

Manipulating infinite lists

This script contains some useful functions which work on infinite lists, including generalized versions of map, filter, zip on gLists. ...
Python

Fifo as single linked lists

Fifo mean "First In First Out". This script  creates a container, which only allows element insertion and removal and where the first element inserted is the first element removed. ...
Python