From b9d6f444f533854bbf9f494b46369074ab1c22ac Mon Sep 17 00:00:00 2001 From: README-bot Date: Wed, 28 Aug 2024 09:14:13 +0000 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 841ca4f..6a94894 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,6 @@ This repo uses a [Python script](build_readme.py), triggered by GitHub Actions, - [Progress bars for long-running loops or tasks](Python/progress-bars.md) - 2024-08-19 - [Python decorators (the @things before functions)](Python/decorators.md) - 2024-08-11 - [Rich console output, pretty printing and formatting](Python/rich-console-output.md) - 2024-08-19 +- [Small Integer Caching](Python/small-integer-caching.md) - 2024-08-28 - [Type hints are useful but not strictly enforced](Python/type-hints.md) - 2024-08-12