Quote:
Originally Posted by ghostdog74
if you can use Python, then do everything in Python.
|
Well my reason for not doing so has to do with the interface. I've made something to fetch/install security updates for Slack, and was messing around with both curses and pygtk, and have found pygtk a little easier to work with and better documented, but of course it uses more resources. If I could use the dialog program with bash and wget, using python sparingly, it would be easier on the system and require a lot less code.