Tagged Questions
2
votes
1answer
67 views
How to create in Python Tkinter a widget that would act like a choice tree?
I would like to know if there is such widget in tk (or in any different standard Python 3 module), or how to create it:
Of course it doesn't have to look like this, but it should offer same ...
1
vote
1answer
196 views
Where to start in developing a game engine as a web app
I have to create a web application, preferably I would host that on Google App Engine. it is a multiplayer game, So it needs to be interactive. I am only familiar with C/C++ coding, and have started ...
-1
votes
2answers
305 views
Help deciding on language for a complex desktop - web application [closed]
I'm about to start working on a fairly complex project needing a desktop GUI as well as a web interface and I need to decide on a language(s) to use. This is from an electrical engineering/robotics ...
0
votes
2answers
258 views
Desktop GUI loading slow
I am developing desktop based GUI (single form) using wxPython and loads it using remote citrix access from client private network.
Suppose, the GUI has certain group of select and text boxes which ...
8
votes
6answers
3k views
Is python a good choice to develop UIs? If so, wxPython or Tkinter?
I am looking forward to develop a desktop application using python. I am a beginner and I do not have sufficient expertise in python. I am a java programmer. Although I have some experience in ...
5
votes
4answers
534 views
Python GUI Toolkits
I've been wading through a lot of information, but I'm having a hard time finding what I need. I am looking into using Python, but my application demands a fairly complex GUI. I know there are a ...
4
votes
1answer
505 views
Best way of learning Python + GUI when coming from .NET
I've been developing applications in C# / VB.NET for about 3-4 years (.NET Framework v2.0, 3.5, 4). I have also developed some command-line applications or scripts in C, and Python under Linux.
...