There are things like Dart out there. Even python in the browser - I used pyjs for a while, that's pretty much dead, but there are newer efforts.
Most of us just bite the bullet and use javascript. Have you seen Ractive.js? I really like it: super powerful, but lightweight and non-opiniated. As a long-time python person, it just seems right to me (except for not being in python!) Take an hour or so to run through their tutorial - you will know enough to get real work done. http://www.ractivejs.org/ On Wed, Aug 19, 2015 at 5:08 PM, Michael <[email protected]> wrote: > Hi, I'm pretty tired of working with JavaScript to make a web UI for my > pyramid app. Any suggestions on a web framework that can manipulate the DOM > like JavaScript can but isn't JavaScript? > > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
