mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 00:14:48 -05:00
[PR #2895] [MERGED] Add stdlib functools #15894
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2895
Author: @NinjaOfNeurons
Created: 2/1/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @JinyangWang27
Base:
master← Head:add-stdlib-functools📝 Commits (3)
df021e8Add functools to Functional Programming section5f2655eremoving extra space82455f3Fix alphabetical order in Computer Vision section📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
functools
Checklist
Add functoolsWhy This Project Is Awesome
Explain:
functoolsis a core Python standard library module that provides higher-order functionsand utilities for working with callables. It is widely used in production codebases
and is an essential part of functional-style programming in Python.
How It Differs
As a Python standard library module,
functoolsis officially maintained anddeeply integrated into the language, making it distinct from third-party
functional programming libraries listed in this section.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.