From a40a2ff4428a84008050d6e11bb76b68d83ffada Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Wed, 22 Oct 2025 18:25:43 +0000 Subject: [PATCH] Update README with links from Day 3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9053ab..9af9d6f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ $ pip install -e . # Day 3 Resources - *Python Typing is for Humans*: [Unital.dev blog](https://www.unital.dev/blog/python-typing-is-for-humans/) or [LinkedIn](https://www.linkedin.com/pulse/python-typing-humans-corran-webster-u66ee) +- [*Domain Driven Design*](https://www.oreilly.com/library/view/domain-driven-design-tackling/0321125215/) (O'Reilly) - [PyData Sphinx Theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/) - [Sphinx AutoAPI](https://sphinx-autoapi.readthedocs.io/en/latest/) - Find the refactoring Give It A Try in `files/convert_mass.py`