<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Dash Updates Daily</title>
  <id>https://www.trackawesomelist.com/ucg8j/awesome-dash/feed.xml</id>
  <updated>2024-12-30T12:48:46.699Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/ucg8j/awesome-dash/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/ucg8j/awesome-dash/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/ucg8j/awesome-dash/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>A curated list of awesome Dash (plotly) resources</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2024/12/30/</id>
    <title>Awesome Dash Updates on Dec 30, 2024</title>
    <updated>2024-12-30T12:48:46.699Z</updated>
    <published>2024-12-30T12:48:46.560Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://dash.plotly.com/layout" rel="noopener noreferrer">Plotly's tutorials - Part 1: App Layout</a></li>
</ul>

<ul>
<li><a href="https://dash.plotly.com/basic-callbacks" rel="noopener noreferrer">Plotly's tutorials - Part 2: Interactivity</a></li>
</ul>

<ul>
<li><a href="https://dash.plotly.com/interactive-graphing" rel="noopener noreferrer">Plotly's tutorials - Part 3: Interactive Graphing</a></li>
</ul>

<ul>
<li><a href="https://dash.plotly.com/sharing-data-between-callbacks" rel="noopener noreferrer">Plotly's tutorials - Part 4: Callbacks With State</a></li>
</ul>

<ul>
<li><a href="https://medium.com/a-r-g-o/using-plotlys-dash-to-deliver-public-sector-decision-support-dashboards-ac863fa829fb" rel="noopener noreferrer">Using Plotly's Dash to deliver public sector decision support dashboards</a> - Building a complex dashboard step-by-step.</li>
</ul>

<ul>
<li><a href="http://pbpython.com/plotly-dash-intro.html" rel="noopener noreferrer">Creating Interactive Visualizations with Plotly's Dash Framework</a> - High level overview of how to get started with Dash.</li>
</ul>

<ul>
<li><a href="https://dash.plotly.com/plugins" rel="noopener noreferrer">Tutorial on creating custom Dash components with React.js.</a></li>
</ul>
<h3><p>Component Libraries</p>
</h3>
<ul>
<li><a href="https://dash.plotly.com/canvas" rel="noopener noreferrer">Dash Canvas Components</a> - Module for image annotation and image processing using
Dash.</li>
</ul>

<ul>
<li><a href="https://dash.plotly.com/cytoscape" rel="noopener noreferrer">Dash Cytoscape Component</a> - Graph visualization component for creating easily
customizable, high-performance, interactive, and web-based networks.</li>
</ul>

<ul>
<li><a href="https://dash.plotly.com/datatable" rel="noopener noreferrer">Dash DataTable Component</a> - Interactive table that supports rich styling,
conditional formatting, editing, sorting, filtering, and more.</li>
</ul>

<ul>
<li><a href="https://dash.plotly.com/dash-daq" rel="noopener noreferrer">Dash DAQ Components</a> - Set of controls that make it simpler to integrate data
acquisition and controls into your Dash applications.</li>
</ul>

<ul>
<li><a href="https://dash-bootstrap-components.opensource.faculty.ai/" rel="noopener noreferrer">dash-bootstrap-components</a> - Bootstrap components for Dash.</li>
</ul>
<h3><p>App Examples</p>
</h3>
<ul>
<li><a href="https://dash.gallery/dash-oil-and-gas/" rel="noopener noreferrer">Oil and Gas Explorer</a> - Explore oil and gas production over time and with linked visualisations. <a href="https://github.com/plotly/dash-oil-and-gas-demo" rel="noopener noreferrer">Source Code. (⭐190)</a></li>
</ul>

<ul>
<li><a href="https://dash.gallery/dash-uber-rides-demo/" rel="noopener noreferrer">Uber Rides</a> - Displays all of the Uber rides in New York City in 2014. Pandas on the backend filters a 0.5gig datafile. <a href="https://github.com/plotly/dash-sample-apps/tree/main/apps/dash-uber-rides-demo" rel="noopener noreferrer">Source Code. (⭐3.2k)</a></li>
</ul>

