Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.md 1.0KB

4 vuotta sitten
1234567
  1. title: Python, React et dashboards
  2. > Web-based dashboards are the most straightforward way to share insights with clients and business partners. For R users, Shiny provides a framework that allows data scientists to create interactive web applications without having to write Javascript, HTML, or CSS. Despite Shiny’s utility and success as a dashboard framework, there is no equivalent in Python. There are packages in development, such as Spyre, but nothing that matches Shiny’s level of customization. We have written a Python package, called [Pyxley](https://github.com/stitchfix/pyxley), to not only help simplify the development of web-applications, but to provide a way to easily incorporate custom Javascript for maximum flexibility. This is enabled through Flask, PyReact, and Pandas.
  3. >
  4. > <cite>*[Pyxley: Python Powered Dashboards](http://multithreaded.stitchfix.com/blog/2015/07/16/pyxley/)* ([cache](/david/cache/cbd6db7ad8f2f3c724cc12215f27f754/))</cite>
  5. Il faut que je prenne le temps de tester ça. Mettre du React dans du Python, il fallait oser :-).