From 4b93c78cd68f66c9a8d5ddda86bbddf58f0f85c8 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Wed, 22 Oct 2025 16:19:11 +0100 Subject: [PATCH] Add day 3 links section and links to typing blog post. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc93058..7b6e78c 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,7 @@ $ pip install -e . - [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) - [`cpplint`](https://github.com/cpplint/cpplint) is a style _linter_ for C that checks against the Google C++ Style Guide. - [LLVM Code Style Guide](https://llvm.org/docs/CodingStandards.html) - - [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/) Can be configured to a variety of code styles. \ No newline at end of file + - [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/) Can be configured to a variety of code styles. + +# Day 3 Resources +- *Python Typing is for Humans*: [Unital.dev blog](https://www.unital.dev/blog/) or [LinkedIn](https://www.linkedin.com/pulse/python-typing-humans-corran-webster-u66ee) \ No newline at end of file