473,394 Members | 1,759 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

charting

Dear python users

I am just wondering if python is the language to use to build a custom
charting package which is live updated from live data stream coming
through a socket. as well as dynamically execute data analysis code
on the data being fed. I have been looking at SpecTix.

thank you
Apr 20 '06 #1
2 1443

"Gary Wessle" <ph****@yahoo.com> wrote in message
news:87************@localhost.localdomain...
Dear python users

I am just wondering if python is the language to use to build a custom
charting package which is live updated from live data stream coming
through a socket. as well as dynamically execute data analysis code
on the data being fed. I have been looking at SpecTix.

thank you


can't help much with the details but have you checked out the matplotlib
library? http://matplotlib.sourceforge.net/ Its an excellent python plotting
library. As I recall there's a sample to do with realtime updating of data
from an ECG.

As for whether python is the language to use ... fwiw ... if you're a
programmer then it is a no brainer to use, has a wealth of library support
and has a fantastic community to help you out ... and if your not a
programmer .... need I say more.

bwaha
Apr 20 '06 #2
I have used matplotlib along with numpy numerics etc for some analysis.
Just home projects, but I have found python a much faster/better
language for such development than Java. That being said, i have found
the network aspects of other apps i've written to be much easier/faster
in java. This could be due to my relative inexperience with python
networking libraries compared to Java.

Python is likely a great choice. If you find some sections of the
analytics performing poorly, you can implement those functions in C. A
well modularized design in python will lend itself to relatively easy
optimization via C libraries if you need them. FYI - I am not a C
programmer, but the kind of mathematical functions that get written for
optimization typically are trivial in C(meaning I could write them -
and I still don't get pointer arithmatic). While Python may not be the
"best" language/implementation stack to use. It is likely to still be
a "good" choice for the type of app you describe.

Is it THE langauge? couldn't tell you, that's decision that also
entails a realistic look at the resources you have for development, the
overall size/scale of the proposed system. External integration points
etc.

Additional things to thinka bout are licensing restrictions, IP issues.
Is this something you want to sell in the future, a purely in-house
tool? Most of my charting has been for personal purposes, so those
considerations don't really matter to me - but are something to
consider.

Apr 20 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jerry Sievers | last post by:
Dear Pythonists; I would appreciate a recommendation of a open source package for charting numeric data such as stock market quotes etc. Have such a thing in PHP called JPGraph which is very...
4
by: Brian | last post by:
I want to develop an application that has an oscilliscope . I was wondering if anyone has experience (good or bad) of any commercial charting packages that will provide this sort of functionality....
6
by: DG | last post by:
is there a charting control that comes with visual studio or i'll have to buy one? what do you reccomend? thanx
4
by: Robin | last post by:
What charting is available in asp.net as standard?
3
by: Amit Bansal (www.peoplewareindia.com) | last post by:
Hi, Is there a free chat tool with source code which i can use my dot net applications ?
2
by: Jesse Aufiero | last post by:
I'm looking for a good third-party charting component with a user-friendly designer. Does anyone know of one? Thanks!
3
by: harris_cohen | last post by:
I am comparing many different charting components for use in my project and am seeking feedback from current users. I have looked at Nevron, Teechart, ComponentArt, SharpGraph and others. Some are...
3
by: Igor | last post by:
Hi all, I'm looking for a tool that can design charts and save chart definitions in a file. I would put those chart definitions in a database and then later load them and render charts (as...
20
by: Joe | last post by:
Is any one charting packing considered to be the "best"? We've used ChartFX but wasn't too happy about the way data had to be populated along with some other issues which slip my mind right now and...
2
by: RobcPettit | last post by:
Hi, can anyone suggest how to go about charting. Id like to add a price graph/ma graph and volume chart. My data streems from the internet every second. Ive looked at components but most are out of...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.