Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] [WAY OT] GUI programming for Linux (and Windows possibly) "Arttu V." <arttuv69@×××××.com>