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?”
What I Read: Functional, Object Oriented Programming
Functional Programming IS NO BETTER Object Oriented ProgrammingContinuous Delivery “Which of these software paradigms will offer you the best chance of success in which instances?”