rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
163 stars 54 forks source link

Fix broken NumPy link #179

Closed rsokl closed 2 years ago

rsokl commented 2 years ago

From discussion board:

Meanwhile, I want to draw your attention to one of the links, which is broken. It is found in the section on"Creating Arrays Using Random Sampling":

https://numpy.org/doc/stable/reference/routines.random.html

According to the book, the link is a reference to "many more functions that allows one to "draw from a wide variety of statistical distributions".

I know it might seem trivial especially given the large number of links you provided in the book. However, I thought that it is an important link to check out and I couldn't locate it on the documentation website: https://numpy.org/doc/stable/reference/routines.array-creation.html

I did, however, found this https://numpy.org/doc/stable/reference/random/index.html, which does not seem to be the same. If you could help to find the right link, it will be highly appreciated.

Thank you

_Originally posted by @TheAmaks in https://github.com/rsokl/Learning_Python/discussions/163#discussioncomment-937819_