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
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/juliacollections/itertools.jl
Common functional iterator patterns
chain functional-iterators iterators itertools julia julia-language julialang
Last synced: 07 Apr 2025
https://github.com/slavaganzin/ramda.py
Python clone of Ramda.js
curry fp functional-programming itertools python ramda toolz
Last synced: 03 Apr 2025
https://github.com/smoren/itertools-ts
TypeScript Iteration Tools Library
async-iterable async-iterables async-iteration async-iterator async-iterators fluentinterface generator infinite-iteration iterable iterator itertools itertools-library looping loops pipe pipes random-iteration stream streams zip
Last synced: 05 Apr 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/maet3608/nuts-flow
A simple dataflow framework in Python
flow-based-programming flowframework functional-programming iterators itertools python
Last synced: 23 Feb 2026
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
Last synced: 12 Jul 2025
https://github.com/anishLearnsToCode/hackerrank-python
Python 🐍 Domain on HackerRank 💻 - Problems & Solutions
basic-data-types code collections datetime hackerrank hackerrank-python hackerrank-solutions itertools java math programming python python-collections python-domain python-itertools python3 regex sets strings zip
Last synced: 31 Mar 2025
https://github.com/anishlearnstocode/hackerrank-python
Python 🐍 Domain on HackerRank 💻 - Problems & Solutions
basic-data-types code collections datetime hackerrank hackerrank-python hackerrank-solutions itertools java math programming python python-collections python-domain python-itertools python3 regex sets strings zip
Last synced: 10 Apr 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/ramarav/fake_news_detection
Machine learning approach for fake news detection using Scikitlearn
itertools jupyter-notebook jupyter-notebooks machine-learning machine-learning-algorithms machinelearning numpy pandas passiveaggressiveclassifier python python-3 python3 scikit-learn scikitlearn-machine-learning tfidfvectorizer
Last synced: 10 Apr 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/alexpantyukhin/combinations
Go lang combination package.
cartesian-product combinations golang itertools permutation product
Last synced: 11 Apr 2025
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/kartmaan/french-language-tools
A series of offline language tools based on a French dictionary in .csv format
anagrams csv definitions dictionary dictionnaire filtering filtering-algorithm francais french french-language itertools kaggle lexicon offline pandas parser wiktionary word-analysis xml xml-parser
Last synced: 01 Mar 2026
https://github.com/tmr232/go-explore
My explorations of Go
experimental go golang itertools python
Last synced: 01 May 2026
https://github.com/syubogdanov/aioplus
Because asyncio.gather() is not enough!
async asyncio builtins concurrency concurrent executor futures io iteration iterator itertools python python3 stdlib
Last synced: 06 Mar 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
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
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/epsoft/genetic-algorithm
container genetic algorithm solver
algorithm containers deepcopy general-solver-functions-access genetic itertools logger os random solver
Last synced: 15 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/mohamed-taha-essa/hackerrankproblems
Hacker rank solution using python programming language with simple code.
abstract-classes collections-python dictionaries-in-python hackerrank-solutions inheritance-examples itertools listcomprehensions nestedlist oops-in-python ordereddict problem-solving python python3 recursion-basics set
Last synced: 12 Aug 2025
https://github.com/anufrievsy/sciencenewstgbot
Iindividual science news in your telegram
bs4 bs4-requests deep-translator flask googletranslator html itertools lxml lxml-html lxml-xpath pandas re requests scraper telebot threading time tqdm translator xpath
Last synced: 01 May 2026
https://github.com/epsoft/minesweeper
Minesweeper
itertools minesweeper minesweeper-game pygame random sys time
Last synced: 28 Feb 2025
https://github.com/bibajz/anyiotools
Toolbox for working with async iterators in Python.
Last synced: 26 May 2026
https://github.com/gabor-gabor/Investment-Portfolio-by-Data36
Diversified Investment Portfolio with Data Science
flynote itertools matplotlibpyplot pandas plotlyexpress python-3 seaborn sklearncluster
Last synced: 30 Sep 2025
https://github.com/gabor-gabor/investment-portfolio-by-data36
Diversified Investment Portfolio with Data Science
flynote itertools matplotlibpyplot pandas plotlyexpress python-3 seaborn sklearncluster
Last synced: 13 Apr 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/row2columnar
row oriented to column oriented
avx avx2 binary column-oriented columnar distinct groupby heapq itertools little-endian merge uniq
Last synced: 28 Jan 2026
https://github.com/takanoriyanagitani/groupby
itertools.groupby for c, c++, c#, golang, rust, java, scala, ...
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/anas436/loan-case-will-be-paid-off-or-not-prediction-using-classification-with-python
decision-trees f1-score ibm-watson itertools jaccard-score knearest-neighbor-algorithm log-loss logistic-regression matplotlib-pyplot numpy pandas python3 scikit-learn sklearn support-vector-machines
Last synced: 08 Apr 2026
https://github.com/abideen-olawuwo/georgiatimeseries
A times series forcasting
arima itertools linear-regression matplotlib numpy pandas python seaborn statistics statsmodels time-series
Last synced: 11 Apr 2026
https://github.com/epsoft/embedding
Embedding
adam dense embedding flatten itertools numpy onehotencoder optimizers pandas sequential tensorflow
Last synced: 12 Apr 2026