-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add article with cool things from python functools module
- Loading branch information
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"pid": 1485, "connection_name": "/var/folders/g2/gc5wksfj2mvd44lbdh8371wc0000gn/T/tmpd7zrjmlt/dmypy.sock"} |
8 changes: 8 additions & 0 deletions
8
content/curated/2025-01-21-6-cool-things-you-can-do-with-the-functools-module.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Title: 6 Cool Things You Can Do With The Functools Module | ||
Tags: python, tips, functools | ||
Author: Bob Belderbos | ||
Url: https://pybit.es/articles/6-cool-things-you-can-do-with-the-functools-module/ | ||
Save_As: | ||
|
||
The Python `functools` module from the standard library has many gems that I'm using quite regularly. | ||
Discover 6 of them with examples and use cases. |