https://vickiboykis.com/2023/12/11/why-if-type_checking/ Why if TYPE_CHECKING?Vicki BoykisDec 11 2023 “Typechecking by mypy is more meticulous than the checking that happens at runtime, so we have to do hacks in order to get
What I Read: When NumPy slow
https://pythonspeed.com/articles/numpy-is-slow/ When NumPy is too slowby Itamar Turner-TrauringLast updated 27 Jun 2023, originally created 27 Jun 2023 “What should you do when your NumPy-based code is too slow?”