frayoyo
frayoyo
Thank you for mentioning UIX-concepts for Python: * For designing *Python-Tk(inter)*-Interfaces I found a GUI-designer named **spectcl** (http://spectcl.sourceforge.net/). * For *GTk* and python I found **glade** (https://glade.gnome.org/). * Designs of...
Who doesn't want to fiddle with UIX-Details uses [builders](http://mrhaki.blogspot.com/2009/11/groovy-goodness-building-gui-with.html) when he comes from groovy/Java. In Python applies according builders: (https://stackoverflow.com/questions/11977279/builder-pattern-equivalent-in-python) **In Python a Builder pattern is not needed** Python supports...