HROlive / Python4HPC

Python from an HPC viewpoint, the most practical tools, and various indispensable libraries for HPC use cases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python4HPC

Course

Table of Contents

  1. Description
  2. Information
  3. Certificate

Description

During the past ten years, Python has seen a meteoric rise in both popularity and demand not only in general-purpose programming but especially data science contributed to this trend. Despite Python's architectural shortcomings, even the field of High-Performance Computing (HPC), with its highly specific demands, profited from recent developments with various libraries and optimizations.

This course introduces the interested participant to Python from an HPC viewpoint, the most practical tools, and various indispensable libraries for HPC use cases. After completion of this two-day course, participants are prepared to effectively develop their own Python libraries or integrate Python into existing projects.

The overall topics of this course were the following:

  • Advanced Python (Collections, OOP, FP) and Compiled Python (Cython, Numba);
  • NumPy, Pandas, Matplotlib, SciPy;
  • Dask, cuDF, MPI4Py;
  • Tooling (Testing, Debugging, Documentation, Logging);
  • Performance (Timing, Profiling)
  • Bindings (CFFI, Boost.Python, f2py);
  • Development (Environment, Packages, IDEs, Containers).

This course is organized in cooperation with Opens external link in new EuroCC Austria.

Information

All necessary information, links and lesson slides for the course can be found on the course website.

The notebooks and exercises can be found in this repository and are organized in their respective folders, one for each day of the course:

Certificate

The certificate for the workshop can be found below:

"Python4HPC" - EuroCC Austria and VSC Research Center (Issued On: September 2022)

About

Python from an HPC viewpoint, the most practical tools, and various indispensable libraries for HPC use cases.


Languages

Language:Jupyter Notebook 100.0%