<ul>
<li><a href="https://dash.gallery/dash-drug-discovery/" rel="noopener noreferrer">Drug Discovery</a> - Displays a description of the drug as you hover over points in the graph. <a href="https://github.com/plotly/dash-sample-apps/tree/main/apps/dash-drug-discovery" rel="noopener noreferrer">Source Code. (⭐3.2k)</a></li>
</ul>

<ul>
<li><a href="https://dash.gallery/dash-wind-streaming/" rel="noopener noreferrer">Live Wind Streaming</a> - Continually queries a SQL database and displays live charts of wind speed and wind direction. <a href="https://github.com/plotly/dash-sample-apps/tree/main/apps/dash-wind-streaming" rel="noopener noreferrer">Source Code. (⭐3.2k)</a></li>
</ul>

<ul>
<li><a href="https://dash.gallery/dash-yield-curve/" rel="noopener noreferrer">3D Yield Curve</a> - Adapted from NYTimes's excellent <a href="https://www.nytimes.com/interactive/2015/03/19/upshot/3d-yield-curve-economic-growth.html" rel="noopener noreferrer">A 3-D View of a Chart That Predicts The Economic Future: The Yield Curve</a>. <a href="https://github.com/plotly/dash-sample-apps/tree/main/apps/dash-yield-curve" rel="noopener noreferrer">Source Code. (⭐3.2k)</a></li>
</ul>

