different languages have different GUI toolkits but It looks very difficult to achieve attractive user interfaces as good as we can using HTML and css with less effort. I dont my application in javascript as I doubt if it has all the required libraries and i want to do it in python.
How do I use rendering engines like gecko,webkit etc in python? which one will be more suited to work with python?. Is there any 'only html/css' rendering engine without javascript?
Will it be easy to write event handlers for DOM events and manipulate DOM in python?