Training

Spring 2023 Training Courses now open

Places are now available for upcoming Research Computing training courses, sign up now!

We’ve now confirmed some upcoming training courses which are now open for registrations!

Whether you want to learn some Git, Linux command line or learn more about the University’s high performance computing systems we’ve got a course for you.

Currently our courses are all still virtual workshops run online via Teams with course materials available online. They are hands-on so be prepared to do some typing!

Find booking links on the course web pages below.

February 2023

HPC0: Introduction to Linux (Online)

  • Tuesday 7th February 9.30am till 12.30pm

This is a hands-on workshop intended as an introduction to the Linux command line and shell scripting. It is suitable for Linux, Unix and Mac OSX users. The purpose of the workshop is to give users the Linux skills to be able to handle data and files, run programs and automate workflows on a PC and on the HPC service. The content of this workshop is equally suited for people who wish to use command line Linux on a PC, in the Cloud or on a HPC platform. New and prospective HPC users are advised to take this workshop before taking the HPC1: Introduction to High Performance Computing at Leeds workshop.

Book now

HPC1: HPC Carpentry

  • Tuesday 14th February 9.30am-12.30pm
  • Tuesday 21st February 9.30am-12.30pm

This workshop is designed to introduce new users to the High Performance Computing (HPC) service at Leeds. It will be useful if you are new to HPC in research or have used HPC elsewhere. It is suitable for researchers from all faculties and examples will be given from a range of research domains. The purpose of the workshop is to give users the skills to be an effective user of the HPC service and to get codes and applications running effectively. This course is split over two sessions a week apart, please do not apply for this course unless you are able to attend ALL the sessions.

Book now

March 2023

SWD2: Version Control with Git and GitHub (In person)

  • Tuesday 7th March 10am-4pm

Version control can be thought of as the lab notebook of the digital world: it’s what professional software developers and authors use to keep track of what they’ve done and to collaborate with other people. Every large software development project relies on it, and most programmers use it for their small jobs as well. It isn’t just for software: books, papers, small data sets, and anything that changes over time or needs to be shared can and should be stored in a version control system.

Book now

There are limited spaces for these courses so if you are unable to book on you can still join the priority waiting list so you are contacted when we next run the training course.

HPC0: Introduction to Linux (Online)

  • Tuesday 14th March 9.30am-12.30pm

This is a hands-on workshop intended as an introduction to the Linux command line and shell scripting. It is suitable for Linux, Unix and Mac OSX users. The purpose of the workshop is to give users the Linux skills to be able to handle data and files, run programs and automate workflows on a PC and on the HPC service. The content of this workshop is equally suited for people who wish to use command line Linux on a PC, in the Cloud or on a HPC platform. New and prospective HPC users are advised to take this workshop before taking the HPC1: Introduction to High Performance Computing at Leeds workshop.

Book now

HPC1: HPC Carpentry

  • Tuesday 21st March 9.30am-12.30pm
  • Tuesday 28th March 9.30am-12.30pm

This workshop is designed to introduce new users to the High Performance Computing (HPC) service at Leeds. It will be useful if you are new to HPC in research or have used HPC elsewhere. It is suitable for researchers from all faculties and examples will be given from a range of research domains. The purpose of the workshop is to give users the skills to be an effective user of the HPC service and to get codes and applications running effectively. This course is split over two sessions a week apart, please do not apply for this course unless you are able to attend ALL the sessions.

Book now

SWD1a: Introduction to Python programming (In person)

  • Wednesday 29th March 10am-4pm
  • Thursday 30th March 10am-4pm

This is an introduction to programming in Python for people with little or no previous programming experience. It uses plotting and visualising data as its motivating example based on an established research dataset. The course is suitable for attendees from all research domains and we will use a Web based programming environment (a Jupyter Notebook) which means you will be able to apply the ideas you learn on the course straightaway without having to install any software at home or at work. This course is running as 2 all day sessions delivered in person on campus. Please do not apply for this course unless you are able to attend ALL the sessions.

