Popcorn Sutton Posted March 25, 2014 Posted March 25, 2014 I'm going to start programming in Python soon but I do not know how to make a user interface. Is there an easy way to make one that is compatible with windows and mobile platforms?
Bignose Posted March 25, 2014 Posted March 25, 2014 Not to be a smart ass, but have you Googled it? https://wiki.python.org/moin/GuiProgramming Python has a lot of different GUIs available to with it, from tk built in, to the nice looking wxPython, all the way to supporting web frameworks as AtomicMaster said. I have used all these and others at various times depending on the application needs.
Popcorn Sutton Posted March 25, 2014 Author Posted March 25, 2014 No you're good. I have googled it before but the information was like a wild goose chase for a little while there and that's what made me post it here.
Cap'n Refsmmat Posted March 25, 2014 Posted March 25, 2014 I have used Qt in Python (with PyQt) to good effect. It's pretty comprehensive, although that means it takes a while to figure out how to do what you want.
AtomicMaster Posted March 26, 2014 Posted March 26, 2014 My only hold back on QT (and i really like PyQt) and all these frameworks is the "mobile platforms" part of the original question, hence why i suggested the web way.
Popcorn Sutton Posted March 26, 2014 Author Posted March 26, 2014 (edited) I agree. My problem is that I need to use my time efficiently, so I'd prefer to use a web platform on our dedicated servers. This business could be running MUCH smoother than it is right now. We are swamped with calls all day and it's easy to get backed up because of how many websites we need to search. Edited March 26, 2014 by Popcorn Sutton
AtomicMaster Posted March 26, 2014 Posted March 26, 2014 So i do things like design and build systems and write code and also break stuff a lot. If it's not super secret, do you mind describing what you are trying to do or rather doing, and we can work some sort of a straight(ish) forward solution from that?
Popcorn Sutton Posted March 27, 2014 Author Posted March 27, 2014 Yea buddy. First I gotta ask what industry are you in? I'm trying to solve crime/bring justice here.
AtomicMaster Posted March 27, 2014 Posted March 27, 2014 Let's say i have to comply with a HIPAA a lot...
Popcorn Sutton Posted March 27, 2014 Author Posted March 27, 2014 (edited) If you got that message, it's proprietary. Edited March 27, 2014 by Popcorn Sutton
AtomicMaster Posted March 27, 2014 Posted March 27, 2014 Even the most proprietary systems can be described very generally, you have a quote from professor Krauss, so you should get this joke; assume a cow is a sphere...
Popcorn Sutton Posted March 27, 2014 Author Posted March 27, 2014 (edited) Loll! That was hilarious I saw that lecture I see it every day I look at new research papers. Chomsky says "very triumphalist but achieves nothing". Edited March 27, 2014 by Popcorn Sutton
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now