From Dash - A New Framework for Building User Interfaces for Technical Computing | SciPy 2017 | Chris Par · · Enthought
“I wrote this entire application just in Python — I don't have to write any JavaScript or any HTML or any CSS to write this and all the interactivity of the application is totally customized.”
On , Chris Parmer, Cofounder at Plotly, spoke about developer productivity during Dash - A New Framework for Building User Interfaces for Technical Computing | SciPy 2017 | Chris Par on Enthought.
Chris Parmer, cofounder of Plotly, presented the open-source framework Dash at SciPy 2017 and PLOTCON 2016. He described Dash as a framework for building web-based user interfaces for technical computing using only Python, without requiring JavaScript, HTML, or CSS. Parmer stated that Dash is built on top of plotly.js and react.js, and that it allows data scientists to create interactive web applications with components such as sliders, dropdowns, and graphs, with the application state stored in the web browser rather than on the server. He noted that Dash is licensed under MIT and that Plotly funds its open-source work through enterprise add-ons and deployment servers. Parmer emphasized that Dash is designed to address the difficulty data scientists face in building data visualization web applications without full-stack development skills. He compared Dash to Shiny for R, stating that it enables users to write applications entirely in Python. Parmer also discussed how Plotly's engineers work on open-source software, including Dash and the JavaScript graphing library, and that the company offers enterprise platforms for deploying Dash apps with features like LDAP and Active Directory authentication.