G+_Rud Dog Posted February 13, 2017 Share Posted February 13, 2017 I am a beginner Python3 hobbyist programmer and was pursuing the use of Tkinter for my gui . There were few free basic training programs I could find and while asking the communities one suggestion hit home. It was suggested while Tkinter was indeed a GUI one had to keep in mind its longevity. Now the suggester also mentioned the combo of Python3 and Web gui might be a long term solution. So now my search is focused on how to reference such a language while trying to googlize it? Python3 and GUI for web use. Keeping it simple. Thank you. PS Running Windows 8.1 Link to comment Share on other sites More sharing options...
G+_Ben Reese Posted February 15, 2017 Share Posted February 15, 2017 If I'm not mistaken, you'd need to use Python as a web server and have it feed HTML to the client. I'm not real sure what that requires though. Link to comment Share on other sites More sharing options...
G+_Ben Reese Posted February 15, 2017 Share Posted February 15, 2017 Maybe this would be start? https://docs.python.org/2/library/simplehttpserver.html Link to comment Share on other sites More sharing options...
G+_Rud Dog Posted February 15, 2017 Author Share Posted February 15, 2017 Ben, is that geared towards Unix environment? Link to comment Share on other sites More sharing options...
G+_Ben Reese Posted February 16, 2017 Share Posted February 16, 2017 It probably is because that's where developers typically like to play. Python is also supported on the Pi making it a popular language there. That said, a lot of Python developed on Linux should also work on Windows. Link to comment Share on other sites More sharing options...
Recommended Posts