bitPhile

Home

❯

notes

❯

tech

❯

CPython

❯

itertools

itertools

Apr 15, 20241 min read

itertools

Provides functions to deal with iterators. Most commonly used functions are,

  1. count to create infinite sequence of numbers.
  2. cycle to create a cycling sequence with given collection.

References

  1. https://docs.python.org/3/howto/functional.html#the-itertools-module

Graph View

  • itertools
  • References

Created with Quartz v4.5.1 © 2025

  • GitHub
  • Discord Community