Skip to content

Commit

Permalink
UNIVERSE-HPC#200 added learning outcomes to arrays_python chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
dc2917 committed Feb 7, 2025
1 parent d275e91 commit c9ea70d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions software_architecture_and_design/procedural/arrays_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name: Arrays
dependsOn: [software_architecture_and_design.procedural.functions_python]
tags: [python]
learningOutcomes:
- Understand the differences between NumPy `array`s and Python's built-in `list` types.
- Be able to perform mathematical operations between NumPy arrays and other data types.
- Be able to explore complex datasets using NumPy arrays.
attribution:
- citation: This material has been adapted from the "Software Engineering" module of the SABS R³ Center for Doctoral Training.
url: https://www.sabsr3.ox.ac.uk
Expand Down

0 comments on commit c9ea70d

Please sign in to comment.