All Questions
Tagged with python user-interface
5 questions
0
votes
3
answers
120
views
Options for parsing input that will include math
I'm working on a program that takes in user input which often includes things like math.sqrt(), imaginary numbers, multiplication, division, and similar (basically, standard math plus imaginary ...
0
votes
1
answer
659
views
How to properly decouple the service layer from the user interface layer, if the service layer needs to interact with the user?
In my program, I have a long-running function from which I would like to interact with the user for various reasons:
Giving status updates ("Downloading file /foo/bar.png")
Displaying warnings ("File ...
4
votes
1
answer
2k
views
Python and JavaScript integration for offline use
I'm a first timer here so let me know if I should post this question in a different forum!
I have a python program that takes in user input but is only useful when you're offline, I wanted to make ...
6
votes
1
answer
395
views
UI Design patterns for non-screen based project
I'm working on a small project coded in Python that uses a single button for input and a RGB LED as feedback, which responds to button presses and asynchronous events from the network.
As the ...
5
votes
1
answer
2k
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.
...