Splicing of lists

Splicing of lists 1.0

Splicing of 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: 321
  • Released: Jun 6, 2007

Splicing of lists 1.0 Description

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.

Splicing of lists Bookmark

Hyperlink code:
Hyperlink for Forum code:

Splicing of lists 1.0 Script Download Notice

Top 4 Download periodically updates information of Splicing of 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. Splicing of 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!

Transposing a List of Lists

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

SQL like ORDER BY function for lists

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

Dicts from lists

This script is a simple oneliner to built a dictionary from a list. ...
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

Manipulating infinite lists

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