Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 905 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 905 Bytes

Introduction to Python for Data Science - 2022

Welcome to the Introduction to Python for Data Science course at Aarhus University. In this repository, you will find the code from the lectures, as well as problems for the tutorials.

Structure

The structure of the repository is as follows:

  • data: the datasets we will be using in the lectures and tutorials, as well as the handin
  • day 1: lecture notebooks and tutorial for the first course day
  • day 2: lecture notebooks and tutorial for the second course day
  • handin: the handin, which is due 15/9 kl 23:59.

Setup

Before you begin, please install Anaconda. After installing conda, you should run the following commands to set up a suitable environment for the course:

conda create -n py22 scipy numpy scikit-learn pandas jupyter matplotlib 
conda activate py22

To run jupyter, run the following command:

jupyter notebook