This is a series: Part 1: Python basics Part 2: File handling Part 3: Numpy basics (you are here) Part 4: Image data pre-processing Part 5: Image data augmentation What is Numpy? Basically, whenever you need to deal with arrays/matrices, you need Numpy. Python does not natively support linear algebra operations, so Numpy…