Skip to content

Commit

Permalink
feat: add article with cool things from python functools module
Browse files Browse the repository at this point in the history
  • Loading branch information
g0di committed Jan 21, 2025
1 parent 6924f9e commit 441ac51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .dmypy.json
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"}
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.

0 comments on commit 441ac51

Please sign in to comment.