Skip to content
Snippets Groups Projects
Commit f7aefc36 authored by Claudia Frauen's avatar Claudia Frauen
Browse files

Added to link to numpy intro for beginners

parent 88126929
No related branches found
No related tags found
1 merge request!53Programming paradigms update
Pipeline #65421 passed
...@@ -6,5 +6,7 @@ title: "Programming Paradigms" ...@@ -6,5 +6,7 @@ title: "Programming Paradigms"
Take the example from the hands-on session on functional programming using map/filter/reduce and rewrite it using idiomatic numpy. Explain how this numpy code relates to the Python implementation using map/filter/reduce. Why can numpy boost performance and why is the way that numpy is implemented so useful? Take the example from the hands-on session on functional programming using map/filter/reduce and rewrite it using idiomatic numpy. Explain how this numpy code relates to the Python implementation using map/filter/reduce. Why can numpy boost performance and why is the way that numpy is implemented so useful?
For those who don't know numpy yet, have a look here: [numpy for beginners](https://numpy.org/doc/stable/user/absolute_beginners.html)
Next week we will randomly select some participants to present and discuss their solutions. Next week we will randomly select some participants to present and discuss their solutions.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment