Skip to content
Snippets Groups Projects
Commit 81000870 authored by Georgiana Mania's avatar Georgiana Mania
Browse files

Merge branch 'programming_paradigms_update' into 'main'

Programming paradigms update

See merge request !53
parents 2b3f4a43 f7aefc36
No related branches found
No related tags found
1 merge request!53Programming paradigms update
Pipeline #65423 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.
...@@ -1114,7 +1114,7 @@ the result should be 722534400 ...@@ -1114,7 +1114,7 @@ the result should be 722534400
## Documentation ## Documentation
* [C++ course material](https://github.com/hsf-training/cpluspluscourse) at CERN with video lectures, slides and summary PDF * [C++ course material](https://github.com/hsf-training/cpluspluscourse) at CERN with video lectures, slides and summary PDF
* [C++ course material](https://gitlab.jsc.fz-juelich.de/sdlbio-courses/programming-in-cxx-2022) from JSC
# Backup slides # Backup slides
......
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