Numpy - contents
This section covers numpy, a library for performing efficient calculations on large numerical arrays.
Introduction
- Introduction to numpy - an overview of the numpy library.
- Anatomy of a numpy array - arrays of different shapes and sizes.
- Numpy efficiency - how numpy arrays achieve efficiency.
Creating arrays
- Creating numpy arrays
- Fixed value arrays - creating arrays that are filled with a fixed value (eg all zeros).
- Data series - creating arrays that are filled with a data series.
- Arrays from existing data - creating arrays that are filled with data from an existing source.
- Data types - how to create arrays of integers and floats of different precisions.
- Random data - creating arrays that are filled with random data.
Avoiding loops with vectorisation
- Vectorisation - apply expressions to every element in an array.
- Universal functions - apply maths functions to every element in an array.
- Broadcasting - using indexing to efficiently map one array onto a larger array.
- Reducing arrays - reducing all the values in an array to a single representative value.
- Advanced vectorisation - using fancy indexing and related techniques.
Array operations
Image processing
- Image processing with numpy - image processing with numpy arrays
Join the PythonInformer Newsletter
Sign up using this form to receive an email when new content is added:
Popular tags
2d arrays abstract data type alignment and angle animation arc array arrays bar chart bar style behavioural pattern bezier curve built-in function callable object chain circle classes clipping close closure cmyk colour combinations comparison operator comprehension context context manager conversion count creational pattern data science data types decorator design pattern device space dictionary drawing duck typing efficiency ellipse else encryption enumerate fill filter font font style for loop formula function function composition function plot functools game development generativepy tutorial generator geometry gif global variable gradient greyscale higher order function hsl html image image processing imagesurface immutable object in operator index inner function input installing iter iterable iterator itertools join l system lambda function latex len lerp line line plot line style linear gradient linspace list list comprehension logical operator lru_cache magic method mandelbrot mandelbrot set map marker style matplotlib monad mutability named parameter numeric python numpy object open operator optimisation optional parameter or pandas partial application path pattern permutations pie chart pil pillow polygon pong positional parameter print product programming paradigms programming techniques pure function python standard library radial gradient range recipes rectangle recursion reduce regular polygon repeat rgb rotation roundrect scaling scatter plot scipy sector segment sequence setup shape singleton slice slicing sound spirograph sprite square str stream string stroke structural pattern subpath symmetric encryption template tex text text metrics tinkerbell fractal transform translation transparency triangle truthy value tuple turtle unpacking user space vectorisation webserver website while loop zip zip_longest