From 68c8fd43859623d6247e11293dd732454d320836 Mon Sep 17 00:00:00 2001 From: Tim Hopper Date: Tue, 7 Apr 2026 16:27:32 -0400 Subject: [PATCH] Add Python Developer Tooling Handbook to Resources > Websites --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe8a5c5..6d1fc24 100644 --- a/README.md +++ b/README.md @@ -1107,6 +1107,10 @@ Where to discover learning resources or new Python libraries. - [Talk Python To Me](https://talkpython.fm/) - [The Real Python Podcast](https://realpython.com/podcasts/rpp/) +## Websites + +- [Python Developer Tooling Handbook](https://pydevtools.com/) - Comprehensive guide to modern Python developer tools covering package management, linting, type checking, testing, and more. + # Contributing Your contributions are always welcome! Please take a look at the [contribution guidelines](https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md) first.