◐ Shell
clean mode source ↗

GitHub - csc-training/hpc-python: Python in High Performance Computing

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Python in High Performance Computing

Exercise material and model answers for the CSC course "Python in High Performance Computing". The course is part of PRACE Training activity at CSC.

This master branch contains always the material for latest course, past courses are stored in tags.

Online version of the course is run regularly in FutureLearn.

Articles and videos of the course are also available in a simple form in this site.

Exercises

General instructions

Basic array manipulation

NumPy tools

Advanced NumPy

Performance analysis

Optimising with Cython

Interfacing with libraries

Multiprocessing

Parallel programming with mpi4py

Bonus exercises