Welcome to 'Python at Work'.

This page collects material and 'homework assignments' for the Python beginners course.

Installation of python

Linux

On a Linux system, python should be installed. Just type python3 in a console and you are done.

Non-Linux

Follow the instructions here: download python. Please install the latest release from the python3 path of development.

We are not very sensitive to the python version you will use for the course, but make sure that you have one from the python3 development path. python2 will not work.

External material

Some online courses: