Meet NumPy: Arrays

Programming for ML with no experience — if you can type, you can begin

Here is a job you already know how to do: double every number in a list. You would reach for a loop, visit each value in turn, and build up a new list one doubled number at a time.

🔒 This is a Pro lesson — the interactive figure, worked examples, quiz and practice open with Pro access.

▶ Meet NumPy: Arrays
← Putting It Together: A Tiny ProgramVectors & Matrices in Code →