At the end of the workshop, attendees will be able to:

  • How to run Python programs
  • Storing data in computer programs (using variables and data types)
  • Using built in functions in programs
  • Avoiding and fixing errors in programs
  • Using software other people have written (libraries)
  • Reading tabular data and simple statistical analysis
  • Plotting data
  • Storing multiple values using lists
  • Repeating things using loops
  • Creating functions
  • Making programs do different things for different data (Conditionals: IF statements)
  • Writing simple tests: making sure our programs behave properly
  • Programming style
Book now

April 2022

HPC0: Introduction to Linux (Online)

  • Thursday 13th April 9.30am-12.30pm

This is a hands-on workshop intended as an introduction to the Linux command line and shell scripting. It is suitable for Linux, Unix and Mac OSX users. The purpose of the workshop is to give users the Linux skills to be able to handle data and files, run programs and automate workflows on a PC and on the HPC service. The content of this workshop is equally suited for people who wish to use command line Linux on a PC, in the Cloud or on a HPC platform. New and prospective HPC users are advised to take this workshop before taking the HPC1: Introduction to High Performance Computing at Leeds workshop.

Book now

HPC1: HPC Carpentry

  • Tuesday 18th April 9.30am-12.30pm
  • Tuesday 25th April 9.30am-12.30pm

This workshop is designed to introduce new users to the High Performance Computing (HPC) service at Leeds. It will be useful if you are new to HPC in research or have used HPC elsewhere. It is suitable for researchers from all faculties and examples will be given from a range of research domains. The purpose of the workshop is to give users the skills to be an effective user of the HPC service and to get codes and applications running effectively. This course is split over two sessions a week apart, please do not apply for this course unless you are able to attend ALL the sessions.

Book now

SWD1b: Introduction to R Programming (In person)

  • Wednesday 19th April 10am till 4pm
  • Thursday 20th April 10am till 4pm

This course is running as 2 all day sessions delivered in person on campus. Please do not apply for this course unless you are able to attend ALL the sessions. This is an introduction to programming in R for people with little or no previous programming experience. It uses plotting and visualising data as its motivating example based on an established research dataset. The course is suitable for attendees from all research domains and we will use a Web based programming environment (RStudio cloud) which means you will be able to apply the ideas you learn on the course straightaway without having to install any software at home or at work.

At the end of the workshop, attendees will be able to:

  • How to run R programs
  • Storing data in computer programs (using variables and data types)
  • Using built in functions in programs
  • Avoiding and fixing errors in programs
  • Using software other people have written (packages)
  • Reading tabular data and simple statistical analysis
  • Plotting data
  • Storing multiple values using lists
  • Repeating things using loops
  • Creating functions
  • Making programs do different things for different data (Conditionals: IF statements)
  • Writing simple tests: making sure our programs behave properly
  • Programming style
Book now

SWD5: Scientific Python

  • Wednesday 26th April 10am till 4pm

This workshop is aimed at people who want to learn how to use Python for Scientific Computing tasks. The workshop will give an introduction to Python’s main Scientific libraries (Scipy, Numpy and Matplotlib) and will also cover how to link existing C and Fortran codes and subroutines within your Python code. All exercises will use Python 3. This would be an ideal course to attend before ‘High Performance Python’.

At the end of the workshop, attendees will be able to:

  • A recap on Python data types
  • Numpy: arrays, matrices and linear algebra
  • Numpy: random numbers
  • Numpy: Fourier transforms and polynomials
  • Scipy: Linear Algebra and wrappers to LAPACK & BLAS
  • Scipy: Numerical Integration
  • Scipy: Interpolation
  • Scipy: Optimisation
  • Scipy: Special functions
  • Matplotlib: interactive and non-interactive plotting
  • Matplotlib: producing publication-quality figures
  • Matplotlib: creating diagrams
  • Interfacing to C and Fortran
Book now