Category: Python

np.random.randn Explained

In this tutorial, I’ll explain how to use the np.random.randn function (AKA, Numpy random randn). The tutorial is divided up into several different sections, including a quick overview of what...continue reading.

Numpy Floor, Explained

In this tutorial, I’ll explain how to use the Numpy floor function, which is sometime called np.floor. I’ll explain the syntax of np.floor and how the function works. I’ll also...continue reading.