skill track 01

Introductory

Introductory course into the Python programming language.

Description

Introductory course into the Python programming language. The course is condensed to the minimum requirements for the use of Python in medical data analysis.

By the end of these notebooks, you should feel more comfortable with:

Getting started with Jupyter notebooks and basic Python variables and functions
Reading and writing basic Python code
Reading and using error output from exceptions

Announcements

This directory contains a few basic notebooks to get you going. It is recommended to start with these before tackling any of the others.

Requirements

  • Make sure that Google Colab or your local installation (Jupyter notebooks, Anaconda) is working
  • These notebooks are intended as an introduction to the syntax and functionality of Python
  • Have a look at the theoretical basics before you start with the notebooks

Syllabus

01Basic concepts of Python and Jupyter NotebooksOpen in Colab
02Python Conditionals and LibrariesOpen in Colab
03Python Error HandlingOpen in Colab

Theoretical Basics

View Slide Deck