An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with itertools

A curated list of projects in awesome lists tagged with itertools .

https://github.com/apple/swift-algorithms

Commonly used sequence and collection algorithms for Swift

algorithm iterator itertools

Last synced: 15 May 2025

https://github.com/omnilib/aioitertools

itertools and builtins for AsyncIO and mixed iterables

asyncio hacktoberfest itertools python python3

Last synced: 11 Dec 2025

https://github.com/ast-al/rangeless

c++ LINQ -like library of higher-order functions for data manipulation

cpp cpp11 functional functional-programming itertools lazy-evaluation linq parallel pipeline range streaming-algorithms streaming-data

Last synced: 08 May 2025

https://github.com/narimiran/itertools

Nim rewrite of a very popular Python module of the same name.

iterators itertools nim nim-lang nimble

Last synced: 24 Jul 2025

https://github.com/dahlia/aitertools

Well-tested utility functions dealing with async iterables

async-iterators deno itertools typescript

Last synced: 05 May 2025

https://github.com/lambdalisue/deno-itertools

🦕 A TypeScript port of Python's itertools and more-itertools for Deno

deno itertools jsr more-itertools

Last synced: 05 May 2025

https://github.com/blakeembrey/iterative

Functions for working with iterators in JavaScript and TypeScript

helpers iterable iterator itertools typescript utility

Last synced: 05 May 2025

https://github.com/lawrence-laz/zig-enumerable

Iterator tools for functional data processing.

enumerable functional iterators itertools linq zig zig-package

Last synced: 25 Jul 2025

https://github.com/cjrh/excitertools

itertools (and more-itertools) in the form of function call chaining (fluent interface)

chainable-methods fluent-interface itertools itertools-library pipeline-processor

Last synced: 22 Mar 2025

https://github.com/ramhiser/itertools2

Functions creating iterators for efficient looping in R

itertools r

Last synced: 12 Jul 2025

https://github.com/zicht/itertools

Library - Python-inspired library for declaratively (functionally) processing (lists of) data

closure filter fluent-interface iterator itertools manipulation packagist php php-library sort

Last synced: 13 Oct 2025

https://github.com/mathspp/the-little-book-of-itertools

Automated tests for the exercises from “The little book of itertools”

iteration iteration-protocol itertools programming python python3

Last synced: 02 Aug 2025

https://github.com/jasonbot/chains

Fun tricks for stream-style programming: the inevitable, sad but logical conclusion of iterators and generics in Go

functional-programming golang iterator itertools

Last synced: 15 Jan 2026

https://github.com/avdosev/itertools_dart

Simple package for easy work with Dart iterators just like Python itertools.

dart flutter iterators itertools

Last synced: 19 Feb 2026

https://github.com/zejiran/password-hacker

🦦 Client app connected to a server for learning how hacking works. Use of iterators, generators, and itertools module

client-server generators hacking iterators itertools python socket-modules

Last synced: 03 Sep 2025

https://github.com/tmr232/go-explore

My explorations of Go

experimental go golang itertools python

Last synced: 01 May 2026

https://github.com/dahlitzflorian/article-introduction-to-itertools-snippets

Supporting material for the "Introduction To Itertools" article

itertools python python3 supporting-material

Last synced: 19 Jul 2025

https://github.com/isaccanedo/python-itertools

:computer: Python IterTools

analisys combination itertools python

Last synced: 19 May 2026

https://github.com/schefflera-arboricola/pnc-11th-project

[2018 project] Toolkit for beginner-level permutations and combinations problems. Enabled easy calculation and display of permutations and combinations of a given string using customized algorithms. Employed Python's itertools library to generate, filter, and manipulate results, aiding learners in understanding fundamental concepts in a fun way.

beginner-project combinations combinatorics itertools permutation-algorithms python toolkit

Last synced: 22 Aug 2025

https://github.com/ralgond/more-itertools

A rust implementation of python more-itertools

itertools more-itertools rust

Last synced: 26 Feb 2025

https://github.com/bl33h/digitscombination

A program for generating and analyzing four-digit combinations. Provides sequence counts and verification using itertools and collections libraries.

collections combinations digits itertools itertools-library python

Last synced: 14 Mar 2025

https://github.com/dzherb/go-itertools

Miscellaneous utils for iteration

functional go golang iteration itertools stream

Last synced: 30 Oct 2025

https://github.com/lonnen/oops-all-itertools

never again lookup whether the itertool you need is builtin or from more-itertools

iteration iterator itertools

Last synced: 27 Feb 2026

https://github.com/hansalemaos/numpycythonpermutations

Permutations, Combinations and Product for Numpy - written in Cython - 20x faster than itertools

c combinations cython fast itertools numpy permutations product python

Last synced: 08 May 2026

https://github.com/doridoro/algoinvest_trade

Project 7 OpenClassrooms Path - AlgoInvest&Trade -- develop an algorithm to solve a problem

algorithm branch-bound-algorithm cleaning-dataset finance-analysis-data financial-data greedy-algorithm itertools pandas-library python3

Last synced: 07 Apr 2025

https://github.com/bibajz/anyiotools

Toolbox for working with async iterators in Python.

anyio async itertools

Last synced: 26 May 2026

https://github.com/andrijzyn/thetruthtable

#️⃣ The truth table calculator with output in Unicode format like-e: f1(x, y) = (x ∨ y̅) ∧ (x ∨ y)

itertools python re tabulate unicodedata

Last synced: 03 Mar 2025

https://github.com/hasanyahya101/tic-tac-toe-tkinter

A simple tic-tac-toe app made in python using tkinter and itertools libraries. It creates a small window that a user uses to play the game. Moreover, the Options tab on the top left menu can be used to restart the game or quit.

game gui itertools libraries pip preview python release script tic-tac-toe tkinter tkinter-gui

Last synced: 05 Oct 2025

https://github.com/winterwind/interactivelistsorter

A short project (mostly for personal use) that allows the user to do a sort of manual bubble sort in which they choose their preferences from each combination of 2 items from a list

bubble-sort combinations dictionaries files filesystem hashmaps interactive-sorting itertools itertools-library python sort sorting

Last synced: 15 May 2026

https://github.com/amiridk/statistics-and-algebra-in-python

simple and important statics operations and Famous statistical problems , also algebra operations

algebra itertools matplotlib numpy pandas python scipy seaborn static

Last synced: 14 Apr 2026

https://github.com/amiridk/statics-and-algebra-in-python

simple and important statics operations and Famous statistical problems , also algebra operations

algebra itertools matplotlib numpy pandas python scipy seaborn static

Last synced: 24 Feb 2025

https://github.com/macktb/password-hack

Password hacking using some vulnerabilities

argparse itertools json socket

Last synced: 14 Apr 2026

https://github.com/takanoriyanagitani/groupby

itertools.groupby for c, c++, c#, golang, rust, java, scala, ...

group-by groupby itertools

Last synced: 28 Jan 2026

https://github.com/lima1909/ztep

ZTEP is an extension for Zig-Iterators.

iterator itertools zig-library ziglang

Last synced: 07 Aug 2025

https://github.com/epsoft/knights

knights

itertools knights logic

Last synced: 28 Feb 2025