From 43972b31dda2aba8b32df60c729e8dee4d954f45 Mon Sep 17 00:00:00 2001 From: Michael Miscanuk Date: Tue, 4 Aug 2026 17:46:09 +0200 Subject: [PATCH] Add CheatGrid Python Cheat Sheet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97eaf3547a..52d1e8d3e5 100644 --- a/README.md +++ b/README.md @@ -1190,6 +1190,7 @@ Where to discover learning resources or new Python libraries. ### Websites +- [CheatGrid Python Cheat Sheet](https://www.cheatgrid.com/programming-languages/0004-python-cheat-sheet) - Free single-page Python reference covering data types, comprehensions, decorators, context managers, asyncio, type hints, and the standard library, with a spaced-repetition flashcard deck and practice questions for the same topic. - [Python Developer Tooling Handbook](https://pydevtools.com/) - Comprehensive guide to modern Python developer tools covering package management, linting, type checking, testing, and more. ## Contributing