Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94516
| From | Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Which GUI? |
| Date | 2015-07-24 19:31 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <mou0a6$r9f$1@speranza.aioe.org> (permalink) |
Hi all! I am about to write an application (python3 in linux) that needs: 1. Display time series graphics dynamically changed as the application runs, i.e. the graphics should reflect some internal variables states. 2. The same but for some network like diagrams. Basically nodes and connections (straight lines). Nodes can have different colors depending on their activity levels and also, together with connection lines, may be created and deleted dynamically. 3. Interaction with the user (not sure yet, here). 4. Some modules may need to be moved to C++ in case of lack of enough speed. So, the possibility of the GUI libs be used with C++ may be an advantage. Anyway I can always stay in Python and write a C++ extension. 5. Several multi processor segments. 6. For now single user - possible but unlikely multi-user in the future. Which technology is better? matplotlib? tkinter? wxwidgets? qt? Web: ajax (I don't know much about this - need to learn), using cherrypy or django? Any other? Thanks for any help or comments.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Which GUI? Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt> - 2015-07-24 19:31 +0100
Re: Which GUI? Laura Creighton <lac@openend.se> - 2015-07-24 21:18 +0200
Re: Which GUI? Cecil Westerhof <Cecil@decebal.nl> - 2015-07-24 22:11 +0200
Re: Which GUI? Kevin Walzer <kw@codebykevin.com> - 2015-07-25 16:10 -0400
Re: Which GUI? Frank Miles <fpm@u.washington.edu> - 2015-07-24 22:20 +0000
Re: Which GUI? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-25 00:15 +0100
Re: Which GUI? llanitedave <llanitedave@birdandflower.com> - 2015-07-25 12:06 -0700
Re: Which GUI? blue <catalinfest@gmail.com> - 2015-07-25 21:47 -0700
Re: Which GUI? Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt> - 2015-07-26 18:19 +0100
Re: Which GUI? Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt> - 2015-07-30 06:16 +0100
csiph-web