visualization-seminar

Tutorial-style look into Data Visualization with Python

View the Project on GitHub lucasdurand/visualization-seminar

Data Visualization with Python

http://lucasdurand.xyz/visualization-seminar

An introduction to tools and techniques for data visualization with python. This contains materials for the Visualization workshop of AI Deep Dive.

First

Please get setup before the course

If you don’t care to keep your work, you can use Binder

Summary

Data! It’s everywhere – and everyWHEN. Being able to understand and share complex data is a huge part of being a successful data scientist. Being able to navigate the full stack of a data science workflow is a big advantage. We’re going to analyze some interesting datasets and build real applications.

Covered

Over the course of this workshop you will learn:

Content Outline

  1. Jupyter Notebooks
    • What are they?
    • Why use them?
  2. Visualization with Python: static plots
    • what’s a python? can I touch it?
    • matplotlib
    • pandas plot
    • seaborn
  3. Sharing Notebooks
  4. Visualization with Python: interactive plots
    • ipywidgets
    • plotly
    • plotly express
  5. Dashboarding with Python
    • But first – Building a Website: The Basics
      • HTML
      • CSS
      • JS
    • Voila
    • Dash by Plotly
  6. Dashboards in the Cloud