https://www.kdnuggets.com/partial-functions-in-python-a-guide-for-developers Partial Functions in Python: A Guide for DevelopersBala Priya CSeptember 19, 2024 “In Python, functions often require multiple arguments, and you may find yourself repeatedly passing the same values
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?”