Skip to content

Commit

Permalink
Update programming.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelSchipper authored Dec 15, 2023
1 parent 4194dac commit 79eafc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/contents/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ To enter the course please click on this [link](https://tudelft-citg.github.io/l

https://tudelft-citg.github.io/learn-python/Intro_in_ToC.html

### How to take the course:
### How to take the course

Start the course by reading the Introduction part. Then get started with the Theory and Exercises under the <i>Course Contents</i>! In particular, the Python Toolbox Chapter describes how you can run Python code to solve the exercises. The last part of this course is called In a Nutshell; these are very concise recaps of the content from the main chapters in Course Contents. The idea is that you use these as a quick reference and review of the concepts, before and after the course.

### Learning objectives:
### Learning objectives
- Importing packages
- Common data types (int, float, strings, boolean)
- Numpy basic operations: addition, subtraction multiplication, division, dot product, matrix multiplication
Expand Down

0 comments on commit 79eafc5

Please sign in to comment.