TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Server statistics in Excel with Python

44 点作者 vj44将近 13 年前

6 条评论

acqq将近 13 年前
"There is pretty much no decent scripting language available on Windows, so if you do not have immediate access to some unix (or at least cygwin), you're out of luck."<p>He seems to be fully uniformed about what he writes about. The graphs he produced in Excel can be produced without Excel and just with open-source tools on practically any platform. Python and Gnuplot can be installed anywhere:<p><a href="http://www.python.org/" rel="nofollow">http://www.python.org/</a><p>"Python runs on Windows, Linux/Unix, Mac OS X, and has been ported to the Java and .NET virtual machines."<p><a href="http://www.gnuplot.info/" rel="nofollow">http://www.gnuplot.info/</a><p>"Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms."
评论 #4299207 未加载
评论 #4299531 未加载
评论 #4299784 未加载
评论 #4300135 未加载
benjarrell将近 13 年前
<i>First, there is pretty much no decent scripting language available on Windows</i><p>PowerShell?
评论 #4298820 未加载
hogu将近 13 年前
I'm all in favor of better python interfaces for excel, but you need a better example, computing rolling time series statistics, and visualizing them? That's a job for pandas.<p>If you want excel as the front end (I understand why you would want that) you could use pandas to process the data, and use excel as the frontend, instead of writing all that code.
cygwin98将近 13 年前
I've played with gltail (can be found at <a href="http://www.fudgie.org/" rel="nofollow">http://www.fudgie.org/</a>) since yesterday. It should do what you want to achieve and run under Windows as well, though it's written in openGL and Ruby.
sateesh将近 13 年前
I don't understand why the author is using 'IronSpread' which is available on Windows only. For python there are modules like xlwt (www.python-excel.org) and openpyxl (<a href="https://bitbucket.org/ericgazoni/openpyxl/" rel="nofollow">https://bitbucket.org/ericgazoni/openpyxl/</a>) using which one can generate excel files from python.
bilbobaggie将近 13 年前
This looks like a good way to design reporting dashboards - it's too bad Excel can't update in real time.
评论 #4298571 未加载
评论 #4298724 未加载