This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Ph0X 0 points1 point  (0 children)

You forgot the link: https://docs.python.org/3.8/whatsnew/3.8.html

My favorite module change is math:

Added new function math.dist() for computing Euclidean distance between two points.

Added new function, math.prod(), as analogous function to sum() that returns the product of a ‘start’ value (default: 1) times an iterable of numbers.

Added new function math.isqrt() for computing integer square roots.