Typed list
This lesson is a brief introduction to Typed list and how it is implemented using the NumPy library.
We'll cover the following...
Introduction
One of the strengths of NumPy is that it can be used to build new objects or to
subclass the ndarray object. This
later process is a bit tedious but it is worth the effort because it allows you
to improve the ndarray
object to suit your problem.
We’ll examine in the following section two real-world cases (typed list and memory-aware array) that are extensively used in the glumpy project (that I maintain).
...
Access this course and 1400+ top-rated courses and projects.