Skip main navigation

Week 2 summary

Short summary of week two.
© CC-BY-NC-SA 4.0 by CSC - IT Center for Science Ltd.

We hope that you have enjoyed the second week of Python in High Performance Computing!

This week, we have looked into NumPy arrays and how to use them for more efficient numerical calculations. By using fixed size, uniformly typed data arrays, it enables one to leverage the performance of optimised numerical libraries directly from Python.

By now, you should know how to create and manipulate NumPy arrays, how to do numerical calculations with them, and how to use simple vectorised operations. You should also understand the key differences, such as data layout in memory, between Python lists and NumPy arrays, as well as the memory consumption of temporary arrays and how to mitigate for it.

Next week, we will explore how to use static compiled code to speed things up in Python. Meanwhile, please discuss limitations of NumPy and answer the quiz in the remaining steps of this week.

© CC-BY-NC-SA 4.0 by CSC - IT Center for Science Ltd.
This article is from the free online

Python in High Performance Computing

Created by
FutureLearn - Learning For Life

Reach your personal and professional goals

Unlock access to hundreds of expert online courses and degrees from top universities and educators to gain accredited qualifications and professional CV-building certificates.

Join over 18 million learners to launch, switch or build upon your career, all at your own pace, across a wide range of topic areas.

Start Learning now