Skip to content

AU-DIS/ipds-22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published