Beginner

By DKZ.2R: Introduction to Programming with Python

A workshop offered in collaboration with HPC.NRW.

This workshop will cover the very basics of Python, from variable assignment to data types to loops, conditional, and functions. Participants will be guided with the help of live-coded examples and self-paced exercises.

Read More

Creating Interactive Data Visualizations with Python

So you can make some basic scripts with python, but what about when it’s time to show off your work? In this course we walk through how to take data from sheets to visuals, presenting them in an interactive application with Streamlit.

Read More

Introduction to Git

Learn how to use git version control from the ground up. We will walk participants through step-by-step examples, demonstrating how to manage documents or code with git. The content can be tailored to whatever version control software is at use at your institution (e.g. GitLab, GitHub, etc.)

Read More

Introduction to LaTeX for Academic Publishing

How does everyone make their publications look so nice and clean? They use LaTeX! This course is an accessible, hands-on workshop that takes you from how to write basic LaTeX documents and compile them to how to use a .bib file to simplify your references list.

Read More

Introduction to Machine Learning with sklearn

A hands-on workshop where we cover the fundamentals of machine learning. What is the difference between regression and classification models? Supervised vs unsupervised methods? How does dimensionality reduction work?

Read More

Introduction to Python

A hands-on introduction aimed at complete beginners to Python and programming in general! We cover everything from the basics of Python syntax up to writing functions.

Read More