webartifex / intro-to-python

An intro to Python & programming for wanna-be data scientists
https://code.webartifex.biz/alexander/intro-to-python
MIT License
912 stars 88 forks source link

Mention `math.prod()` #43

Open webartifex opened 3 years ago

webartifex commented 3 years ago

The product() example function in Chapters 7 & 8 implements the new math.prod() function in Python 3.8+

cf. https://realpython.com/python-math-module/#new-additions-to-the-math-module-in-python-38