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.

Server statistics in Excel with Python

44 pointsby vj44almost 13 years ago

6 comments

acqqalmost 13 years ago
"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 未加载
benjarrellalmost 13 years ago
<i>First, there is pretty much no decent scripting language available on Windows</i><p>PowerShell?
评论 #4298820 未加载
hogualmost 13 years ago
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.
cygwin98almost 13 years ago
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.
sateeshalmost 13 years ago
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.
bilbobaggiealmost 13 years ago
This looks like a good way to design reporting dashboards - it's too bad Excel can't update in real time.
评论 #4298571 未加载
评论 #4298724 未加载