Exercises

10.4. Exercises#

In most of the exercises in this page, we don’t specify which Python package you need to use for plotting (Matplotlib or seaborn) or for importing the data (when working with files, NumPy or pandas). It’s up to you to make a choice of package. The choice can be based on the applicability (remember - for what type of data can you use NumPy?) or personal preferences (Matplotlib vs. seaborn).

Each exercise carries the difficulty level indication:

  • [*] Easy

  • [**] Moderate

  • [***] Advanced

The highest difficulty level is meant for students who wish to challenge themselves and/or have previous experience in programming.