<ul>
<li><a href="https://dash-earthquakes-production-45eyyotfta-ey.a.run.app/" rel="noopener noreferrer">Visualize Earthquakes with Plotly Dash</a> - Great UI and usage of geospatial analytics with Dash. Includes <a href="https://github.com/jackdbd/dash-earthquakes/tree/master/tests" rel="noopener noreferrer">basic unit tests (⭐42)</a>. <a href="https://github.com/jackdbd/dash-earthquakes" rel="noopener noreferrer">Source Code. (⭐42)</a></li>
</ul>
<h3><p>Galleries</p>
</h3>
<ul>
<li><a href="https://dash.gallery/" rel="noopener noreferrer">Dash Gallery</a> - A collection of Dash apps.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/12/30/"/>
    <summary>19 awesome projects updated on Dec 30, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/05/</id>
    <title>Awesome Dash Updates on Oct 05, 2024</title>
    <updated>2024-10-05T01:50:32.523Z</updated>
    <published>2024-10-05T01:50:32.316Z</published>
    <content type="html"><![CDATA[<h3><p>Deployment</p>
</h3>
<ul>
<li><a href="https://ploomber.io" rel="noopener noreferrer">Ploomber Cloud</a> - The community plan allows free deployments</li>
</ul>
<h3><p>Component Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/ploomber/dash-pdf" rel="noopener noreferrer">Dash PDF (⭐21)</a> - Display inline PDFs</li>
</ul>

<ul>
<li><a href="https://github.com/ploomber/dash-mui" rel="noopener noreferrer">Dash MUI (⭐14)</a> - Material UI components</li>
</ul>

<ul>
<li><a href="https://github.com/ploomber/dash-react-simple-maps" rel="noopener noreferrer">Dash React Simple Maps (⭐7)</a> - Create interactive maps</li>
</ul>

<ul>
<li><a href="https://github.com/ploomber/mosaic-python#dash-mosaic" rel="noopener noreferrer">Dash Mosaic (⭐12)</a> - Display <a href="https://github.com/uwdata/mosaic" rel="noopener noreferrer">Mosaic (⭐901)</a> plots</li>
</ul>

<ul>
<li><a href="https://github.com/ploomber/dash-tabler-icons" rel="noopener noreferrer">Dash Tabler Icons (⭐4)</a> - Beautiful icons for your Dash apps</li>
</ul>

<ul>
<li><a href="https://github.com/ploomber/dash-react-syntax-highlighter" rel="noopener noreferrer">Dash React Syntax Highlighter (⭐1)</a> - Display code snippets with a copy button</li>
</ul>
<h3><p>Contributors</p>
</h3>
<ul>
<li><a href="https://github.com/edublancas" rel="noopener noreferrer">Eduardo Blancas</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/05/"/>
    <summary>8 awesome projects updated on Oct 05, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/09/26/</id>
    <title>Awesome Dash Updates on Sep 26, 2024</title>
    <updated>2024-09-26T01:51:29.025Z</updated>
    <published>2024-09-26T01:51:29.025Z</published>
    <content type="html"><![CDATA[<h3><p>Component Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/altair-viz/dash-vega-components" rel="noopener noreferrer">dash-vega-components (⭐45)</a> - Dash component for Vega-Altair, Vega-Lite, and Vega charts.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/09/26/"/>
    <summary>1 awesome projects updated on Sep 26, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/05/21/</id>
    <title>Awesome Dash Updates on May 21, 2022</title>
    <updated>2022-05-21T03:17:02.000Z</updated>
    <published>2022-05-21T03:17:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/charmingdata" rel="noopener noreferrer">Charming Data YouTube channel</a> - A channel dedicated to teaching Dash and Plotly with over 25k subscribers.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/05/21/"/>
    <summary>1 awesome projects updated on May 21, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/05/08/</id>
    <title>Awesome Dash Updates on May 08, 2022</title>
    <updated>2022-05-08T18:43:46.000Z</updated>
    <published>2022-05-08T18:43:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Component Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/predict-idlab/plotly-resampler" rel="noopener noreferrer">plotly-resampler (⭐1.1k)</a> - Wrapper for plotly figures that adds data downsampling (aggregating) functionality, enabling the visualization of large datasets.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/05/08/"/>
    <summary>1 awesome projects updated on May 08, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/12/06/</id>
    <title>Awesome Dash Updates on Dec 06, 2021</title>
    <updated>2021-12-06T22:37:43.000Z</updated>
    <published>2021-12-06T22:35:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Component Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/snehilvj/dash-mantine-components" rel="noopener noreferrer">Dash Mantine Components (⭐592)</a> - Collection of 40+ Dash components based on Mantine React Components library.</li>
</ul>
<h3><p>Contributors</p>
</h3>
<ul>
<li><a href="https://github.com/snehilvj" rel="noopener noreferrer">Snehil Vijay</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/12/06/"/>
    <summary>2 awesome projects updated on Dec 06, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/05/03/</id>
    <title>Awesome Dash Updates on May 03, 2021</title>
    <updated>2021-05-03T21:05:38.000Z</updated>
    <published>2021-05-03T21:05:38.000Z</published>
    <content type="html"><![CDATA[<h3><p>Component Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/np-8/dash-uploader" rel="noopener noreferrer">dash-uploader (⭐145)</a> - Upload component for Dash. Supports large data files.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/05/03/"/>
    <summary>1 awesome projects updated on May 03, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/04/15/</id>
    <title>Awesome Dash Updates on Apr 15, 2021</title>
    <updated>2021-04-15T13:57:33.000Z</updated>
    <published>2021-04-15T13:57:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Contributors</p>
</h3>
<ul>
<li><a href="https://github.com/pingf" rel="noopener noreferrer">Fanchao MENG</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/04/15/"/>
    <summary>1 awesome projects updated on Apr 15, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/02/01/</id>
    <title>Awesome Dash Updates on Feb 01, 2021</title>
    <updated>2021-02-01T06:04:19.000Z</updated>
    <published>2021-02-01T06:04:19.000Z</published>
    <content type="html"><![CDATA[<h3><p>App Examples</p>
</h3>
<ul>
<li><a href="https://gutensearch.com/" rel="noopener noreferrer">GutenSearch</a> - Look inside the books of Project Gutenberg. <a href="https://github.com/cordb/gutensearch" rel="noopener noreferrer">Source Code. (⭐6)</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/02/01/"/>
    <summary>1 awesome projects updated on Feb 01, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/11/02/</id>
    <title>Awesome Dash Updates on Nov 02, 2020</title>
    <updated>2020-11-02T14:18:44.000Z</updated>
    <published>2020-11-02T14:18:44.000Z</published>
    <content type="html"><![CDATA[<h3><p>Contributors</p>
</h3>
<ul>
<li><a href="https://github.com/vaexio" rel="noopener noreferrer">vaexio</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/11/02/"/>
    <summary>1 awesome projects updated on Nov 02, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/01/17/</id>
    <title>Awesome Dash Updates on Jan 17, 2020</title>
    <updated>2020-01-17T03:51:49.000Z</updated>
    <published>2020-01-17T03:51:49.000Z</published>
    <content type="html"><![CDATA[<h3><p>Contributors</p>
</h3>
<ul>
<li><a href="https://www.dashboardom.com" rel="noopener noreferrer">Elias Dabbas</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/01/17/"/>
    <summary>1 awesome projects updated on Jan 17, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/12/23/</id>
    <title>Awesome Dash Updates on Dec 23, 2019</title>
    <updated>2019-12-23T12:34:49.000Z</updated>
    <published>2019-12-23T12:34:49.000Z</published>
    <content type="html"><![CDATA[<h3><p>Galleries</p>
</h3>
<ul>
<li><a href="https://www.dashboardom.com/" rel="noopener noreferrer">Dash Data Dashboards and Apps</a> - Collection of data dashboards with real life data, for various topics, as well as a few apps for online marketing built with Dash.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/12/23/"/>
    <summary>1 awesome projects updated on Dec 23, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/09/25/</id>
    <title>Awesome Dash Updates on Sep 25, 2019</title>
    <updated>2019-09-25T19:30:25.000Z</updated>
    <published>2019-09-25T19:30:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=LKXSFBB5ccI" rel="noopener noreferrer">Interactive Image Processing with Dash-Canvas</a> - Official introduction video to the Dash Canvas components.</li>
</ul>

<ul>
<li><a href="https://www.youtube.com/watch?v=snXcIsCMQgk" rel="noopener noreferrer">Dash Cytoscape Component</a> - Official introduction video to the Dash Cytoscape components.</li>
</ul>

<ul>
<li><a href="https://www.youtube.com/watch?v=dueejcyrYh8" rel="noopener noreferrer">An introduction to Dash DataTable</a> - Official introduction video to the Dash DataTable components.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/09/25/"/>
    <summary>3 awesome projects updated on Sep 25, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/09/14/</id>
    <title>Awesome Dash Updates on Sep 14, 2019</title>
    <updated>2019-09-14T13:41:24.000Z</updated>
    <published>2019-09-14T13:41:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>Contributors</p>
</h3>
<ul>
<li><a href="https://github.com/fkromer" rel="noopener noreferrer">Florian Kromer</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/09/14/"/>
    <summary>1 awesome projects updated on Sep 14, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/08/17/</id>
    <title>Awesome Dash Updates on Aug 17, 2019</title>
    <updated>2019-08-17T10:02:50.000Z</updated>
    <published>2019-08-17T10:02:50.000Z</published>
    <content type="html"><![CDATA[<h3><p>Cheat sheets</p>
</h3>
<ul>
<li><a href="https://images.plot.ly/plotly-documentation/images/python_cheat_sheet.pdf" rel="noopener noreferrer">plotly.py Cheat Sheet</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/08/17/"/>
    <summary>1 awesome projects updated on Aug 17, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/08/16/</id>
    <title>Awesome Dash Updates on Aug 16, 2019</title>
    <updated>2019-08-16T13:16:25.000Z</updated>
    <published>2019-08-16T13:16:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Idiomatic examples</p>
</h3>
<ul>
<li><a href="https://github.com/plotly/dash-recipes" rel="noopener noreferrer">Dash recipes (⭐1.1k)</a> - A collection of scripts and examples created of the plotly team while answering questions from the greater Dash community.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/08/16/"/>
    <summary>1 awesome projects updated on Aug 16, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/08/10/</id>
    <title>Awesome Dash Updates on Aug 10, 2019</title>
    <updated>2019-08-10T15:51:25.000Z</updated>
    <published>2019-08-10T15:51:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Talks</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=eusglTlW4OA" rel="noopener noreferrer">Dash: Data exploration web apps in pure Python</a> - Chelsea Douglas, PyData DC 2018.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/08/10/"/>
    <summary>1 awesome projects updated on Aug 10, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/07/25/</id>
    <title>Awesome Dash Updates on Jul 25, 2019</title>
    <updated>2019-07-25T10:41:20.000Z</updated>
    <published>2019-07-25T10:02:44.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=3F5AR-uUqJc" rel="noopener noreferrer">Interactive Visualization of Machine Learning and Computer Vision with Dash</a> - Official introduction video.</li>
</ul>

<ul>
<li><a href="https://www.youtube.com/watch?v=wifoPPRgG_I" rel="noopener noreferrer">Webinar: Converting React components to Dash components</a> - Official tutorial about how to convert React components to Dash components.</li>
</ul>
<h3><p>Component Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/brillout/awesome-react-components" rel="noopener noreferrer">Awesome React Components (⭐43k)</a> - Catalog of React.js components potentially interesting to be wrapped into Dash components.</li>
</ul>

<ul>
<li><a href="https://github.com/enaqx/awesome-react" rel="noopener noreferrer">Awesome React (⭐66k)</a> - Helpful resources for developing React.js components.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/07/25/"/>
    <summary>4 awesome projects updated on Jul 25, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/02/26/</id>
    <title>Awesome Dash Updates on Feb 26, 2019</title>
    <updated>2019-02-26T17:30:33.000Z</updated>
    <published>2019-02-26T17:30:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Component Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/vivekvs1/dash-color-picker" rel="noopener noreferrer">dash-color-picker (⭐2)</a> - Wrapper around react-color.</li>
</ul>

<ul>
<li><a href="https://github.com/vivekvs1/dash-dual-listbox" rel="noopener noreferrer">dash-dual-listbox (⭐12)</a> - Wrapper around react-duallist.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/02/26/"/>
    <summary>2 awesome projects updated on Feb 26, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/24/</id>
    <title>Awesome Dash Updates on Dec 24, 2018</title>
    <updated>2018-12-24T17:19:31.000Z</updated>
    <published>2018-12-24T17:19:31.000Z</published>
    <content type="html"><![CDATA[<h3><p>Contributors</p>
</h3>
<ul>
<li><a href="https://lukesingham.com/" rel="noopener noreferrer">Luke Singham</a></li>
</ul>

<ul>
<li><a href="https://pascalbugnion.net" rel="noopener noreferrer">Pascal Bugnion</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/24/"/>
    <summary>2 awesome projects updated on Dec 24, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/08/12/</id>
    <title>Awesome Dash Updates on Aug 12, 2018</title>
    <updated>2018-08-12T14:33:47.000Z</updated>
    <published>2018-08-12T14:33:47.000Z</published>
    <content type="html"><![CDATA[<h3><p>Component Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/plotly/dash-core-components" rel="noopener noreferrer">Dash Core Components (⭐271)</a></li>
</ul>

<ul>
<li><a href="https://github.com/plotly/dash-html-components" rel="noopener noreferrer">Dash HTML Components (⭐153)</a></li>
</ul>

<ul>
<li><a href="https://github.com/jimmybow/mydcc" rel="noopener noreferrer">mydcc (⭐37)</a> - Extension of Dash Core Components.</li>
</ul>

<ul>
<li><a href="https://github.com/StratoDem/sd-material-ui" rel="noopener noreferrer">sd-material-ui (⭐194)</a> - StratoDem Analytics implementations of material-ui components for Dash.</li>
</ul>

<ul>
<li><a href="https://github.com/StratoDem/sd-range-slider" rel="noopener noreferrer">sd-range-slider (⭐3)</a> - Range Slider Dash component.</li>
</ul>

<ul>
<li><a href="https://github.com/pikhovkin/dj-plotly-dash" rel="noopener noreferrer">dj-plotly-dash (⭐59)</a> - Plotly Dash fork for Django.</li>
</ul>

<ul>
<li><a href="https://github.com/pikhovkin/dash-flexbox-grid" rel="noopener noreferrer">dash-flexbox-grid (⭐20)</a> - Wrapper around react-flexbox-grid for Plotly Dash.</li>
</ul>
<h3><p>Talks</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=sea2K4AuPOk" rel="noopener noreferrer">Overview of Dash</a> - Chris Parmer, creator of Dash (SciPy 2017).</li>
</ul>

<ul>
<li><a href="https://www.youtube.com/watch?v=5BAthiN0htc&amp;t=1s" rel="noopener noreferrer">We're Launching Dash</a> - Chris Parmer, creator of Dash, speaking about the motivations behind Dash before it was launched (Plotcon NYC 2016).</li>
</ul>

<ul>
<li><a href="https://www.slideshare.net/vladimirkazantsev/plotly-dash-and-data-visualisation-in-python" rel="noopener noreferrer">Plotly dash and data visualisation in Python, PyData, Berlin 2017</a> - Volodymyr Kazantsev (slides only).</li>
</ul>
<h3><p>Community</p>
</h3>
<ul>
<li><a href="https://community.plot.ly" rel="noopener noreferrer">Plotly hosted Question and Answer community</a></li>
</ul>

<ul>
<li><a href="https://stackoverflow.com/questions/tagged/plotly-dash" rel="noopener noreferrer">Stack Overflow</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/08/12/"/>
    <summary>12 awesome projects updated on Aug 12, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/08/11/</id>
    <title>Awesome Dash Updates on Aug 11, 2018</title>
    <updated>2018-08-11T16:17:48.000Z</updated>
    <published>2018-08-11T16:17:15.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=yfWJXkySfe0" rel="noopener noreferrer">ARGO Labs - Plotly Dash Tutorial (Video)</a> - Detailed introduction to creating interactive dashboards.</li>
</ul>

<ul>
<li><a href="https://www.youtube.com/watch?v=J_Cy_QjG6NE&amp;list=PLQVvvaa0QuDfsGImWNt1eUEveHOepkjqt" rel="noopener noreferrer">Data Visualization GUIs with Dash and Python (Video playlist)</a> - Five-part series exploring Dash features.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/08/11/"/>
    <summary>2 awesome projects updated on Aug 11, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/07/30/</id>
    <title>Awesome Dash Updates on Jul 30, 2018</title>
    <updated>2018-07-30T20:27:02.000Z</updated>
    <published>2018-07-30T20:27:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>Contributors</p>
</h3>
<ul>
<li><a href="https://github.com/pikhovkin" rel="noopener noreferrer">Sergey Pikhovkin</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/07/30/"/>
    <summary>1 awesome projects updated on Jul 30, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/11/26/</id>
    <title>Awesome Dash Updates on Nov 26, 2017</title>
    <updated>2017-11-26T15:48:06.000Z</updated>
    <published>2017-11-26T15:48:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Contributors</p>
</h3>
<ul>
<li><a href="https://github.com/chriddyp" rel="noopener noreferrer">Chris Parmer</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/11/26/"/>
    <summary>1 awesome projects updated on Nov 26, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/11/24/</id>
    <title>Awesome Dash Updates on Nov 24, 2017</title>
    <updated>2017-11-24T21:11:50.000Z</updated>
    <published>2017-11-24T21:11:50.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://medium.com/@plotlygraphs/introducing-dash-5ecf7191b503" rel="noopener noreferrer">Introducing Plotly Dash</a> - A high level introduction to Dash by Chris Parmer, the author of Dash. This essay was released as part of Dash's official launch (June 21, 2017).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/11/24/"/>
    <summary>1 awesome projects updated on Nov 24, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/11/23/</id>
    <title>Awesome Dash Updates on Nov 23, 2017</title>
    <updated>2017-11-23T09:28:36.000Z</updated>
    <published>2017-11-23T09:28:36.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://alysivji.github.io/reactive-dashboards-with-dash.html" rel="noopener noreferrer">Interactive Web-Based Dashboards in Python</a> - How the MVC model pertains to Dash and a walkthrough of building an app.</li>
</ul>

<ul>
<li><a href="https://radumas.info/blog/tutorial/2017/08/10/codeday.html" rel="noopener noreferrer">OPS CodeDay: Dash Plotly Map + Graph</a> - How to use Jupyter notebooks in tandom with Dash to create mapping viz.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/11/23/"/>
    <summary>2 awesome projects updated on Nov 23, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/11/09/</id>
    <title>Awesome Dash Updates on Nov 09, 2017</title>
    <updated>2017-11-09T14:27:06.000Z</updated>
    <published>2017-11-09T14:27:06.000Z</published>
    <content type="html"><![CDATA[<h3><p>Contributors</p>
</h3>
<ul>
<li><a href="https://alysivji.github.io/" rel="noopener noreferrer">Aly Sivji</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/11/09/"/>
    <summary>1 awesome projects updated on Nov 09, 2017</summary>
  </entry>
</feed>