From 6e75b78bc48706e40cde7b2059aa325ff7f63e18 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Thu, 9 Jan 2025 10:21:15 +0100 Subject: [PATCH] Add 'Intro to Python' course page, progress #165 --- docs/workshops_courses/intro_to_python.md | 29 +++++++++++++++++++++ docs/workshops_courses/workshops_courses.md | 3 +-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 docs/workshops_courses/intro_to_python.md diff --git a/docs/workshops_courses/intro_to_python.md b/docs/workshops_courses/intro_to_python.md new file mode 100644 index 000000000..bd4773dcc --- /dev/null +++ b/docs/workshops_courses/intro_to_python.md @@ -0,0 +1,29 @@ +# Introduction to Python + +Welcome to a 3-hour workshop where you learn to connect and transfer files in Swedish academic HPC clusters. + +Learn how to + + connect through remote desktop environment (ThinLinc) + connect through terminals + choose right tools + transfer files through graphical tools + transfer files with terminal + choose right tools + +Prereqs: + + User account on a Swedish academic HPC cluster + (you will get one if you lack one) + Be able to log in in one way (instructions when you get an account) + Be able to navigate the filesystem under Linux + +When: 7 March, 2025, 9.00-12.00 Where: Online via Zoom + +Registration: forms + +- [Course material](https://uppmax.github.io/uppmax_intro_python/) + +## Coordinators + +- diff --git a/docs/workshops_courses/workshops_courses.md b/docs/workshops_courses/workshops_courses.md index 0e8ec8b58..f6336cdb2 100644 --- a/docs/workshops_courses/workshops_courses.md +++ b/docs/workshops_courses/workshops_courses.md @@ -35,8 +35,7 @@ to all NAISS HPC clusters. #### Python -- [Intro to Python](https://uppmax.github.io/uppmax_intro_python/) - - [Course material](https://uppmax.github.io/uppmax_intro_python/) +- [Intro to Python](intro_to_python.md) - [HPC-Python](https://www.uu.se/centrum/uppmax/utbildning/kurser-och-workshops/hpc-python) - [Course material](https://uppmax.github.io/HPC-python/index.html)