TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pyxley: Python Powered Dashboards

240 pointsby astrobiasedalmost 10 years ago

11 comments

njharmanalmost 10 years ago
I&#x27;ve been looking for something to do this (below) in python at least on backend.<p>Big screen on wall with 6 or so boxes. Each box displaying data which updates in real time. Such as<p><pre><code> - scrolling list of source control commits - graph of busy&#x2F;idle slaves - single big number, pending builds - graph of open ticket counts - etc </code></pre> I can&#x27;t tell if this is one of Pyxley&#x27;s use cases?
评论 #9900217 未加载
评论 #9900251 未加载
sshilloalmost 10 years ago
Will work great until you try to render 50,000 points and your browser crashes because it&#x27;s build on d3.
评论 #9899872 未加载
评论 #9900162 未加载
huacalmost 10 years ago
How easy is it to integrate a chart or graph into a larger project? My biggest gripe with Shiny is how difficult is to use the R calculate and graphing functions in a larger project without using OpenCPU as an API.<p>My guess is that with Python being a more general purpose language, this should be easier..
评论 #9900933 未加载
评论 #9900052 未加载
评论 #9901358 未加载
评论 #9901766 未加载
ivan_ahalmost 10 years ago
How important is flask in this mix? How difficult would it be to back this by a django app for example? I&#x27;m asking because the charting would be REALLY useful for me right now, and I already have the django models...
评论 #9900408 未加载
评论 #9900646 未加载
njharmanalmost 10 years ago
link to examples is 404, a possibly correct link <a href="https:&#x2F;&#x2F;github.com&#x2F;stitchfix&#x2F;pyxley&#x2F;tree&#x2F;master&#x2F;examples" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stitchfix&#x2F;pyxley&#x2F;tree&#x2F;master&#x2F;examples</a>
评论 #9899581 未加载
jqmalmost 10 years ago
Wow, this is really cool. Playing around w&#x2F; US state maps in examples right now. I love stuff like this partially because of the hands on introductions to component technologies I had heard of but not used before.
butwhyalmost 10 years ago
Hmm I have a python script that monitors a few datapoints but don&#x27;t know how to appropriately save them and plot data on a graph&#x2F;webpage. I might give this a shot?
m_muelleralmost 10 years ago
This seems nice, but where did you define the datasource(s) for your examples? Did I miss something? I&#x27;m already using Flask, so I&#x27;d be interested in using this.
jfealmost 10 years ago
looks great. but i can&#x27;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&#x27;re not written in our preferred language?
评论 #9899780 未加载
评论 #9899744 未加载
mistermasteralmost 10 years ago
looks cool. shiny is very neat, but has the limitation of having R behind it and debugging ain&#x27;t fun. I very much look forward to testing pyxley!
评论 #9899975 未加载
rrggrralmost 10 years ago
Too many dependencies and layers as compared to a pure python solution like bokeh, or seaborn and flask. I like that dataframe integration.