Python List vs Numpy Arrays

There are almost 23s diff in both even though it just creates a basic list with values. Have you ever wonder why Numpy is fast over default Python List ⏩. In this post we will break down the reason for this.