iterutils

Itertools recipes
Download

iterutils Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Python License
  • Price:
  • FREE
  • Publisher Name:
  • Raymond Hettinger
  • Publisher web site:
  • http://awesame.org

iterutils Tags


iterutils Description

Itertools recipes iterutils contains functions taken from the recipes in the Python documentation for itertools. They were originally written by Raymond Hettinger and various other people.The idea to collect all of the itertools recipes into a module named iterutils is from this post by Alex Martelli.Installation:Because iterutils has been packaged for pypi, it can be installed using:pip install iterutilsUsage:After iterutils has been installed, its functions can be imported and used as follows:>>> import iterutils>>> list(iterutils.pairwise('abc')) Requirements: · Python · jitertools


iterutils Related Software