...

/

Introduction

Introduction

This lesson gives a brief introduction to code vectorization and explains an example using pure Python and NumPy.

What is Code vectorization?

Code vectorization means that the problem you’re trying to solve is inherently vectorizable and only requires a few NumPy tricks to make it faster. Of course, it does not mean it is easy or straightforward, but at least it does ...

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy