10 ms·
A desktop GUI in Python? Or a GUI in a web app? If you mean the former, have you tried wxPython? It comes with a huge interactive library of samples, where you
by PySlice 14y ago
A desktop GUI in Python? Or a GUI in a web app? If you mean the former, have you tried wxPython? It comes with a huge interactive library of samples, where you can see the code and the resulting interface just by switching tabs.
- donniezazen 14y agoThere are so many languages that it can be real hard for beginners to decide what to do. I use Ubuntu and ChromeOS. Ubuntu recommends Python and GTK whereas, if I am not wrong, ChromeOS extension and webapps are primarily written in Javascript. I am learning programming currently using Codecademy HTML and CSS tutorials and have to decide what to do next. In order to keep myself focused I want to write a clipboard app. I am not sure what to choose Python or JavaScript.
- fnbr 14y agoThe latter. I'll check that out, thanks. I built a basic app with web.py that I'm trying to make pretty. I'm thinking I'll need to add some CSS, but I just have no idea where to start.