Introductory


Introductory course into the Python programming language.

📋 Content

📄 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. This is the preliminary course to the ….

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

  • Get a feel for Jupyter notebooks and the basic python variables and functions.
  • You can read and write basic Python code.
  • Read and use error output from exceptions.

📣 Current 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.

❗ Course 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

  • Basic concepts of Python and Jupyter Notebooks Open In Colab
  • Basic concepts of Python Conditionals and Libraries Open In Colab
  • Basic concepts of Python Error Handling Open In Colab

📝 Theoretical basics

For some information on the topic, take a look at some Basics.