Search Results

1
vote

How would you design a very “Pythonic” UI framework?

I have this same problem. I wan to to create a wrapper around any GUI toolkit for Python that is easy to use, and inspired by Shoes, but needs to be a OOP approach (against ruby blocks). Mo …
0
votes

Any JavaScript Frameworks with the aim of standard based cross-platform JS and DOM?

Although it has its own API, Prototype tries to do that (at least partially). If you use Firebug, you can notice a lot of methods added to the DOM, in order to make the DOM equally in all browsers. …