/ds_intro

Introduction to Data Science with Python

Primary LanguageJupyter Notebook

An introduction to "Data Science"

Binder

A Python Survival Pack

Installation

The full set of tools we'll be using is available in Anaconda.

Please select the Python 3 download.

This is a big download, so if you're on conference wifi, rather install MiniConda, and install additional packages as you need them with

conda install package_name

The full list of packages you'll need:

  • numpy
  • pandas
  • seaborn
  • scikit-learn

All of these, except for seaborn, are installed by default.