Manipulating infinite lists

Manipulating infinite lists 1.1

Manipulating infinite lists 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: 317
  • Released: Jun 7, 2007

Manipulating infinite lists 1.1 Description

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

Manipulating infinite lists 1.1 Keywords

Manipulating infinite lists Bookmark

Hyperlink code:
Hyperlink for Forum code:

Manipulating infinite lists 1.1 Script Download Notice

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

Sieve of Eratosthenes

This script computes an infinite sequence of primes using simple generators. A Python dictionary is used to mark multiples of the generated primes, according to the Sieve of Eratosthenes. ...
Python

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 ... True. Any error result in an empty output list. ...
Python

Transposing a List of Lists

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

unzip

unzip script defines a function that represents the opposite of the zip function used for strings operations. As an alternative you could use the function call zip(zip()). ...
Python

Dicts from lists

... simple oneliner to built a dictionary from a list. ...
Python