GithubHelp home page GithubHelp logo

europython2019dashexamples's Introduction

EuroPython 2019 ๐Ÿ‡จ๐Ÿ‡ญ

Wednesday 10th July 2019, 14.00, Singapore Room, Congress Center Basel.

Dash: INTERACTIVE DATA VISUALIZATION WEB APPS WITH NO JAVASCRIPT

Please note the examples in this repository require Python >= 3.6 - official python 3.5 support is being withdrawn in January 2020...

The slides relating to this talk are available here: http://bit.ly/ep2019dash.

Example Applications

Run the apps in this repository to see how Dash can be used.

JGMTFC: Run Everything with Docker-compose

docker-compose -f docker-compose-talk.yml up

This will make the links on the slides work: http://bit.ly/ep2019dash

Install

This is a freeze of my environment in which all these worked.

pip install -r requirements.txt

Run Individually

Hello World

Greet the world in Dash style.

python app00.py

Interactive Hello World

Your first interactive Dash app.

python app01.py

Data Table (bad)

Using global state is not referenced in this talk, but I've left it in here as an example of a bad thing to do!

python app02.py

Data Table (Good)

List the Titanic Dataset using just a few lines of code.

python app03.py

Events: To Do App

A basic todo app, in Dash. But without a proper data store!

python app04.py

Splitting Up App: To Do

Split up your app.

python -m app05

Factory Functions

And use factory functions!

python -m app06

europython2019dashexamples's People

Contributors

domweldon avatar

Stargazers

 avatar  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.