From 3653989680cbeb725cd6e70f8fed0b71e3f02950 Mon Sep 17 00:00:00 2001 From: Luke Singham Date: Fri, 24 Nov 2017 10:00:37 +0000 Subject: [PATCH] Add Dash - web app framework --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a491f656..62465ef9 100644 --- a/README.md +++ b/README.md @@ -1203,6 +1203,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Bottle](http://bottlepy.org/docs/dev/index.html) - A fast, simple and lightweight WSGI micro web-framework. * [CherryPy](http://cherrypy.org/) - A minimalist Python web framework, HTTP/1.1-compliant and WSGI thread-pooled. +* [Dash](https://plot.ly/products/dash/) - Built on top of Flask, React and Plotly aimed at analytical web applications. + * [awesome-dash](https://github.com/Acrotrend/awesome-dash) * [Django](https://www.djangoproject.com/) - The most popular web framework in Python. * [awesome-django](https://github.com/rosarior/awesome-django) * [Flask](http://flask.pocoo.org/) - A microframework for Python.