Session

Jessica Garson

Jessica Garson

Senior Developer Advocate

Twitter

How to Quickly Make a Website of a Data Visualization ​​

In this talk, you’ll learn to use the Tweets counts endpoint and Dash to create a website that automatically refreshes to show how much you are Tweeting throughout the week. Dash allows you to quickly set up a Flask app to create a web framework for data visualizations using Python.

The agenda of the talk is as follows:

  • What is Dash
  • Why Dash?
  • What problem was I solving for?
  • Overview of the solution
  • Getting started with the Twitter API
  • Demo
  • Deployment