This lesson is in the early stages of development (Alpha version)

Introduction

Overview

Teaching: 5 min
Exercises: 0 min
Questions
  • So you want to run python code on a cluster?

Objectives
  • Learn about some of the sections of the course

You may have learned to program Python through Jupyter notebooks, which provides an excellent playground for learning Python.

We will now look at running Python code on high performance computing (HPC) clusters, which involves learning some new techniques for running Python code, often outside of Jupyter notebooks.

The expectations of the students is that they have previously taken:

Today we’ll look at:

At this point, your instructor should have given you access to a training cluster, and you should now be logged in.

Key Points

  • Yes, you can run python code on a cluster