AUTHOR
Andrew Wood
Canard Analytics Founder

Andrew Wood is the Founder and leader of the Canard Analytics Team. An Aeronautical Engineer by training, he spent a decade as a structural analyst working on Airbus aircraft and leading the structural analysis of a new wing design for a large UAV.

It was during this time that he discovered his love of programming, especially working in Python. He developed a suite of tools to perform carbon fiber composite strength design and analysis for new aircraft before branching out into web application development in the Django Python framework. 

None

A Comprehensive Introduction to Matplotlib

Plotting and visualizing data is a key component of most Python projects. This guide has been written to assist you in getting up to speed with Python's plotting module, Matplotlib
21 July 2022
None

Linear Algebra in Python with NumPy

NumPy's linear algebra object allows you to work with matrices and perform a wide variety of matrix and vector operations.
12 July 2022
None

Basic Arithmetic Operations in NumPy

Arithmetic operations in NumPy (addition, subtraction, multiplication, and division) are element-wise operations that are designed to work efficiently across large arrays.
11 July 2022
None

Views and Copies of NumPy Arrays

It is important to differentiate between views and copies when working with NumPy Arrays to ensure you don't accidentally overwrite data in a parent array.
11 July 2022
None

Indexing and Slicing NumPy Arrays

Sub arrays are created using NumPy slice notation which is a powerful data manipulation technique.
10 July 2022
None

An Introduction to NumPy

This guide serves as an introduction to NumPy and covers array creation, sorting, and concatenation.
08 July 2022
1 2 3 4 5