Data Management HEC Liège — ECON2206

Module 4: More Python

Resources

Organisation

  • Hour 1: concepts 1, 2
  • Hour 2: concepts 3

Concepts

  1. For loops
  2. If conditions
  3. Defining functions

Learning objectives

After this lesson, you should be able to write and use for loops, if conditions, and your own functions in Python.

Back to Data Management