Gentoo Archives: gentoo-user

From: "Randolph Maaßen" <r.maassen60@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT: python, accounting & gentoo
Date: Fri, 24 Aug 2012 17:54:28
Message-Id: CAOEsN6bV8rERAGjsdYy_d4fpKMErkBOc0xAzrnk3YCnxUZ4zaQ@mail.gmail.com
In Reply to: [gentoo-user] OT: python, accounting & gentoo by James
1 2012/8/24 James <wireless@×××××××××××.com>
2
3 > Hello
4 >
5 > I'm looking to learn more about Python and it's capabilities.
6 > Since I have some "loose" requirements to integrate some financial
7 > accounting and data collection into an sql
8 > database, I figured I'd research relevant, existing software
9 > as well as writing some code in python, to see
10 > how well I like python..... with web, graphics and database
11 > systems.
12 >
13 > So what I have found on Gentoo is "openERP"
14 > Other software (written in python is a requirement)
15 > not in portage, that I have found so far is:
16 > GNU Enterprise and Tryton. Any Others?
17 >
18 > So whether it's a basic (python) based accounting system
19 > or a full blown Enterprise Resource Planning tool,
20 > I have one twist as to what the software must eventually do.
21 > I have a myriad of embedded devices that provide all
22 > sorts of machine based data (literally pumps, valves, etc and
23 > all sorts of sensors) that will also be sending data into the
24 > database system. I also have a myriad of very questionable
25 > mathematical models that generate "simulated sensor data" also
26 > to be included, monitored and analyzed.
27 >
28 >
29 > So I want to find/develop/refine software
30 > that is able to collect data from all sorts of disparate
31 > sources. To then display it like a normal accounting software
32 > package would, but also be able to display some (selective) data
33 > in some sort of separate, graphical display, so a particular
34 > parameter(s) could be displayed in a (real-time) graphical gui,
35 > much like a speedometer on the dashboard of a car, simultaneously too.
36 >
37 > Usually Java, qt4 etc are used to generate the graphical displays
38 > on a computer screen. Is python viable as a language/tool to also
39 > create these graphics? If not, what would be a good language,
40 > that works well with python, to use to develop either web based
41 > or display graphics?
42 >
43 > This is an evolving, formative effort, so all input, particularly codes
44 > that exist, are welcome. Comments on using python, and other ideas
45 > are most appreciated.
46 >
47 >
48 >
49 > James
50 >
51 >
52 >
53 >
54 >
55 >
56 Hi,
57
58 I cant tell you much about accounting software, but what i know is that
59 there are python binding for qt and gtk, just look for PyQt4 and pygtk.
60 Another toolkit with bindings i I know about is wxWidgets with wxPython.
61
62 I'm sure, there are bindings for your preferred toolkit.
63
64 --
65 Mit freundlichen Grüßen / Best regards
66
67 Randolph Maaßen

Replies

Subject Author
[gentoo-user] Re: OT: python, accounting & gentoo James <wireless@×××××××××××.com>