Functions and libraries

Duration5h

Presentation & objectives

The objective of session 2 is to study an unmissable programming concept: functions. We will guide you through important programming concepts such as functions definition and usage, visibility and scope of variables, reuse of libraries, and code organization. We will also discuss the Python package manager, which can be used to install a lot of already existing libraries.

During the practical session, in addition to a few exercises on these notions, you will work on a small machine learning-related project. This will teach you how to properly organize your files, and write adapted functions.

Before the class

Technical requirements

To be able to start working on the activity, you should meet the following requirements:

During the class

Knowledge acquisition

At the beginning of the class, we will study the following articles:

You can verify your understanding of these articles here:

Practical activity

The rest of the class is dedicated to a practical activity. When ready, click on the link below to start:

After the class

Complete the current session

Before the next session, you should:

  • Complete the non-optional parts of the practical activity.

Prepare the next session

Also, you should:

  • Check the “Before the class” section of the next session, and make sure you do everything required to prepare it.