coding-for-reproducible-research / CfRR_Courses

Home Repository for the CfRR website
https://coding-for-reproducible-research.github.io/CfRR_Courses/
2 stars 2 forks source link

Complete the Python for Data Analysis Numpy Module #7

Closed berrli closed 4 months ago

berrli commented 4 months ago

The numpy module for the course should include the following: What is numpy?

Understanding Data Types and Arrays

Array Indexing and Slicing

Array operations and computations

Sorting and Searching

berrli commented 4 months ago

This has now been completed covering all of the elements within the specification with some additional elements alongside a final exercise.