Gentoo Archives: gentoo-user

From: Robert Bridge <robert@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [WAY OT] GUI programming for Linux (and Windows possibly)
Date: Sun, 28 Jun 2009 17:50:34
Message-Id: 4A47AD64.3090604@robbieab.com
In Reply to: [gentoo-user] [WAY OT] GUI programming for Linux (and Windows possibly) by Mark Knecht
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Mark Knecht wrote:
5 > Hi,
6 > I know this is WAY off topic for this list but there's a lot of
7 > smart, experienced people here so I figured I'd look for a little
8 > guidance and then possibly join another email list that's more
9 > appropriate.
10 >
11 > These days I'm trading stock index futures for a living. I have
12 > data files that I analyze in Excel over the weekend to help me make
13 > decisions about how to trade the coming week, but I'm always fighting
14 > Excel as it really isn't intended for the sort of math I want to do.
15 > The math's not difficult, but I need to look at various ranges,
16 > manage, sort and extract data from arrays, and amd then create charts.
17 > This is getting pretty difficult in Excel these days so I've started
18 > to wonder about writing a simple app to do what I need to do. It's not
19 > generally difficult stuff but it requires (or I prefer) a lot of small
20 > charts. I'm vaguely familiar with C & Pascal, but haven't programmed
21 > in years. I don't know C++ at all. I was trained as an EE.
22 >
23 > So the main question is what sort of language (and possibly
24 > programming environment) should a complete novice look at to get his
25 > feet wet with GUI programming. I'd like something fairly light -
26 > performance probably won't be a huge problem - that I could run under
27 > Cygwin or maybe compile to run native in Windows should that ever
28 > become useful. For now it's probably a relatively simple Linux app
29 > that I'd likely run once a week on Saturday morning on 15 to 20
30 > databases I collect on Friday night.
31 >
32 > If you can recommend a good list or forum for silly folks like me -
33 > know nothing about programming and have to ask lots os stupid beginner
34 > questions - I'd greatly appreciate that also.
35
36 #friendly-coders on freenode is full of friendly people.
37
38 Depending on how much effort you are willing to put in, I would probably
39 suggest looking at some form of macro set for a spreadsheet (Excel and
40 OO Calc both use basic variants, Gnumeric has a python interpreter.)
41
42 Another possibility if you don't need much interactivity on the GUI
43 would be to create a script + C-mini-app using GnuPlot to generate your
44 graphs.
45
46 Just a few thoughts...
47 Rob.
48 -----BEGIN PGP SIGNATURE-----
49 Version: GnuPG v2.0.11 (GNU/Linux)
50 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
51
52 iEYEARECAAYFAkpHrWMACgkQZr0UhZgPVmyffgCg97gheECMbXqdhH640aGkxuWM
53 fjoAoOwNt9vD+uNIt/iENZ0svkSR6B+4
54 =I+WH
55 -----END PGP SIGNATURE-----

Replies

Subject Author
Re: [gentoo-user] [WAY OT] GUI programming for Linux (and Windows possibly) Mark Knecht <markknecht@×××××.com>