Tutorial Series​

The NCC will be organizing a tutorial series of half-day events with content selected by the community through a questionnaire that was answered.

Below is the list of tutorials that will take place, as well as material from those that have already occured.

Fast Mathematics with Numpy in Python

Date: Wednesday 3 May 2023

Location: The Cyprus Institute

Description
Numpy is a package that offers high-performance tools for data manipulation and mathematics in Python. In this tutorial we will give an overview of some of its features and focus on the importance of using such tools in Python. Python, indeed, is an interpreted language and loops over the data are very slow and not recommended. Numpy on the other hand offers performance which in most cases is comparable to compiled codes.