Giter VIP home page Giter VIP logo

talkpython-getting-started-with-dask's Introduction

Getting Started with Dask

This repository contains the material for Talk Python Training course on Getting Started with Dask.

In this free course, we will get you up to speed with Dask and show you how to easily convert pandas workloads to blazing Dask clusters (locally across cores or scaled-out across cloud servers).

Learn more and take the course at: training.talkpython.fm

In this course, you will:

  • Explore the problems solved by Dask: What is big data and how can you work with it?
  • Learn the Dask API and how to use it
  • Analyze the NYC taxicab dataset with Dask on a local cluster
  • Scale that same computation to the cloud with Coiled
  • Connect to local and remote Dask cluster visualization and reporting dashboards
  • And more!

Prerequisites

  • Basic Python

Not required, but nice to have:

  • pandas
  • JupyterLab
  • conda (for local setup)
  • terminal (for local setup)

Setup

You get up and running in two ways:

Launch Binder

Binder

The binder project allows you to open Jupyter notebooks in this repository in an online executable environment. Click on the "launch binder" link in your browser window to get started. It might take a few minutes to start.

Note: Binder notebooks timeout if inactive for more than 10 mins.

Local setup (recommended)

git clone http://github.com/<username>/talkpython-getting-started-with-dask

  • From root directory:

cd talkpython-getting-started-with-dask

create a new conda environment:

conda env create -f environment.yml

  • Activate the conda environment:

conda activate talkpython-dask

  • Start JupyterLab

jupyter lab

talkpython-getting-started-with-dask's People

Contributors

pavithraes avatar scharlottej13 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.