Pyxley: Python Powered Dashboards
multithreaded.stitchfix.com
Pyxley: Python Powered Dashboards
1–10 of 47 posts
Re: Pyxley: Python Powered Dashboards
#2Re: Pyxley: Python Powered Dashboards
#3Re: Pyxley: Python Powered Dashboards
#4link to examples is 404, a possibly correct link https://github.com/stitchfix/pyxley/tree/master/examples
Re: Pyxley: Python Powered Dashboards
#5Re: Pyxley: Python Powered Dashboards
#6Re: Pyxley: Python Powered Dashboards
#7looks great. but i can't help but think it would save everyone a lot of time -- maybe not up-front, but in the long-run -- if we wrote these frameworks in c and just wrote language bindings for r, python, ruby, etc. why are we rebuilding good frameworks over again just because they're not written in our preferred language?
Re: Pyxley: Python Powered Dashboards
#8Big screen on wall with 6 or so boxes. Each box displaying data which updates in real time. Such as
- scrolling list of source control commits
- graph of busy/idle slaves
- single big number, pending builds
- graph of open ticket counts
- etc
I can't tell if this is one of Pyxley's use cases?Re: Pyxley: Python Powered Dashboards
#9looks great. but i can't help but think it would save everyone a lot of time -- maybe not up-front, but in the long-run -- if we wrote these frameworks in c and just wrote language bindings for r, python, ruby, etc. why are we rebuilding good frameworks over again just because they're not written in our preferred language?
If you have the original source in an interpreted language, it supports your ARM raspberry pi or chromebook just as well. With the C variation you need to build / package / install.
I've kinda just come to accept that code re-use cross language has never been good except with the unix pipe.
Re: Pyxley: Python Powered Dashboards
#10looks great. but i can't help but think it would save everyone a lot of time -- maybe not up-front, but in the long-run -- if we wrote these frameworks in c and just wrote language bindings for r, python, ruby, etc. why are we rebuilding good frameworks over again just because they're not written in our preferred language?
There is a big divide between interpreted and compiled resources though. If you have the original source in an interpreted language, it supports your ARM raspberry pi or chromebook just as well. With the C variation you need to build / package / install. I've kinda just come to accept that code re-use cross language has never been good except with the unix pipe.